2005-12-10 23:08:02 +00:00
|
|
|
<!-- INCLUDE mcp_header.html -->
|
|
|
|
|
2006-06-16 16:54:51 +00:00
|
|
|
<form method="post" name="mcp" action="{U_POST_ACTION}">
|
2005-12-10 23:08:02 +00:00
|
|
|
|
2006-11-19 14:14:35 +00:00
|
|
|
<table class="tablebg" width="100%" cellspacing="1" border="0" align="center">
|
2006-06-16 16:54:51 +00:00
|
|
|
<tr>
|
|
|
|
<th colspan="2"align="center">{L_SELECT_USER}</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="row1" width="40%"><b class="gen">{L_FIND_USERNAME}: </b><br /><span class="gensmall">[ <a href="{U_FIND_MEMBER}" onclick="window.open('{U_FIND_MEMBER}', '_phpbbsearch', 'HEIGHT=500,resizable=yes,scrollbars=yes,WIDTH=740');return false;">{L_FIND_USERNAME}</a> ]</span></td>
|
|
|
|
<td class="row2"><input type="text" class="post" name="username" maxlength="50" size="20" /></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="cat" colspan="2" align="center"><input type="submit" name="submituser" value="{L_SUBMIT}" class="btnmain" /></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2005-12-10 23:08:02 +00:00
|
|
|
|
2006-06-16 16:54:51 +00:00
|
|
|
</form>
|
|
|
|
|
|
|
|
<br clear="all" /><br />
|
|
|
|
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
|
|
<tr>
|
|
|
|
<td class="row3" colspan="5" align="center"><b class="gen">{L_MOST_WARNINGS}</b></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th> {L_USERNAME} </th>
|
|
|
|
<th> {L_WARNINGS} </th>
|
|
|
|
<th> {L_LATEST_WARNING_TIME} </th>
|
|
|
|
<th> </th>
|
|
|
|
</tr>
|
|
|
|
<!-- BEGIN highest -->
|
2005-12-10 23:08:02 +00:00
|
|
|
<tr>
|
2006-11-24 14:59:26 +00:00
|
|
|
<td class="row1" width="15%" valign="top"><span class="gen">{highest.USERNAME_FULL}</span></td>
|
2006-06-16 16:54:51 +00:00
|
|
|
<td class="row2" width="15%" valign="top"><span class="gen">{highest.WARNINGS}</span></td>
|
|
|
|
<td class="row1" width="15%" valign="top"><span class="gen">{highest.WARNING_TIME}</span></td>
|
|
|
|
<td class="row2" width="15%" valign="top"><span class="gen"><a href="{highest.U_NOTES}">{L_VIEW_NOTES}</a></span></td>
|
2005-12-10 23:08:02 +00:00
|
|
|
</tr>
|
2006-06-16 16:54:51 +00:00
|
|
|
<!-- BEGINELSE -->
|
2005-12-10 23:08:02 +00:00
|
|
|
<tr>
|
2006-06-16 16:54:51 +00:00
|
|
|
<td class="row1" colspan="5" align="center"><span class="gen">{L_WARNINGS_ZERO_TOTAL}</span></td>
|
2005-12-10 23:08:02 +00:00
|
|
|
</tr>
|
2006-06-16 16:54:51 +00:00
|
|
|
<!-- END highest -->
|
|
|
|
</table>
|
2005-12-10 23:08:02 +00:00
|
|
|
|
2006-06-16 16:54:51 +00:00
|
|
|
<br clear="all" /><br />
|
2005-12-10 23:08:02 +00:00
|
|
|
|
2006-06-16 16:54:51 +00:00
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
|
|
<tr>
|
|
|
|
<td class="row3" colspan="5" align="center"><b class="gen">{L_LATEST_WARNINGS}</b></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th> {L_USERNAME} </th>
|
|
|
|
<th> {L_TIME} </th>
|
|
|
|
<th> {L_TOTAL_WARNINGS} </th>
|
|
|
|
<th> </th>
|
|
|
|
</tr>
|
|
|
|
<!-- BEGIN latest -->
|
2005-12-10 23:08:02 +00:00
|
|
|
<tr>
|
2006-11-24 14:59:26 +00:00
|
|
|
<td class="row1" width="15%" valign="top"><span class="gen">{latest.USERNAME_FULL}</span></td>
|
2006-06-16 16:54:51 +00:00
|
|
|
<td class="row2" width="15%" valign="top"><span class="gen">{latest.WARNING_TIME}</span></td>
|
|
|
|
<td class="row1" width="15%" valign="top"><span class="gen">{latest.WARNINGS}</span></td>
|
|
|
|
<td class="row2" width="15%" valign="top"><span class="gen"><a href="{latest.U_NOTES}">{L_VIEW_NOTES}</a></span></td>
|
2005-12-10 23:08:02 +00:00
|
|
|
</tr>
|
2006-06-16 16:54:51 +00:00
|
|
|
<!-- BEGINELSE -->
|
2005-12-10 23:08:02 +00:00
|
|
|
<tr>
|
2006-06-16 16:54:51 +00:00
|
|
|
<td class="row1" colspan="5" align="center"><span class="gen">{L_WARNINGS_ZERO_TOTAL}</span></td>
|
2005-12-10 23:08:02 +00:00
|
|
|
</tr>
|
2006-06-16 16:54:51 +00:00
|
|
|
<!-- END latest -->
|
|
|
|
</table>
|
2005-12-10 23:08:02 +00:00
|
|
|
|
2006-06-16 16:54:51 +00:00
|
|
|
<br clear="all" /><br />
|
2005-12-10 23:08:02 +00:00
|
|
|
|
|
|
|
<!-- INCLUDE mcp_footer.html -->
|