[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE mcp_header.html --> 2 3 <h2>{L_TITLE}</h2> 4 5 <form method="post" id="mcp" action="{U_POST_ACTION}"> 6 7 <div class="panel"> 8 <div class="inner"> 9 10 <div class="action-bar top"> 11 {L_SEARCH_KEYWORDS}{L_COLON} <input type="search" class="inputbox autowidth" name="keywords" value="{S_KEYWORDS}" /> <input type="submit" class="button2" name="filter" value="{L_SEARCH}" /> 12 <div class="pagination"> 13 {TOTAL} 14 <!-- IF .pagination --> 15 <!-- INCLUDE pagination.html --> 16 <!-- ELSE --> 17 • {PAGE_NUMBER} 18 <!-- ENDIF --> 19 </div> 20 </div> 21 22 <table class="table1"> 23 <thead> 24 <tr> 25 <th class="name">{L_USERNAME}</th> 26 <th class="center">{L_IP}</th> 27 <th class="center">{L_TIME}</th> 28 <th class="name">{L_ACTION}</th> 29 <!-- IF S_CLEAR_ALLOWED --><th>{L_MARK}</th><!-- ENDIF --> 30 </tr> 31 </thead> 32 <tbody> 33 <!-- IF S_LOGS --> 34 <!-- BEGIN log --> 35 <!-- IF log.S_ROW_COUNT is even --><tr class="bg1"><!-- ELSE --><tr class="bg2"><!-- ENDIF --> 36 <td>{log.USERNAME}</td> 37 <td class="center">{log.IP}</td> 38 <td class="center">{log.DATE}</td> 39 <td>{log.ACTION}<br /> 40 {log.DATA} 41 </td> 42 <!-- IF S_CLEAR_ALLOWED --><td style="width: 5%" align="center"><input type="checkbox" name="mark[]" value="{log.ID}" /></td><!-- ENDIF --> 43 </tr> 44 <!-- END log --> 45 <!-- ELSE --> 46 <tr> 47 <td class="bg1" colspan="<!-- IF S_CLEAR_ALLOWED -->5<!-- ELSE -->4<!-- ENDIF -->" align="center"><span class="gen">{L_NO_ENTRIES}</span></td> 48 </tr> 49 <!-- ENDIF --> 50 </tbody> 51 </table> 52 53 <!-- IF .log --> 54 <fieldset class="display-options"> 55 <label>{L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS}</label> 56 <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label> 57 <label>{S_SELECT_SORT_DIR}</label> 58 <input type="submit" name="sort" value="{L_GO}" class="button2" /> 59 </fieldset> 60 61 <hr /> 62 63 <div class="action-bar bottom"> 64 <div class="pagination"> 65 {TOTAL} 66 <!-- IF .pagination --> 67 <!-- INCLUDE pagination.html --> 68 <!-- ELSE --> 69 • {PAGE_NUMBER} 70 <!-- ENDIF --> 71 </div> 72 </div> 73 74 {S_FORM_TOKEN} 75 </div> 76 </div> 77 78 <!-- IF S_CLEAR_ALLOWED --> 79 <fieldset class="display-actions"> 80 <input class="button2" type="submit" name="action[del_all]" value="{L_DELETE_ALL}" /> 81 <input class="button1" type="submit" value="{L_DELETE_MARKED}" name="action[del_marked]" /> 82 83 <div><a href="#" onclick="marklist('mcp', 'mark', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'mark', false); return false;">{L_UNMARK_ALL}</a></div> 84 </fieldset> 85 <!-- ENDIF --> 86 <!-- ELSE --> 87 {S_FORM_TOKEN} 88 </div> 89 </div> 90 <!-- ENDIF --> 91 </form> 92 93 <br /> 94 95 <!-- INCLUDE mcp_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |