| 1 | <!-- INCLUDE mcp_header.html -->
 | 
|---|
| 2 | 
 | 
|---|
| 3 | <form method="post" name="mcp" action="{U_POST_ACTION}">
 | 
|---|
| 4 |         
 | 
|---|
| 5 | <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
 | 
|---|
| 6 | <tr>
 | 
|---|
| 7 |         <th colspan="2" align="center">{USERNAME}</th>
 | 
|---|
| 8 | </tr>
 | 
|---|
| 9 | <tr> 
 | 
|---|
| 10 |         <td class="row1" align="center">
 | 
|---|
| 11 |                 <table cellspacing="1" cellpadding="2" border="0">
 | 
|---|
| 12 |                 <tr>
 | 
|---|
| 13 |                         <td class="gen" align="center"><!-- IF USER_COLOR --><b style="color: #{USER_COLOR}"><!-- ELSE --><b><!-- ENDIF -->{USERNAME}</b></td>
 | 
|---|
| 14 |                 </tr>
 | 
|---|
| 15 |                 <!-- IF RANK_TITLE -->
 | 
|---|
| 16 |                         <tr>
 | 
|---|
| 17 |                                 <td class="postdetails" align="center">{RANK_TITLE}</td>
 | 
|---|
| 18 |                         </tr>
 | 
|---|
| 19 |                 <!-- ENDIF -->
 | 
|---|
| 20 |                 <!-- IF RANK_IMG -->
 | 
|---|
| 21 |                         <tr>
 | 
|---|
| 22 |                                 <td align="center">{RANK_IMG}</td>
 | 
|---|
| 23 |                         </tr>
 | 
|---|
| 24 |                 <!-- ENDIF -->
 | 
|---|
| 25 |                 <tr>
 | 
|---|
| 26 |                         <td align="center"><!-- IF AVATAR_IMG -->{AVATAR_IMG}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF --></td>
 | 
|---|
| 27 |                 </tr>
 | 
|---|
| 28 |                 </table>
 | 
|---|
| 29 |         </td>
 | 
|---|
| 30 |         <td class="row1">
 | 
|---|
| 31 |                 <table width="100%" cellspacing="1" cellpadding="2" border="0">
 | 
|---|
| 32 |                 <tr> 
 | 
|---|
| 33 |                         <td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_JOINED}: </td>
 | 
|---|
| 34 |                         <td width="100%"><b class="gen">{JOINED}</b></td>
 | 
|---|
| 35 |                 </tr>
 | 
|---|
| 36 |                 <tr> 
 | 
|---|
| 37 |                         <td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_TOTAL_POSTS}: </td>
 | 
|---|
| 38 |                         <td><b class="gen">{POSTS}</b></td>
 | 
|---|
| 39 |                 </tr>
 | 
|---|
| 40 |                 <tr> 
 | 
|---|
| 41 |                         <td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_WARNINGS}: </td>
 | 
|---|
| 42 |                         <td><b class="gen">{WARNINGS}</b></td>
 | 
|---|
| 43 |                 </tr>
 | 
|---|
| 44 |                 </table>
 | 
|---|
| 45 |         </td>
 | 
|---|
| 46 | </tr>
 | 
|---|
| 47 | </table>
 | 
|---|
| 48 | 
 | 
|---|
| 49 | <br />
 | 
|---|
| 50 | 
 | 
|---|
| 51 | <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
 | 
|---|
| 52 | <tr>
 | 
|---|
| 53 |         <th colspan="5" align="center">{L_FEEDBACK}</th>
 | 
|---|
| 54 | </tr>
 | 
|---|
| 55 | <!-- IF S_USER_NOTES -->
 | 
|---|
| 56 | 
 | 
|---|
| 57 |         <tr align="center">
 | 
|---|
| 58 |                 <td colspan="5" class="row3"><span class="gensmall">{L_DISPLAY_LOG}:</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>
 | 
|---|
| 59 |         </tr>
 | 
|---|
| 60 |         <tr>
 | 
|---|
| 61 |                 <th>{L_REPORT_BY}</th>
 | 
|---|
| 62 |                 <th>{L_IP}</th>
 | 
|---|
| 63 |                 <th>{L_TIME}</th>
 | 
|---|
| 64 |                 <th>{L_ACTION}</th>
 | 
|---|
| 65 |                 <th><!-- IF S_CLEAR_ALLOWED -->{L_MARK}<!-- ENDIF --></th>
 | 
