source: trunk/forum/styles/subsilver2/template/index_body.html

Last change on this file was 702, checked in by george, 15 years ago
  • Upraveno: Aktualizace fóra.
File size: 3.6 KB
Line 
1<!-- INCLUDE overall_header.html -->
2
3<!-- IF U_MCP -->
4 <div id="pageheader">
5 <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
6 </div>
7
8 <br clear="all" /><br />
9<!-- ENDIF -->
10
11<!-- INCLUDE forumlist_body.html -->
12
13<!-- IF not S_IS_BOT or U_TEAM -->
14<span class="gensmall"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF --></span><br />
15<!-- ENDIF -->
16
17<br clear="all" />
18
19<!-- INCLUDE breadcrumbs.html -->
20
21<!-- IF S_DISPLAY_ONLINE_LIST -->
22 <br clear="all" />
23
24 <table class="tablebg" width="100%" cellspacing="1">
25 <tr>
26 <td class="cat" colspan="2"><!-- IF U_VIEWONLINE --><h4><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h4><!-- ELSE --><h4>{L_WHO_IS_ONLINE}</h4><!-- ENDIF --></td>
27 </tr>
28 <tr>
29 <!-- IF LEGEND -->
30 <td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
31 <!-- ELSE -->
32 <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
33 <!-- ENDIF -->
34 <td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}</span></td>
35 </tr>
36 <!-- IF LEGEND -->
37 <tr>
38 <td class="row1"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
39 </tr>
40 <!-- ENDIF -->
41 </table>
42<!-- ENDIF -->
43
44<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
45 <br clear="all" />
46
47 <table class="tablebg" width="100%" cellspacing="1">
48 <tr>
49 <td class="cat" colspan="2"><h4>{L_BIRTHDAYS}</h4></td>
50 </tr>
51 <tr>
52 <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_BIRTHDAYS}" /></td>
53 <td class="row1" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>
54 </tr>
55 </table>
56<!-- ENDIF -->
57
58<br clear="all" />
59
60<table class="tablebg" width="100%" cellspacing="1">
61<tr>
62 <td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td>
63</tr>
64<tr>
65 <td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_STATISTICS}" /></td>
66 <td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
67</tr>
68</table>
69
70<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
71 <br clear="all" />
72
73 <form method="post" action="{S_LOGIN_ACTION}">
74
75 <table class="tablebg" width="100%" cellspacing="1">
76 <tr>
77 <td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td>
78 </tr>
79 <tr>
80 <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" />&nbsp; <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
81 </tr>
82 </table>
83 {S_LOGIN_REDIRECT}
84 {S_FORM_TOKEN}
85 </form>
86<!-- ENDIF -->
87
88<br clear="all" />
89
90<table class="legend">
91<tr>
92 <td width="20" align="center">{FORUM_NEW_IMG}</td>
93 <td><span class="gensmall">{L_NEW_POSTS}</span></td>
94 <td>&nbsp;&nbsp;</td>
95 <td width="20" align="center">{FORUM_IMG}</td>
96 <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
97 <td>&nbsp;&nbsp;</td>
98 <td width="20" align="center">{FORUM_LOCKED_IMG}</td>
99 <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
100</tr>
101</table>
102
103<!-- INCLUDE overall_footer.html -->
Note: See TracBrowser for help on using the repository browser.