2010-08-20 22:55:25 +02:00
|
|
|
<!-- INCLUDE mcp_header.html -->
|
|
|
|
|
|
|
|
<form method="post" name="mcp" action="{U_POST_ACTION}">
|
|
|
|
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1" border="0" align="center">
|
|
|
|
<tr>
|
|
|
|
<th colspan="2"align="center">{L_SELECT_USER}</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2012-08-03 11:43:23 -05:00
|
|
|
<td class="row1" width="40%"><b class="gen">{L_FIND_USERNAME}{L_COLON} </b><br /><span class="gensmall">[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
<td class="row2"><input type="text" class="post" name="username" 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>
|
|
|
|
{S_FORM_TOKEN}
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<br clear="all" /><br />
|
|
|
|
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
|
|
<tr>
|
|
|
|
<td class="row3" colspan="4" 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 -->
|
|
|
|
<tr>
|
|
|
|
<td class="row1" width="15%" valign="top"><span class="gen">{highest.USERNAME_FULL}</span></td>
|
|
|
|
<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>
|
|
|
|
</tr>
|
|
|
|
<!-- BEGINELSE -->
|
|
|
|
<tr>
|
2012-03-29 15:52:28 +01:00
|
|
|
<td class="row1" colspan="4" align="center"><span class="gen">{L_NO_WARNINGS}</span></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
</tr>
|
|
|
|
<!-- END highest -->
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<br clear="all" /><br />
|
|
|
|
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
|
|
<tr>
|
|
|
|
<td class="row3" colspan="4" 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 -->
|
|
|
|
<tr>
|
|
|
|
<td class="row1" width="15%" valign="top"><span class="gen">{latest.USERNAME_FULL}</span></td>
|
|
|
|
<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>
|
|
|
|
</tr>
|
|
|
|
<!-- BEGINELSE -->
|
|
|
|
<tr>
|
2012-03-29 15:52:28 +01:00
|
|
|
<td class="row1" colspan="4" align="center"><span class="gen">{L_NO_WARNINGS}</span></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
</tr>
|
|
|
|
<!-- END latest -->
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<br clear="all" /><br />
|
|
|
|
|
2010-11-09 08:59:25 +01:00
|
|
|
<!-- INCLUDE mcp_footer.html -->
|