| Line |   | 
|---|
| 1 | <!-- INCLUDE mcp_header.html -->
 | 
|---|
| 2 | 
 | 
|---|
| 3 | <form method="post" name="mcp" action="{U_POST_ACTION}">
 | 
|---|
| 4 | 
 | 
|---|
| 5 | <table class="tablebg" width="100%" cellspacing="1">
 | 
|---|
| 6 | <tr>
 | 
|---|
| 7 |         <td class="row3" colspan="4" align="center"><b class="gen">{L_WARNED_USERS}</b></td>
 | 
|---|
| 8 | </tr>
 | 
|---|
| 9 | <tr>
 | 
|---|
| 10 |         <th> {L_USERNAME} </th>
 | 
|---|
| 11 |         <th> {L_WARNINGS} </th>
 | 
|---|
| 12 |         <th> {L_LATEST_WARNING_TIME} </th>
 | 
|---|
| 13 |         <th> </th>
 | 
|---|
| 14 | </tr>
 | 
|---|
| 15 | <!-- BEGIN user -->
 | 
|---|
| 16 |         <tr>
 | 
|---|
| 17 |                 <td class="row1" width="15%" valign="top"><span class="gen">{user.USERNAME_FULL}</span></td>
 | 
|---|
| 18 |                 <td class="row2" width="15%" valign="top"><span class="gen">{user.WARNINGS}</span></td>
 | 
|---|
| 19 |                 <td class="row1" width="15%" valign="top"><span class="gen">{user.WARNING_TIME}</span></td>
 | 
|---|
| 20 |                 <td class="row2" width="15%" valign="top"><span class="gen"><a href="{user.U_NOTES}">{L_VIEW_NOTES}</a></span></td>
 | 
|---|
| 21 |         </tr>
 | 
|---|
| 22 | <!-- BEGINELSE -->
 | 
|---|
| 23 |         <tr>
 | 
|---|
| 24 |                 <td class="row1" colspan="4" align="center"><span class="gen">{L_WARNINGS_ZERO_TOTAL}</span></td>
 | 
|---|
| 25 |         </tr>
 | 
|---|
| 26 | <!-- END user -->
 | 
|---|
| 27 | <tr align="center">
 | 
|---|
| 28 |         <td class="row3" colspan="4"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" value="{L_GO}" name="sort" /></td>
 | 
|---|
| 29 | </tr>
 | 
|---|
| 30 | </table>
 | 
|---|
| 31 | 
 | 
|---|
| 32 | <table width="100%" cellspacing="0" cellpadding="0">
 | 
|---|
| 33 | <tr>
 | 
|---|
| 34 |         <td class="pagination">{PAGE_NUMBER} [ {TOTAL_USERS} ]</td>
 | 
|---|
| 35 |         <td align="{S_CONTENT_FLOW_END}"><span class="pagination"><!-- INCLUDE pagination.html --></span></td>
 | 
|---|
| 36 | </tr>
 | 
|---|
| 37 | </table>
 | 
|---|
| 38 | {S_FORM_TOKEN}
 | 
|---|
| 39 | </form>
 | 
|---|
| 40 | 
 | 
|---|
| 41 | <br clear="all" /><br />
 | 
|---|
| 42 | 
 | 
|---|
| 43 | <!-- INCLUDE mcp_footer.html -->
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.