1 <!-- BEGIN switch_xs_enabled -->
4 // This code will be visible only if eXtreme Styles mod is installed.
6 // highlight private message info if there is a new message
8 if(!empty($userdata['user_new_privmsg']) && !empty($this->vars['PRIVATE_MESSAGE_INFO']))
10 $this->vars['PRIVATE_MESSAGE_INFO'] = '<b>' . $this->vars['PRIVATE_MESSAGE_INFO'] . '</b>';
14 <!-- END switch_xs_enabled -->
15 <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
17 <td align="left" valign="bottom"><span class="gensmall">
18 <!-- BEGIN switch_user_logged_in -->
19 {PRIVATE_MESSAGE_INFO}<br />
20 {LAST_VISIT_DATE}<br />
21 <!-- END switch_user_logged_in -->
25 <td align="right" valign="bottom" class="gensmall">
26 <!-- BEGIN switch_user_logged_in -->
27 <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br />
28 <!-- END switch_user_logged_in -->
29 <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a><br />
30 <a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></td>
35 {TPL_HDR1}<span class="cattitle"> <a href="javascript:ShowHide('cat_{catrow.CAT_ID}','cat2_{catrow.CAT_ID}','catrow_{catrow.CAT_ID}');" class="cattitle">{catrow.CAT_DESC}</a> </span>{TPL_HDR2}<div id="cat_{catrow.CAT_ID}" style="display: ''; position: relative;"><table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
37 <th colspan="2" class="thCornerL" height="26" nowrap="nowrap"> {L_FORUM} </th>
38 <th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
39 <th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
40 <th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
42 <!-- BEGIN forumrow -->
44 <td class="row4" align="center" valign="middle" width="30" height="30"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="20" height="18" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
45 <td class="row1" width="100%" onmouseover="this.style.backgroundColor='{C_ROW1_OVER}';" onmouseout="this.style.backgroundColor='{C_ROW1}';" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
46 </span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
47 </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
48 <td class="row2" align="center" valign="middle"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
49 <td class="row2" align="center" valign="middle"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
50 <td class="row3" align="center" valign="middle" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
53 </table></div><div id="cat2_{catrow.CAT_ID}" style="display: none; position: relative;"><table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline"><tr><td class="spacerow" width="100%" height="3"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="1" height="3" border="0" alt="" /></td></tr></table></div>{TPL_FTR}
54 <script language="javascript" type="text/javascript">
56 tmp = 'catrow_{catrow.CAT_ID}';
57 if(GetCookie(tmp) == '2')
59 ShowHide('cat_{catrow.CAT_ID}','cat2_{catrow.CAT_ID}','catrow_{catrow.CAT_ID}');
66 {TPL_HDR1}<span class="cattitle"> <a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a> </span>{TPL_HDR2}<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
68 <td class="row4" align="center" valign="middle" rowspan="2"><img src="{T_TEMPLATE_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
69 <td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
73 <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}<br />{L_ONLINE_EXPLAIN}</span></td>
78 <!-- BEGIN switch_user_logged_out -->
79 <form method="post" action="{S_LOGIN_ACTION}">
80 {TPL_HDR1}<a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span>{TPL_HDR2}<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
82 <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}:
83 <input class="post" type="text" name="username" size="10" />
84 {L_PASSWORD}:
85 <input class="post" type="password" name="password" size="10" />
86 {L_AUTO_LOGIN}
87 <input class="text" type="checkbox" name="autologin" checked="checked" />
89 <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
95 <!-- END switch_user_logged_out -->
96 <!-- BEGIN switch_user_logged_out -->
97 <a title="{L_LOGIN_LOGOUT}" href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a>
98 <a title="{L_REGISTER}" href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a>
99 <!-- END switch_user_logged_out -->
100 <!-- BEGIN switch_user_logged_in -->
101 <a title="{L_PROFILE}" href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a>
102 <a title="{PRIVATE_MESSAGE_INFO}" href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a>
103 <!-- END switch_user_logged_in -->
104 <a title="{L_FAQ}" href="{U_FAQ}" class="mainmenu">{L_FAQ}</a>
105 <a title="{L_MEMBERLIST}" href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a>
106 <a title="{L_SEARCH}" href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a>
107 <!-- BEGIN switch_user_logged_in -->
108 <a title="{L_USERGROUPS}" href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>
109 <a title="{L_LOGIN_LOGOUT}" href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a>
110 <!-- END switch_user_logged_in -->
114 <table cellspacing="3" border="0" align="center" cellpadding="0">
116 <td width="20" align="center"><img src="{T_TEMPLATE_PATH}/images/folder_new_big.gif" alt="{L_NEW_POSTS}"/></td>
117 <td><span class="gensmall">{L_NEW_POSTS}</span></td>
118 <td> </td>
119 <td width="20" align="center"><img src="{T_TEMPLATE_PATH}/images/folder_big.gif" alt="{L_NO_NEW_POSTS}" /></td>
120 <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
121 <td> </td>
122 <td width="20" align="center"><img src="{T_TEMPLATE_PATH}/images/folder_locked_big.gif" alt="{L_FORUM_LOCKED}" /></td>
123 <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>