1 | <!-- INCLUDE ucp_header.html -->
|
---|
2 |
|
---|
3 | <table class="tablebg" width="100%" cellspacing="1">
|
---|
4 | <tr>
|
---|
5 | <th colspan="3">{L_UCP}</th>
|
---|
6 | </tr>
|
---|
7 | <tr>
|
---|
8 | <td class="row1" colspan="3" align="center"><p class="genmed">{L_UCP_WELCOME}</p></td>
|
---|
9 | </tr>
|
---|
10 | <tr>
|
---|
11 | <th colspan="3">{L_IMPORTANT_NEWS}</th>
|
---|
12 | </tr>
|
---|
13 |
|
---|
14 | <!-- BEGIN topicrow -->
|
---|
15 |
|
---|
16 | <!-- IF topicrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
---|
17 | <td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
|
---|
18 | <td class="row1" width="100%">
|
---|
19 | <p class="topictitle"><!-- IF topicrow.S_UNREAD --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->{topicrow.ATTACH_ICON_IMG} <a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></p><p class="gensmall">{topicrow.GOTO_PAGE}</p>
|
---|
20 | </td>
|
---|
21 | <td class="row1" width="120" align="center" nowrap="nowrap">
|
---|
22 | <p class="topicdetails">{topicrow.LAST_POST_TIME}</p>
|
---|
23 | <p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}
|
---|
24 | <a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a>
|
---|
25 | </p>
|
---|
26 | </td>
|
---|
27 | </tr>
|
---|
28 | <!-- BEGINELSE -->
|
---|
29 | <tr class="row1">
|
---|
30 | <td align="center" colspan="3"><b class="gen">{L_NO_IMPORTANT_NEWS}</b></td>
|
---|
31 | </tr>
|
---|
32 | <!-- END topicrow -->
|
---|
33 |
|
---|
34 | <tr>
|
---|
35 | <th colspan="3">{L_YOUR_DETAILS}</th>
|
---|
36 | </tr>
|
---|
37 | <tr>
|
---|
38 | <td class="row1" colspan="3">
|
---|
39 | <table width="100%" cellspacing="1" cellpadding="4">
|
---|
40 | <tr>
|
---|
41 | <td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><b class="genmed">{L_JOINED}: </b></td>
|
---|
42 | <td width="100%"><b class="gen">{JOINED}</b></td>
|
---|
43 | </tr>
|
---|
44 | <tr>
|
---|
45 | <td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><b class="genmed">{L_TOTAL_POSTS}: </b></td>
|
---|
46 | <td><!-- IF POSTS_PCT --><b class="gen">{POSTS}</b><br /><span class="genmed">[{POSTS_PCT} / {POSTS_DAY}]<br /><a href="{U_SEARCH_SELF}">{L_SEARCH_YOUR_POSTS}</a></span><!-- ELSE --><b class="gen">{POSTS}<b><!-- ENDIF --></td>
|
---|
47 | </tr>
|
---|
48 | <!-- IF S_SHOW_ACTIVITY -->
|
---|
49 | <tr>
|
---|
50 | <td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><b class="genmed">{L_ACTIVE_IN_FORUM}: </b></td>
|
---|
51 | <td><!-- IF ACTIVE_FORUM --><b><a class="gen" href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></b><br /><span class="genmed">[ {ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
|
---|
52 | </tr>
|
---|
53 | <tr>
|
---|
54 | <td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><b class="genmed">{L_ACTIVE_IN_TOPIC}: </b></td>
|
---|
55 | <td><!-- IF ACTIVE_TOPIC --><b><a class="gen" href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></b><br /><span class="genmed">[ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
|
---|
56 | </tr>
|
---|
57 | <!-- ENDIF -->
|
---|
58 | <!-- IF WARNINGS -->
|
---|
59 | <tr>
|
---|
60 | <td align="{S_CONTENT_FLOW_END}" valign="middle" nowrap="nowrap"><b class="genmed">{L_YOUR_WARNINGS}: </b></td>
|
---|
61 | <td class="genmed">{WARNING_IMG} [ <b>{WARNINGS}</b> ]</td>
|
---|
62 | </tr>
|
---|
63 | <!-- ENDIF -->
|
---|
64 | </table>
|
---|
65 | </td>
|
---|
66 | </tr>
|
---|
67 | <tr>
|
---|
68 | <td class="cat" colspan="3"> </td>
|
---|
69 | </tr>
|
---|
70 | </table>
|
---|
71 |
|
---|
72 | <!-- INCLUDE ucp_footer.html -->
|
---|