Start of pallet
This commit is contained in:
12
root/styles/prosilver/template/portal/block/forum_index.html
Normal file
12
root/styles/prosilver/template/portal/block/forum_index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!--version $Id: forum_index.html 296 2008-08-13 00:34:14Z icedcold $ //-->
|
||||
<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
|
||||
<ul class="linklist">
|
||||
<!-- IF S_DISPLAY_SEARCH -->
|
||||
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_USER_LOGGED_IN --> • <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> • <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
|
||||
</ul>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE forumlist_body.html -->
|
||||
<br style="clear:both" />
|
||||
@@ -1,21 +1,19 @@
|
||||
<!--version $Id$ //-->
|
||||
<!-- IF S_DISPLAY_JUMPBOX -->
|
||||
<form method="post" id="jumpbox" action="{S_JUMPBOX_ACTION}" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
|
||||
<form method="post" id="jumpbox" action="{S_JUMPBOX_ACTION}" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
|
||||
|
||||
<!-- IF $CUSTOM_FIELDSET_CLASS -->
|
||||
<fieldset class="{$CUSTOM_FIELDSET_CLASS}">
|
||||
<!-- ELSE -->
|
||||
<fieldset class="jumpbox">
|
||||
<!-- ENDIF -->
|
||||
<label for="f" accesskey="j"><!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->:</label>
|
||||
<select name="f" id="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">
|
||||
<!-- BEGIN jumpbox_forums -->
|
||||
<!-- IF jumpbox_forums.S_FORUM_COUNT == 1 --><option value="-1">------------------</option><!-- ENDIF -->
|
||||
<option value="{jumpbox_forums.FORUM_ID}"{jumpbox_forums.SELECTED}><!-- BEGIN level --> <!-- END level -->{jumpbox_forums.FORUM_NAME}</option>
|
||||
<!-- END jumpbox_forums -->
|
||||
</select>
|
||||
<input type="submit" value="{L_GO}" class="button2" />
|
||||
</fieldset>
|
||||
</form>
|
||||
<!-- IF $CUSTOM_FIELDSET_CLASS -->
|
||||
<fieldset class="{$CUSTOM_FIELDSET_CLASS}">
|
||||
<!-- ELSE -->
|
||||
<fieldset class="jumpbox">
|
||||
<!-- ENDIF -->
|
||||
<label for="f" accesskey="j"><!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->:</label>
|
||||
<select name="f" id="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">
|
||||
<!-- BEGIN jumpbox_forums -->
|
||||
<!-- IF jumpbox_forums.S_FORUM_COUNT == 1 --><option value="-1">------------------</option><!-- ENDIF -->
|
||||
<option value="{jumpbox_forums.FORUM_ID}"{jumpbox_forums.SELECTED}><!-- BEGIN level --> <!-- END level -->{jumpbox_forums.FORUM_NAME}</option>
|
||||
<!-- END jumpbox_forums -->
|
||||
</select>
|
||||
<input type="submit" value="{L_GO}" class="button2" />
|
||||
</fieldset>
|
||||
</form>
|
||||
<br />
|
||||
<!-- ENDIF -->
|
||||
@@ -7,50 +7,10 @@
|
||||
<!-- [+] left block area -->
|
||||
<td valign="top" style="width: {PORTAL_LEFT_COLUMN}px; padding-right:6px;">
|
||||
<br style="clear:both" />
|
||||
|
||||
<!-- IF S_DISPLAY_MAINMENU -->
|
||||
<!-- INCLUDE portal/block/main_menu.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
|
||||
<!-- INCLUDE portal/block/birthday_list.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_CLOCK -->
|
||||
<!-- INCLUDE portal/block/clock.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_PORTALSEARCH and S_DISPLAY_SEARCH -->
|
||||
<!-- INCLUDE portal/block/search.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_RANDOM_MEMBER -->
|
||||
<!-- INCLUDE portal/block/random_member.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ATTACHMENTS -->
|
||||
<!-- INCLUDE portal/block/attachments.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_CUSTOM_SMALL -->
|
||||
<!-- INCLUDE portal/block/custom_small.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_STYLE_OPTIONS and S_DISPLAY_CHANGE_STYLE -->
|
||||
<!-- INCLUDE portal/block/change_style.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_TOP_POSTERS -->
|
||||
<!-- INCLUDE portal/block/top_poster.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_LATEST_MEMBERS -->
|
||||
<!-- INCLUDE portal/block/latest_members.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_LINK_US -->
|
||||
<!-- INCLUDE portal/block/link_us.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- BEGIN portal_column_left -->
|
||||
{portal_column_left.BLOCK_DATA}
|
||||
<!-- END portal_column_left -->
|
||||
|
||||
</td>
|
||||
<!-- [-] left block area -->
|
||||
@@ -60,78 +20,9 @@
|
||||
<td valign="top">
|
||||
<br style="clear:both" />
|
||||
|
||||
<!-- IF S_DISPLAY_GENERAL -->
|
||||
<!-- INCLUDE portal/block/general_block.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF U_RESTORE_PERMISSIONS and S_DISPLAY_MAINMENU -->
|
||||
<!-- INCLUDE portal/block/general_block.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_WELCOME -->
|
||||
<!-- IF S_DISPLAY_WELCOME_GUEST and S_USER_LOGGED_IN -->
|
||||
<!-- ELSE -->
|
||||
<!-- INCLUDE portal/block/welcome.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_CUSTOM_CENTER -->
|
||||
<!-- INCLUDE portal/block/custom_center.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_RECENT -->
|
||||
<!-- INCLUDE portal/block/recent.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ANNOUNCEMENTS -->
|
||||
<!-- IF S_ANNOUNCE_COMPACT -->
|
||||
<!-- INCLUDE portal/block/announcements_compact.html -->
|
||||
<!-- ELSE -->
|
||||
<!-- INCLUDE portal/block/announcements.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_NEWS -->
|
||||
<!-- IF S_NEWS_COMPACT -->
|
||||
<!-- INCLUDE portal/block/news_compact.html -->
|
||||
<!-- ELSE -->
|
||||
<!-- INCLUDE portal/block/news.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_POLL -->
|
||||
<!-- INCLUDE portal/block/poll.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_PORTAL_FORUM_INDEX -->
|
||||
<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
|
||||
<ul class="linklist">
|
||||
<!-- IF S_DISPLAY_SEARCH -->
|
||||
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_USER_LOGGED_IN --> • <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> • <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
|
||||
</ul>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE forumlist_body.html -->
|
||||
<br />
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ONLINE_PORTAL_LIST and S_DISPLAY_ONLINE_LIST -->
|
||||
<!-- INCLUDE portal/block/whois_online.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_PAY_C -->
|
||||
<!-- INCLUDE portal/block/donation.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_WORDGRAPH -->
|
||||
<!-- INCLUDE portal/block/wordgraph.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_JUMPBOX -->
|
||||
<!-- INCLUDE portal/block/jumpbox.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- BEGIN portal_column_center -->
|
||||
{portal_column_center.BLOCK_DATA}
|
||||
<!-- END portal_column_center -->
|
||||
|
||||
<br /><div class="copyright">{L_PORTAL_COPY}</div>
|
||||
</td>
|
||||
@@ -142,46 +33,10 @@
|
||||
<!-- [+] right block area -->
|
||||
<td valign="top" style="width: {PORTAL_RIGHT_COLUMN}px; padding-left:6px;">
|
||||
<br style="clear:both" />
|
||||
|
||||
<!-- IF S_DISPLAY_USERMENU -->
|
||||
<!-- IF not S_USER_LOGGED_IN -->
|
||||
<!-- INCLUDE portal/block/login_box.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
|
||||
<!-- INCLUDE portal/block/user_menu.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_ZEBRA_ENABLED and S_DISPLAY_FRIENDS -->
|
||||
<!-- INCLUDE portal/block/online_friends.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ADVANCED_STAT -->
|
||||
<!-- INCLUDE portal/block/statistics.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_MINICAL -->
|
||||
<!-- INCLUDE portal/block/mini_calendar.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_LEADERS_EXT -->
|
||||
<!-- INCLUDE portal/block/leaders_ext.html -->
|
||||
<!-- ELSEIF S_DISPLAY_LEADERS -->
|
||||
<!-- INCLUDE portal/block/leaders.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_LAST_BOTS and S_LAST_VISITED_BOTS -->
|
||||
<!-- INCLUDE portal/block/latest_bots.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_LINKS -->
|
||||
<!-- INCLUDE portal/block/links.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_PAY_S -->
|
||||
<!-- INCLUDE portal/block/donation_small.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- BEGIN portal_column_right -->
|
||||
{portal_column_right.BLOCK_DATA}
|
||||
<!-- END portal_column_right -->
|
||||
|
||||
</td>
|
||||
<!-- [-] right block area -->
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<!--version $Id: forum_index.html 296 2008-08-13 00:34:14Z icedcold $ //-->
|
||||
<!-- INCLUDE forumlist_body.html -->
|
||||
<br clear="all" />
|
||||
<table class="legend">
|
||||
<tr>
|
||||
<td width="20" align="center">{FORUM_NEW_IMG}</td>
|
||||
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
|
||||
<td> </td>
|
||||
<td width="20" align="center">{FORUM_IMG}</td>
|
||||
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
|
||||
<td> </td>
|
||||
<td width="20" align="center">{FORUM_LOCKED_IMG}</td>
|
||||
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br clear="all" />
|
||||
@@ -1,5 +1,4 @@
|
||||
<!--version $Id$ //-->
|
||||
<!-- IF S_DISPLAY_JUMPBOX -->
|
||||
<form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
|
||||
|
||||
<table cellspacing="0" cellpadding="0" border="0" align="right">
|
||||
@@ -16,5 +15,4 @@
|
||||
</table>
|
||||
|
||||
</form>
|
||||
<br />
|
||||
<!-- ENDIF -->
|
||||
<br />
|
||||
@@ -40,49 +40,9 @@ small, .small {
|
||||
<!-- [+] left block area -->
|
||||
<td width="{PORTAL_LEFT_COLUMN}px" valign="top" style="padding-right:6px;">
|
||||
|
||||
<!-- IF S_DISPLAY_MAINMENU -->
|
||||
<!-- INCLUDE portal/block/main_menu.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
|
||||
<!-- INCLUDE portal/block/birthday_list.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_CLOCK -->
|
||||
<!-- INCLUDE portal/block/clock.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_PORTALSEARCH and S_DISPLAY_SEARCH -->
|
||||
<!-- INCLUDE portal/block/search.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_RANDOM_MEMBER -->
|
||||
<!-- INCLUDE portal/block/random_member.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ATTACHMENTS -->
|
||||
<!-- INCLUDE portal/block/attachments.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_CUSTOM_SMALL -->
|
||||
<!-- INCLUDE portal/block/custom_small.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_STYLE_OPTIONS and S_DISPLAY_CHANGE_STYLE -->
|
||||
<!-- INCLUDE portal/block/change_style.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_TOP_POSTERS -->
|
||||
<!-- INCLUDE portal/block/top_poster.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_LATEST_MEMBERS -->
|
||||
<!-- INCLUDE portal/block/latest_members.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_LINK_US -->
|
||||
<!-- INCLUDE portal/block/link_us.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- BEGIN portal_column_left -->
|
||||
{portal_column_left.BLOCK_DATA}
|
||||
<!-- END portal_column_left -->
|
||||
|
||||
</td>
|
||||
<!-- [-] left block area -->
|
||||
@@ -91,82 +51,9 @@ small, .small {
|
||||
<!-- [+] center block area -->
|
||||
<td valign="top">
|
||||
|
||||
<!-- IF S_DISPLAY_GENERAL -->
|
||||
<!-- INCLUDE portal/block/general_block.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF U_RESTORE_PERMISSIONS and S_DISPLAY_MAINMENU -->
|
||||
<!-- INCLUDE portal/block/general_block.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_WELCOME -->
|
||||
<!-- IF S_DISPLAY_WELCOME_GUEST and S_USER_LOGGED_IN -->
|
||||
<!-- ELSE -->
|
||||
<!-- INCLUDE portal/block/welcome.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_CUSTOM_CENTER -->
|
||||
<!-- INCLUDE portal/block/custom_center.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_RECENT -->
|
||||
<!-- INCLUDE portal/block/recent.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ANNOUNCEMENTS -->
|
||||
<!-- IF S_ANNOUNCE_COMPACT -->
|
||||
<!-- INCLUDE portal/block/announcements_compact.html -->
|
||||
<!-- ELSE -->
|
||||
<!-- INCLUDE portal/block/announcements.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_NEWS -->
|
||||
<!-- IF S_NEWS_COMPACT -->
|
||||
<!-- INCLUDE portal/block/news_compact.html -->
|
||||
<!-- ELSE -->
|
||||
<!-- INCLUDE portal/block/news.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_POLL -->
|
||||
<!-- INCLUDE portal/block/poll.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_PORTAL_FORUM_INDEX -->
|
||||
<!-- INCLUDE forumlist_body.html -->
|
||||
<br clear="all" />
|
||||
<table class="legend">
|
||||
<tr>
|
||||
<td width="20" align="center">{FORUM_NEW_IMG}</td>
|
||||
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
|
||||
<td> </td>
|
||||
<td width="20" align="center">{FORUM_IMG}</td>
|
||||
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
|
||||
<td> </td>
|
||||
<td width="20" align="center">{FORUM_LOCKED_IMG}</td>
|
||||
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br clear="all" />
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ONLINE_PORTAL_LIST and S_DISPLAY_ONLINE_LIST -->
|
||||
<!-- INCLUDE portal/block/whois_online.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_PAY_C -->
|
||||
<!-- INCLUDE portal/block/donation.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_WORDGRAPH -->
|
||||
<!-- INCLUDE portal/block/wordgraph.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_JUMPBOX -->
|
||||
<!-- INCLUDE portal/block/jumpbox.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- BEGIN portal_column_center -->
|
||||
{portal_column_center.BLOCK_DATA}
|
||||
<!-- END portal_column_center -->
|
||||
|
||||
<br />
|
||||
<div class="copyright" align="center">{L_PORTAL_COPY}</div>
|
||||
@@ -178,45 +65,11 @@ small, .small {
|
||||
|
||||
<!-- [+] right block area -->
|
||||
<td width="{PORTAL_RIGHT_COLUMN}px" valign="top" style="padding-left:6px;">
|
||||
<!-- IF S_DISPLAY_USERMENU -->
|
||||
<!-- IF not S_USER_LOGGED_IN -->
|
||||
<!-- INCLUDE portal/block/login_box.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
|
||||
<!-- INCLUDE portal/block/user_menu.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_ZEBRA_ENABLED and S_DISPLAY_FRIENDS -->
|
||||
<!-- INCLUDE portal/block/online_friends.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ADVANCED_STAT -->
|
||||
<!-- INCLUDE portal/block/statistics.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_MINICAL -->
|
||||
<!-- INCLUDE portal/block/mini_calendar.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_LEADERS_EXT -->
|
||||
<!-- INCLUDE portal/block/leaders_ext.html -->
|
||||
<!-- ELSEIF S_DISPLAY_LEADERS -->
|
||||
<!-- INCLUDE portal/block/leaders.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_LAST_BOTS and S_LAST_VISITED_BOTS -->
|
||||
<!-- INCLUDE portal/block/latest_bots.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_LINKS -->
|
||||
<!-- INCLUDE portal/block/links.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_PAY_S -->
|
||||
<!-- INCLUDE portal/block/donation_small.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- BEGIN portal_column_right -->
|
||||
{portal_column_right.BLOCK_DATA}
|
||||
<!-- END portal_column_right -->
|
||||
|
||||
</td>
|
||||
<!-- [-] right block area -->
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user