1 | <!-- INCLUDE mcp_header.html -->
|
---|
2 |
|
---|
3 | <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
|
---|
4 | <tr>
|
---|
5 | <th colspan="2" align="center">{USERNAME}</th>
|
---|
6 | </tr>
|
---|
7 | <tr>
|
---|
8 | <td class="row1" align="center">
|
---|
9 | <table cellspacing="1" cellpadding="2" border="0">
|
---|
10 | <tr>
|
---|
11 | <td class="gen" align="center"><!-- IF USER_COLOR --><b style="color: #{USER_COLOR}"><!-- ELSE --><b><!-- ENDIF -->{USERNAME}</b></td>
|
---|
12 | </tr>
|
---|
13 | <!-- IF RANK_TITLE -->
|
---|
14 | <tr>
|
---|
15 | <td class="postdetails" align="center">{RANK_TITLE}</td>
|
---|
16 | </tr>
|
---|
17 | <!-- ENDIF -->
|
---|
18 | <!-- IF RANK_IMG -->
|
---|
19 | <tr>
|
---|
20 | <td align="center">{RANK_IMG}</td>
|
---|
21 | </tr>
|
---|
22 | <!-- ENDIF -->
|
---|
23 | <tr>
|
---|
24 | <td align="center"><!-- IF AVATAR_IMG -->{AVATAR_IMG}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF --></td>
|
---|
25 | </tr>
|
---|
26 | </table>
|
---|
27 | </td>
|
---|
28 | <td class="row1">
|
---|
29 | <table width="100%" cellspacing="1" cellpadding="2" border="0">
|
---|
30 | <tr>
|
---|
31 | <td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_JOINED}: </td>
|
---|
32 | <td width="100%"><b class="gen">{JOINED}</b></td>
|
---|
33 | </tr>
|
---|
34 | <tr>
|
---|
35 | <td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_TOTAL_POSTS}: </td>
|
---|
36 | <td><b class="gen">{POSTS}</b></td>
|
---|
37 | </tr>
|
---|
38 | <tr>
|
---|
39 | <td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_WARNINGS}: </td>
|
---|
40 | <td><b class="gen">{WARNINGS}</b></td>
|
---|
41 | </tr>
|
---|
42 | </table>
|
---|
43 | </td>
|
---|
44 | </tr>
|
---|
45 | </table>
|
---|
46 |
|
---|
47 | <br clear="all" /><br />
|
---|
48 |
|
---|
49 | <form method="post" name="mcp" action="{U_POST_ACTION}">
|
---|
50 |
|
---|
51 | <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
|
---|
52 | <tr>
|
---|
53 | <th align="center">{L_ADD_WARNING}</th>
|
---|
54 | </tr>
|
---|
55 | <tr>
|
---|
56 | <td class="row3" align="center"><span class="genmed">{L_ADD_WARNING_EXPLAIN}</span></td>
|
---|
57 | </tr>
|
---|
58 | <tr>
|
---|
59 | <td class="row1" align="center"><textarea name="warning" rows="10" cols="76"></textarea></td>
|
---|
60 | </tr>
|
---|
61 | <tr>
|
---|
62 | <td class="row1" align="center"><input type="checkbox" class="radio" name="notify_user" checked="checked" /><span class="genmed">{L_NOTIFY_USER_WARN}</span></td>
|
---|
63 | </tr>
|
---|
64 | <tr>
|
---|
65 | <td class="cat" align="center"><input class="btnmain" type="submit" name="action[add_warning]" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" /></td>
|
---|
66 | </tr>
|
---|
67 | </table>
|
---|
68 | {S_FORM_TOKEN}
|
---|
69 | </form>
|
---|
70 |
|
---|
71 | <br clear="all" /><br />
|
---|
72 |
|
---|
73 | <!-- INCLUDE mcp_footer.html -->
|
---|