|---|
| 66 |         </tr>
 | 
|---|
| 67 | 
 | 
|---|
| 68 |         <!-- BEGIN usernotes -->
 | 
|---|
| 69 |                 <!-- IF usernotes.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
 | 
|---|
| 70 |                         <td class="gen">{usernotes.REPORT_BY}</td>
 | 
|---|
| 71 |                         <td style="text-align: center;">{usernotes.IP}</td>
 | 
|---|
| 72 |                         <td style="text-align: center;">{usernotes.REPORT_AT}</td>
 | 
|---|
| 73 |                         <td class="gen">
 | 
|---|
| 74 |                                 {usernotes.ACTION}
 | 
|---|
| 75 |                                 <!-- IF usernotes.DATA --><br />» <span class="gensmall">[ {usernotes.DATA} ]</span><!-- ENDIF -->
 | 
|---|
| 76 |                         </td>
 | 
|---|
| 77 |                         <td style="text-align: center;"><!-- IF S_CLEAR_ALLOWED --><input type="checkbox" class="radio" name="marknote[]" value="{usernotes.ID}" /><!-- ENDIF --></td>
 | 
|---|
| 78 |                 </tr>
 | 
|---|
| 79 |         <!-- END usernotes -->
 | 
|---|
| 80 | 
 | 
|---|
| 81 |         <!-- IF S_CLEAR_ALLOWED -->
 | 
|---|
| 82 |                 <tr>
 | 
|---|
| 83 |                         <td class="cat" colspan="5" align="center"><input class="btnlite" type="submit" name="action[del_all]" value="{L_DELETE_ALL}" />  <input class="btnlite" type="submit" name="action[del_marked]" value="{L_DELETE_MARKED}" /></td>
 | 
|---|
| 84 |                 </tr>
 | 
|---|
| 85 |         <!-- ENDIF -->
 | 
|---|
| 86 | 
 | 
|---|
| 87 | <!-- ELSE -->
 | 
|---|
| 88 |         <tr>
 | 
|---|
| 89 |                 <td class="row1" colspan="2" align="center"><span class="gen">{L_NO_FEEDBACK}</span></td>
 | 
|---|
| 90 |         </tr>
 | 
|---|
| 91 | <!-- ENDIF -->
 | 
|---|
| 92 | </table>
 | 
|---|
| 93 | 
 | 
|---|
| 94 | <br clear="all" />
 | 
|---|
| 95 |         
 | 
|---|
| 96 | <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
 | 
|---|
| 97 | <tr>
 | 
|---|
| 98 |         <th colspan="2" align="center">{L_ADD_FEEDBACK}</th>
 | 
|---|
| 99 | </tr>
 | 
|---|
| 100 | <tr>
 | 
|---|
| 101 |         <td class="row3" align="center" colspan="2"><span class="genmed">{L_ADD_FEEDBACK_EXPLAIN}</span></td>
 | 
|---|
| 102 | </tr>
 | 
|---|
| 103 | <tr>
 | 
|---|
| 104 |         <td colspan="2" class="row1" align="center"><textarea name="usernote" rows="10" cols="76"></textarea></td>
 | 
|---|
| 105 | </tr>
 | 
|---|
| 106 | <tr>
 | 
|---|
| 107 |         <td class="cat" colspan="2" align="center"><input class="btnmain" type="submit" name="action[add_feedback]" value="{L_SUBMIT}" />  <input class="btnlite" type="reset" value="{L_RESET}" /></td>
 | 
|---|
| 108 | </tr>
 | 
|---|
| 109 | </table>
 | 
|---|
| 110 | 
 | 
|---|
| 111 | <table width="100%" cellspacing="0" cellpadding="0">
 | 
|---|
| 112 | <tr>
 | 
|---|
| 113 |         <td class="pagination">{PAGE_NUMBER} [ {TOTAL_REPORTS} ]</td>
 | 
|---|
| 114 |         <td align="{S_CONTENT_FLOW_END}"><span class="pagination"><!-- INCLUDE pagination.html --></span></td>
 | 
|---|
| 115 | </tr>
 | 
|---|
| 116 | </table>
 | 
|---|
| 117 | {S_FORM_TOKEN}
 | 
|---|
| 118 | </form>
 | 
|---|
| 119 | 
 | 
|---|
| 120 | <br clear="all" /><br />
 | 
|---|
| 121 | 
 | 
|---|
| 122 | <!-- INCLUDE mcp_footer.html -->
 | 
|---|