Unreported: getting subsilver2 started, step one
This commit is contained in:
@@ -38,89 +38,79 @@ small, .small {
|
||||
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
|
||||
<tr>
|
||||
<!-- [+] left block area -->
|
||||
<td width="{PORTAL_LEFT_COLLUMN}" valign="top" style="padding-right:6px;">
|
||||
<td width="{PORTAL_LEFT_COLLUMN}px" valign="top" style="padding-right:6px;">
|
||||
|
||||
<!-- IF S_DISPLAY_MAINMENU -->
|
||||
<!-- INCLUDE portal/block/main_menu.html -->
|
||||
|
||||
<!-- IF S_DISPLAY_SEARCH -->
|
||||
<!-- INCLUDE portal/block/search.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_ADS_SMALL -->
|
||||
<!-- INCLUDE portal/block/ads_small.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_CHANGE_STYLE -->
|
||||
<!-- INCLUDE portal/block/change_style.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_PAY_S -->
|
||||
<!-- INCLUDE portal/block/donation/donation_small.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_LATEST_MEMBERS -->
|
||||
<!-- INCLUDE portal/block/latest_members.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_TOP_POSTERS -->
|
||||
<!-- INCLUDE portal/block/top_poster.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_RANDOM_MEMBER -->
|
||||
<!-- INCLUDE portal/block/random_member.html -->
|
||||
<!-- 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_MINICAL -->
|
||||
<!-- INCLUDE portal/block/mini_calendar.html -->
|
||||
<!-- IF S_DISPLAY_PORTALSEARCH -->
|
||||
<!-- INCLUDE portal/block/search.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_RANDOM_MEMBER -->
|
||||
<!-- INCLUDE portal/block/random_member.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
|
||||
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
|
||||
<!-- IF S_DISPLAY_ATTACHMENTS -->
|
||||
<!-- INCLUDE portal/block/attachments.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_ADS_SMALL -->
|
||||
<!-- INCLUDE portal/block/ads_small.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_STYLE_OPTIONS -->
|
||||
<!-- IF S_DISPLAY_CHANGE_STYLE -->
|
||||
<!-- INCLUDE portal/block/change_style.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- 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 -->
|
||||
|
||||
<!-- IF S_DISPLAY_LINKS -->
|
||||
<!-- INCLUDE portal/block/links.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_LAST_BOTS and S_LAST_VISITED_BOTS -->
|
||||
<!-- INCLUDE portal/block/latest_bots.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
|
||||
<!-- INCLUDE portal/block/birthday_list.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
</td>
|
||||
<!-- [-] left block area -->
|
||||
<td width="4" valign="top"></td>
|
||||
<td width="4px" valign="top"></td>
|
||||
|
||||
<!-- [+] center block area -->
|
||||
<td valign="top">
|
||||
|
||||
<!-- IF S_DISPLAY_WELCOME -->
|
||||
<!-- IF S_DISPLAY_WELCOME_GUEST and S_USER_LOGGED_IN -->
|
||||
<!-- ELSE -->
|
||||
<!-- INCLUDE portal/block/welcome.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_ADS_CENTER -->
|
||||
<!-- INCLUDE portal/block/ads_center.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_PAY_C -->
|
||||
<!-- INCLUDE portal/block/donation/donation.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_RECENT -->
|
||||
<!-- INCLUDE portal/block/recent.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_POLL -->
|
||||
<!-- INCLUDE portal/block/poll.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ANNOUNCEMENTS -->
|
||||
<!-- IF S_ANNOUNCE_COMPACT -->
|
||||
<!-- INCLUDE portal/block/announcements_compact.html -->
|
||||
@@ -137,6 +127,18 @@ small, .small {
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_POLL -->
|
||||
<!-- INCLUDE portal/block/poll.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ONLINE_PORTAL_LIST -->
|
||||
<!-- INCLUDE portal/block/whois_online.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_PAY_C -->
|
||||
<!-- INCLUDE portal/block/donation/donation.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_WORDGRAPH -->
|
||||
<!-- INCLUDE portal/block/wordgraph.html -->
|
||||
<!-- ENDIF -->
|
||||
@@ -145,31 +147,17 @@ small, .small {
|
||||
<!-- INCLUDE portal/block/jumpbox.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<br /><div class="copyright">{L_PORTAL_COPY}</div>
|
||||
</td>
|
||||
|
||||
<!-- [-] center block area -->
|
||||
<td width="4" valign="top"></td>
|
||||
|
||||
<!-- [+] right block area -->
|
||||
<td width="{PORTAL_RIGHT_COLLUMN}" valign="top" style="padding-left:6px;">
|
||||
|
||||
<!--// [+] latest files => only for site version
|
||||
<div class="panel">
|
||||
<div class="inner">
|
||||
<span class="corners-top"><span></span></span>
|
||||
<h3>Latest Files</h3>
|
||||
<span style="font-weight: bold">Latest version:</span> 1.1.0b<br />
|
||||
<span style="font-weight: bold">Released:</span> 2007-08-01<br /><br />
|
||||
<span style="font-weight: bold">Download:</span><br />
|
||||
<a href="http://www.phpbb3portal.com/viewtopic.php?f=4&t=9">phpbb3-portal.110b.tar.gz</a><br /><br />
|
||||
<span style="font-weight: bold">Development:</span><br />
|
||||
<a href="http://www.phppbb3ortal.com">phpbb3portal.com</a><br />
|
||||
<a href="http://sourceforge.net/projects/canverportal/" rel="nofollow">SourceForge Project</a>
|
||||
<span class="corners-bottom"><span></span></span>
|
||||
</div>
|
||||
</div>
|
||||
<br clear="all" />
|
||||
[-] latest files => only for site version //-->
|
||||
<td width="{PORTAL_RIGHT_COLLUMN}px" valign="top" style="padding-left:6px;">
|
||||
|
||||
|
||||
<!-- IF S_DISPLAY_USERMENU -->
|
||||
<!-- IF not S_USER_LOGGED_IN -->
|
||||
<!-- INCLUDE portal/block/login_box.html -->
|
||||
<!-- ENDIF -->
|
||||
@@ -177,8 +165,9 @@ small, .small {
|
||||
<!-- IF S_USER_LOGGED_IN -->
|
||||
<!-- INCLUDE portal/block/user_menu.html -->
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_FRIENDS and S_ZEBRA_ENABLED and S_USER_LOGGED_IN -->
|
||||
<!-- 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 -->
|
||||
|
||||
@@ -186,27 +175,36 @@ small, .small {
|
||||
<!-- INCLUDE portal/block/statistics.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ONLINE_LIST -->
|
||||
<!-- INCLUDE portal/block/whois_online.html -->
|
||||
<!-- IF S_DISPLAY_ACTIVE_TOPIC -->
|
||||
<!--INCLUDE portal/block/active.html-->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_MINICAL -->
|
||||
<!-- INCLUDE portal/block/mini_calendar.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_LEADERS -->
|
||||
<!-- INCLUDE portal/block/leaders.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ATTACHMENTS -->
|
||||
<!-- INCLUDE portal/block/attachments.html -->
|
||||
<!-- IF S_DISPLAY_LAST_BOTS and S_LAST_VISITED_BOTS -->
|
||||
<!-- INCLUDE portal/block/latest_bots.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ACTIVE_TOPIC -->
|
||||
<!--INCLUDE portal/block/active.html-->
|
||||
<!-- IF S_DISPLAY_LINKS -->
|
||||
<!-- INCLUDE portal/block/links.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_PAY_S -->
|
||||
<!-- INCLUDE portal/block/donation/donation_small.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!--INCLUDE portal/block/_sample_block_design.html-->
|
||||
<!-- //INCLUDE portal/block/_sample_block_design.html-->
|
||||
|
||||
</td>
|
||||
<!-- [-] right block area -->
|
||||
</tr>
|
||||
</table>
|
||||
<!--// phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com //-->
|
||||
|
||||
<!--// board3 Portal by www.board3.de //-->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
Reference in New Issue
Block a user