[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE mcp_header.html --> 2 3 <form method="post" id="mcp" action="{U_POST_ACTION}"> 4 5 <h2>{L_WARNED_USERS}</h2> 6 7 <div class="panel"> 8 <div class="inner"> 9 10 <p>{L_WARNED_USERS_EXPLAIN}</p> 11 12 <!-- IF .user --> 13 <div class="action-bar bar-top"> 14 <div class="pagination"> 15 {TOTAL_USERS} 16 <!-- IF .pagination --> 17 <!-- INCLUDE pagination.html --> 18 <!-- ELSE --> 19 • {PAGE_NUMBER} 20 <!-- ENDIF --> 21 </div> 22 </div> 23 24 <table class="table1"> 25 <thead> 26 <tr> 27 <th class="name">{L_USERNAME}</th> 28 <th class="name">{L_WARNINGS}</th> 29 <th class="name">{L_LATEST_WARNING_TIME}</th> 30 <th></th> 31 </tr> 32 </thead> 33 <tbody> 34 35 <!-- BEGIN user --> 36 <tr class="<!-- IF user.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->"> 37 <td>{user.USERNAME_FULL}</td> 38 <td>{user.WARNINGS}</td> 39 <td>{user.WARNING_TIME}</td> 40 <td><a href="{user.U_NOTES}">{L_VIEW_NOTES}</a></td> 41 </tr> 42 <!-- END user --> 43 </tbody> 44 </table> 45 46 <div class="action-bar bottom"> 47 <!-- INCLUDE display_options.html --> 48 49 <div class="pagination"> 50 {TOTAL_USERS} 51 <!-- IF .pagination --> 52 <!-- INCLUDE pagination.html --> 53 <!-- ELSE --> 54 • {PAGE_NUMBER} 55 <!-- ENDIF --> 56 </div> 57 </div> 58 59 <!-- ELSE --> 60 <p><strong>{L_NO_WARNINGS}</strong></p> 61 <!-- ENDIF --> 62 63 </div> 64 65 {S_FORM_TOKEN} 66 </div> 67 68 </form> 69 70 <!-- INCLUDE mcp_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |