[ Index ] |
PHP Cross Reference of phpBB-3.2.11-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 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 <div class="action-bar bottom"> 55 <!-- INCLUDE display_options.html --> 56 57 <div class="pagination"> 58 {TOTAL} 59 <!-- IF .pagination --> 60 <!-- INCLUDE pagination.html --> 61 <!-- ELSE --> 62 • {PAGE_NUMBER} 63 <!-- ENDIF --> 64 </div> 65 </div> 66 67 {S_FORM_TOKEN} 68 </div> 69 </div> 70 71 <!-- IF S_CLEAR_ALLOWED --> 72 <fieldset class="display-actions"> 73 <input class="button2" type="submit" name="action[del_all]" value="{L_DELETE_ALL}" /> 74 <input class="button1" type="submit" value="{L_DELETE_MARKED}" name="action[del_marked]" /> 75 76 <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> 77 </fieldset> 78 <!-- ENDIF --> 79 <!-- ELSE --> 80 {S_FORM_TOKEN} 81 </div> 82 </div> 83 <!-- ENDIF --> 84 </form> 85 86 <br /> 87 88 <!-- INCLUDE mcp_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |