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" border="0" align="center">
|
---|
6 | <tr>
|
---|
7 | <th colspan="2"align="center">{L_SELECT_USER}</th>
|
---|
8 | </tr>
|
---|
9 | <tr>
|
---|
10 | <td class="row1" width="40%"><b class="gen">{L_FIND_USERNAME}: </b><br /><span class="gensmall">[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span></td>
|
---|
11 | <td class="row2"><input type="text" class="post" name="username" size="20" /></td>
|
---|
12 | </tr>
|
---|
13 | <tr>
|
---|
14 | <td class="cat" colspan="2" align="center"><input type="submit" name="submituser" value="{L_SUBMIT}" class="btnmain" /></td>
|
---|
15 | </tr>
|
---|
16 | </table>
|
---|
17 | {S_FORM_TOKEN}
|
---|
18 | </form>
|
---|
19 |
|
---|
20 | <br clear="all" /><br />
|
---|
21 |
|
---|
22 | <table class="tablebg" width="100%" cellspacing="1">
|
---|
23 | <tr>
|
---|
24 | <td class="row3" colspan="4" align="center"><b class="gen">{L_MOST_WARNINGS}</b></td>
|
---|
25 | </tr>
|
---|
26 | <tr>
|
---|
27 | <th> {L_USERNAME} </th>
|
---|
28 | <th> {L_WARNINGS} </th>
|
---|
29 | <th> {L_LATEST_WARNING_TIME} </th>
|
---|
30 | <th> </th>
|
---|
31 | </tr>
|
---|
32 | <!-- BEGIN highest -->
|
---|
33 | <tr>
|
---|
34 | <td class="row1" width="15%" valign="top"><span class="gen">{highest.USERNAME_FULL}</span></td>
|
---|
35 | <td class="row2" width="15%" valign="top"><span class="gen">{highest.WARNINGS}</span></td>
|
---|
36 | <td class="row1" width="15%" valign="top"><span class="gen">{highest.WARNING_TIME}</span></td>
|
---|
37 | <td class="row2" width="15%" valign="top"><span class="gen"><a href="{highest.U_NOTES}">{L_VIEW_NOTES}</a></span></td>
|
---|
38 | </tr>
|
---|
39 | <!-- BEGINELSE -->
|
---|
40 | <tr>
|
---|
41 | <td class="row1" colspan="4" align="center"><span class="gen">{L_WARNINGS_ZERO_TOTAL}</span></td>
|
---|
42 | </tr>
|
---|
43 | <!-- END highest -->
|
---|
44 | </table>
|
---|
45 |
|
---|
46 | <br clear="all" /><br />
|
---|
47 |
|
---|
48 | <table class="tablebg" width="100%" cellspacing="1">
|
---|
49 | <tr>
|
---|
50 | <td class="row3" colspan="4" align="center"><b class="gen">{L_LATEST_WARNINGS}</b></td>
|
---|
51 | </tr>
|
---|
52 | <tr>
|
---|
53 | <th> {L_USERNAME} </th>
|
---|
54 | <th> {L_TIME} </th>
|
---|
55 | <th> {L_TOTAL_WARNINGS} </th>
|
---|
56 | <th> </th>
|
---|
57 | </tr>
|
---|
58 | <!-- BEGIN latest -->
|
---|
59 | <tr>
|
---|
60 | <td class="row1" width="15%" valign="top"><span class="gen">{latest.USERNAME_FULL}</span></td>
|
---|
61 | <td class="row2" width="15%" valign="top"><span class="gen">{latest.WARNING_TIME}</span></td>
|
---|
62 | <td class="row1" width="15%" valign="top"><span class="gen">{latest.WARNINGS}</span></td>
|
---|
63 | <td class="row2" width="15%" valign="top"><span class="gen"><a href="{latest.U_NOTES}">{L_VIEW_NOTES}</a></span></td>
|
---|
64 | </tr>
|
---|
65 | <!-- BEGINELSE -->
|
---|
66 | <tr>
|
---|
67 | <td class="row1" colspan="4" align="center"><span class="gen">{L_WARNINGS_ZERO_TOTAL}</span></td>
|
---|
68 | </tr>
|
---|
69 | <!-- END latest -->
|
---|
70 | </table>
|
---|
71 |
|
---|
72 | <br clear="all" /><br />
|
---|
73 |
|
---|
74 | <!-- INCLUDE mcp_footer.html -->
|
---|