PPreparing for new ModX version and package structure - moving subsilver2 (hopefully nothing breaks)

This commit is contained in:
Kevin
2008-08-09 10:36:39 +00:00
parent 7e6af6c598
commit 5117de7465
39 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_ACTIVE_TOPIC}</th>
</tr>
<tr class="row1">
<td>
<!-- BEGIN active_topics -->
<a href="{active_topics.U_VIEW_TOPIC}" title="{active_topics.FULL_TITLE}"><strong>{active_topics.TITLE}</strong></a><br />
{active_topics.DATE}<br />
{L_POSTED_BY}: {active_topics.POSTER}<br />
<!-- END lactive_topics -->
<hr />
<a href="search.php?search_id=active_topics">{ALL_ACTIVE_TOPIC}</a>
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,60 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_LATEST_ANNOUNCEMENTS}</th>
</tr>
<tr class="row1">
<td>
<!-- BEGIN announcements_row -->
<!-- IF announcements_row.S_NO_TOPICS -->
<span class="gensmall"><strong>{L_NO_ANNOUNCEMENTS}</strong></span>
<!-- ELSE -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<td class="cat">
<a name="a{announcements_row.A_ID}"></a>
<!-- IF announcements_row.S_UNREAD_INFO -->{NEWEST_POST_IMG}<!-- ELSE -->{READ_POST_IMG}<!-- ENDIF --> {announcements_row.ATTACH_ICON_IMG}<!-- IF announcements_row.S_POLL --> <strong>{L_POLL}: </strong><!-- ENDIF --><a href="{announcements_row.U_VIEW_COMMENTS}"><strong>{announcements_row.TITLE}</strong></a>
</td>
</tr>
<tr class="row<!-- IF announcements_row.S_ROW_COUNT is odd -->1<!-- ELSE -->2<!-- ENDIF -->">
<td style="padding:5px 5px 5px 5px;">
<span class="gensmall" style="float: left;">{L_POSTED} {L_POST_BY_AUTHOR}: {announcements_row.POSTER_FULL}
<!-- IF announcements_row.FORUM_NAME --> &nbsp;&bull;&nbsp; {L_FORUM}: <strong><a href="{announcements_row.U_VIEWFORUM}">{announcements_row.FORUM_NAME}</a></strong>
<!-- ELSE -->
&nbsp;&bull;&nbsp; {L_GLOBAL_ANNOUNCEMENT}
<!-- ENDIF -->
</span>
<span class="gensmall" style="float: right;">{announcements_row.TIME}</span>
<br /><br />
<div class="postbody">
{announcements_row.TEXT}
</div>
<br /><br />
<!-- IF announcements_row.PAGINATION --><span style="float: right;">[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {announcements_row.PAGINATION} ]</span><!-- ENDIF -->
</td>
</tr>
<tr class="row<!-- IF announcements_row.S_ROW_COUNT is odd -->1<!-- ELSE -->2<!-- ENDIF -->">
<td>
<span style="float: left;">{L_TOPIC_VIEWS}: {announcements_row.TOPIC_VIEWS} &nbsp;&bull;&nbsp; <a href="{announcements_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}: {announcements_row.REPLIES}</a> &nbsp;&bull;&nbsp; <a href="{announcements_row.U_POST_COMMENT}">{L_POST_REPLY}</a></span>
<span style="float: right;">{announcements_row.OPEN}<a href="{announcements_row.U_READ_FULL}">{announcements_row.L_READ_FULL}</a>{announcements_row.CLOSE} <a href="#wrapheader" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></span>
</td>
</tr>
</table>
<br />
<!-- ENDIF -->
<!-- END announcements_row -->
<!-- IF AP_PAGINATION or TOTAL_ANNOUNCEMENTS -->
<hr />
<table width="100%" cellspacing="0">
<tr>
<td class="gensmall" valign="middle" align="right" nowrap="nowrap">
{TOTAL_ANNOUNCEMENTS}
<!-- IF AP_PAGE_NUMBER --><!-- IF AP_PAGINATION --> &bull; {AP_PAGE_NUMBER} &bull; <span>{AP_PAGINATION}</span><!-- ELSE --> &bull; {AP_PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF --></td>
</tr>
</table>
<!-- ENDIF -->
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,43 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_LATEST_ANNOUNCEMENTS}</th>
</tr>
<!-- BEGIN announcements_row -->
<!-- IF announcements_row.S_NO_TOPICS -->
<tr class="row1">
<td>
<span class="gensmall"><strong>{L_NO_ANNOUNCEMENTS}</strong></span>
</td>
</tr>
<!-- ELSE -->
<tr class="row<!-- IF announcements_row.S_ROW_COUNT is even -->1<!-- ELSE -->2<!-- ENDIF -->">
<td>
<a name="a{announcements_row.A_ID}"></a><!-- IF announcements_row.S_UNREAD_INFO -->{NEWEST_POST_IMG}<!-- ELSE -->{READ_POST_IMG}<!-- ENDIF --> {announcements_row.ATTACH_ICON_IMG} <!-- IF announcements_row.S_POLL --> <strong style="font-size:1.1em;">{L_POLL}: </strong><!-- ENDIF -->
<a href="{announcements_row.U_VIEW_COMMENTS}" title="{announcements_row.TITLE}"><strong style="font-size:1.1em;">{announcements_row.TITLE}</strong></a>
<br style="clear:both" />
<span style="float: left;">{L_POSTED} {L_POST_BY_AUTHOR}: {announcements_row.POSTER_FULL} {L_POSTED_ON_DATE} {announcements_row.TIME}</span>
<!-- IF announcements_row.PAGINATION --><span style="float: right; font-size:0.9em;"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {announcements_row.PAGINATION} ] </span><!-- ENDIF -->
<br style="clear:both" />
<!-- IF announcements_row.FORUM_NAME -->
{L_FORUM}: <strong><a href="{announcements_row.U_VIEWFORUM}">{announcements_row.FORUM_NAME}</a></strong>
<!-- ELSE -->
{L_GLOBAL_ANNOUNCEMENT}
<!-- ENDIF -->
<br style="clear:both" />
<span style="float: left; font-size:0.9em;"><a href="{announcements_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}"><em>{L_COMMENTS}: {announcements_row.REPLIES}</em></a>
<em>&nbsp;&bull;&nbsp;{L_TOPIC_VIEWS}: {announcements_row.TOPIC_VIEWS}</em></span>
</td>
</tr>
<!-- ENDIF -->
<!-- IF announcements_row.S_LAST_ROW -->
<!-- IF AP_PAGINATION or TOTAL_ANNOUNCEMENTS -->
<tr class="row<!-- IF announcements_row.S_ROW_COUNT is even -->2<!-- ELSE -->1<!-- ENDIF -->">
<td class="gensmall" valign="middle" align="right" nowrap="nowrap">{TOTAL_ANNOUNCEMENTS}
<!-- IF AP_PAGE_NUMBER --><!-- IF AP_PAGINATION --> &bull; {AP_PAGE_NUMBER} &bull; <span>{AP_PAGINATION}</span><!-- ELSE --> &bull; {AP_PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF --></td>
</tr>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- END announcements_row -->
</table>
<br />

View File

@@ -0,0 +1,23 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_ATTACHMENTS}</th>
</tr>
<tr class="row1">
<td>
<!-- IF .attach -->
<span style="float:left;"><strong>{L_FILENAME}</strong></span>
<span style="float:right;padding-right:10px;"><strong>{L_FILESIZE}</strong></span><br />
<!-- BEGIN attach -->
<span style="float:left;" class="gensmall"><img src="portal/images/icon_topic_attach.gif" alt="" />&nbsp;<a href="viewtopic.php?p={attach.POST_MSG_ID}#p{attach.POST_MSG_ID}" ><strong>{attach.REAL_FILENAME}</strong></a></span><br style="clear:both" />
<span style="float:left;">{L_FILESIZE}:</span><span style="float:right;" class="gensmall"><strong>{attach.FILESIZE}</strong></span><br style="clear:both" />
<span style="float:left;">{L_DOWNLOADS}:</span><span style="float:right;" class="gensmall"><strong>{attach.DOWNLOAD_COUNT}</strong></span><br style="clear:both" />
<hr />
<!-- END attach -->
<!-- ELSE -->
<span style="float:left;" class="gensmall"><strong>{L_NO_ATTACHMENTS}</strong></span>
<!-- ENDIF -->
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,27 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_BIRTHDAYS}</th>
</tr>
<tr class="row1">
<td>
<!-- IF BIRTHDAY_LIST -->
<strong>{L_CONGRATULATIONS}:<br />{BIRTHDAY_LIST}</strong>
<!-- ELSE -->
{L_NO_BIRTHDAYS}
<!-- ENDIF -->
</td>
</tr>
<tr class="row1">
<td>
<strong>{L_BIRTHDAYS_AHEAD}:</strong>
<br />
<!-- IF BIRTHDAYS_AHEAD_LIST -->
{BIRTHDAYS_AHEAD_LIST}
<!-- ELSE -->
{L_NO_BIRTHDAYS_AHEAD}
<!-- ENDIF -->
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,28 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_BOARD_STYLE}</th>
</tr>
<tr class="row1">
<td>
<script type="text/javascript">
<!--
// borrowed from forumimages.com !!
function jumpMenu(targ, selObj, restore)
{
eval(targ + ".location='" + selObj.options[selObj.selectedIndex].value + "'");
if (restore) selObj.selectedIndex = 0;
}
//-->
</script>
<form method="get" action="{S_STYLE_ACTION}" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<fieldset class="style_change">
<select name="demo" id="demo" onchange="jumpMenu('parent',this,0)">
{STYLE_SELECT}
</select>
</fieldset>
</form>
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,15 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_CLOCK}</th>
</tr>
<tr class="row1">
<td style="text-align:center;">
<object type="application/x-shockwave-flash" data="portal/images/clock.swf" width="160" height="70">
<param name="wmode" value="transparent" />
<param name="movie" value="portal/images/clock.swf" />
</object>
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,14 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{PORTAL_CUSTOM_CENTER_HEADLINE}</th>
</tr>
<tr class="row1">
<td style="padding:5px 5px 5px 5px;">
<div class="postbody">
{PORTAL_CUSTOM_CENTER_CODE}
</div>
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,14 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{PORTAL_CUSTOM_SMALL_HEADLINE}</th>
</tr>
<tr class="row1">
<td style="padding:5px 5px 5px 5px;">
<div class="postbody">
{PORTAL_CUSTOM_SMALL_CODE}
</div>
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,24 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr class="row1">
<th>{L_DONATION}</th>
</tr>
<tr>
<td class="row1">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<strong>{SITENAME}</strong> {L_DONATION_TEXT}
<br /><br />
{L_PAY_MSG}
<br />
</td>
<td width="100" align="center">
<!-- INCLUDE portal/block/donation/paypal.html -->
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,12 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr class="row1">
<th>{L_DONATION}</th>
</tr>
<tr>
<td class="row1" style="padding:10px 1px 10px 1px;">
<!-- INCLUDE portal/block/donation/paypal.html -->
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>

View File

@@ -0,0 +1,38 @@
<!--version $Id$ //-->
<!-- reference and all paypal codes
https://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/howto_checkout-outside
https://www.paypal.com/cgi-bin/webscr?cmd=p/sell/mc/mc_wa-outside
//-->
<form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post">
<center>
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="{PAY_ACC}" />
<input type="hidden" name="item_name" value="{L_PAY_ITEM}" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="no_shipping" value="2" />
<input type="hidden" name="bn" value="PP-DonationsBF" />
<input type="hidden" name="tax" value="0" />
$
<!--
ISO 8859-1 character set overview
http://www.htmlhelp.com/reference/charset/
//-->
<select name="amount">
<option value="1.00">1.00</option>
<option value="2.00">2.00</option>
<option value="3.00">3.00</option>
<option value="4.00">4.00</option>
<option value="5.00">5.00</option>
<option value="10.00">10.00</option>
<option value="20.00">20.00</option>
<option value="25.00">25.00</option>
<option value="50.00">50.00</option>
<option value="100.00">100.00</option>
</select>
<br />
<input type="image" src="portal/images/paypal.gif" style="border:0px; background-color:transparent; padding-top:6px" />
</center>
</form>

View File

@@ -0,0 +1,20 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<!-- IF U_RESTORE_PERMISSIONS -->
<th>{L_INFORMATION}</th>
</tr>
<tr class="row1">
<td>
&bull; <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
<!-- ELSE -->
<th>{GEN_TITLE}</th>
</tr>
<tr class="row1">
<td>
{GEN_MESSAGE}
<!-- ENDIF -->
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>

View File

@@ -0,0 +1,21 @@
<!--version $Id$ //-->
<!-- IF S_DISPLAY_JUMPBOX -->
<div style="text-align:right;"><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 -->&nbsp; &nbsp;<!-- END level -->{jumpbox_forums.FORUM_NAME}</option>
<!-- END jumpbox_forums -->
</select>
<input type="submit" value="{L_GO}" class="button2" />
</fieldset>
</form></div>
<br />
<!-- ENDIF -->

View File

@@ -0,0 +1,14 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{LAST_VISITED_BOTS}</th>
</tr>
<tr class="row1">
<td>
<!-- BEGIN last_visited_bots -->
<span class="genmed">{last_visited_bots.BOT_NAME}</span> <br /> <span class="gensmall">{last_visited_bots.LAST_VISIT_DATE}</span><hr />
<!-- END last_visited_bots -->
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,17 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_LATEST_MEMBERS}</th>
</tr>
<tr class="row1">
<td>
<span style="float:left;"><strong>{L_USERNAME}</strong></span>
<span style="float:right;padding-right:10px;"><strong>{L_JOINED}</strong></span><br />
<!-- BEGIN latest_members -->
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{latest_members.USERNAME_FULL}</span>
<span style="float:right;padding-right:10px; padding-top:2px;">{latest_members.JOINED}</span><br style="clear:both" />
<!-- END latest_members -->
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,43 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_THE_TEAM}</th>
</tr>
<tr class="row3">
<td>
<strong>{L_ADMINISTRATORS}</strong>
</td>
</tr>
<!-- BEGIN admin -->
<tr class="row1">
<td>
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;"><strong>{admin.USERNAME_FULL}</strong></span><br style="clear:both" />
</td>
</tr>
<!-- BEGINELSE -->
<tr class="row1">
<td>
{L_NO_ADMINISTRATORS_P}
</td>
</tr>
<!-- END admin -->
<tr class="row3">
<td>
<strong>{L_MODERATORS}</strong>
</td>
</tr>
<!-- BEGIN mod -->
<tr class="row1">
<td>
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;"><strong>{mod.USERNAME_FULL}</strong></span><br style="clear:both" />
</td>
</tr>
<!-- BEGINELSE -->
<tr class="row1">
<td>
{L_NO_MODERATORS_P}
</td>
</tr>
<!-- END mod -->
</table>
<br />

View File

@@ -0,0 +1,13 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_LINK_US}</th>
</tr>
<tr class="row1">
<td>
{LINK_US_TXT}<br style="clear:both" />
<input type="text" tabindex="9" size="autowidth" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br style="clear:both" />
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,38 @@
<!--version $Id$ //-->
<!--
.ul-link {
list-style: none;
margin: 0px 0px 0px 0;
padding: 0px 0px 0 0px;
}
.ul-link li{
margin: 0;
padding: 0 0 2px 15px;
background: url(portal/images/link.png) no-repeat left center;
}
.ul-link a {
padding: 0 0 0 4px;
}
//-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_LINKS}</th>
</tr>
<tr class="row1">
<td>
<ul class="ul-link">
<!-- IF .link -->
<!-- BEGIN link -->
<li><a href="{link.URL}" title="{link.TEXT}">{link.TEXT}</a></li>
<!-- END link -->
<!-- ELSE -->
<span style="float:left;" class="gensmall"><strong>{L_NO_LINKS}</strong></span><br />
<!-- ENDIF -->
</ul>
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,33 @@
<!--version $Id$ //-->
<form action="{S_LOGIN_ACTION}" method="post">
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></th>
</tr>
<tr class="row1">
<td>
<span class="genmed">{L_USERNAME}:</span><br />
<input type="text" tabindex="1" name="username" id="username" size="25" value="" class="inputbox autowidth" /><br /><br />
<span class="genmed">{L_PASSWORD}:</span><br />
<input type="password" tabindex="2" id="password" name="password" size="25" class="inputbox autowidth" />
<!-- IF S_DISPLAY_FULL_LOGIN -->
<br /><br />
<!-- IF S_AUTOLOGIN_ENABLED -->
<input type="checkbox" class="radio" name="autologin" tabindex="3" /> <span class="gensmall">{L_UM_LOG_ME_IN}</span><br />
<!-- ENDIF -->
<!--
<input type="checkbox" class="radio" name="viewonline" tabindex="4" /> <span class="gensmall">{L_UM_HIDE_ME}</span><br />
-->
<!-- ENDIF -->
<br />
<input type="hidden" name="redirect" value="{U_PORTAL}" />
<input type="submit" name="login" tabindex="5" value="{L_LOGIN}" class="button1" />
</td>
</tr>
</table>
</form>
<br />

View File

@@ -0,0 +1,81 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%" id="navigation">
<tr>
<th>{L_M_MENU}</th>
</tr>
<tr class="row3">
<td>
<strong>{L_M_CONTENT}</strong>
</td>
</tr>
<tr class="row1">
<td>
<a href="{U_INDEX}">{L_INDEX}</a>
</td>
</tr>
<!-- IF S_DISPLAY_SEARCH -->
<tr class="row1">
<td>
<a href="{U_SEARCH}">{L_SEARCH}</a>
</td>
</tr>
<!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN -->
<tr class="row1">
<td>
<a href="{U_REGISTER}">{L_REGISTER}</a>
</td>
</tr>
<!-- ENDIF -->
<tr class="row1">
<td>
<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>
</td>
</tr>
<tr class="row1">
<td>
<a href="{U_TEAM}">{L_THE_TEAM}</a>
</td>
</tr>
<!-- IF U_MCP -->
<tr class="row1">
<td>
<a href="{U_MCP}">{L_MCP}</a>
</td>
</tr>
<!-- ENDIF -->
<!-- IF U_ACP -->
<tr class="row1">
<td>
<a href="{U_ACP}">{L_M_ACP}</a>
</td>
</tr>
<!-- ENDIF -->
<tr class="row3">
<td>
<strong>{L_M_HELP}</strong>
</td>
</tr>
<tr class="row1">
<td>
<a href="{U_FAQ}">{L_FAQ}</a>
</td>
</tr>
<tr class="row1">
<td>
<a href="{U_M_BBCODE}">{L_M_BBCODE}</a>
</td>
</tr>
<tr class="row1">
<td>
<a href="{U_M_TERMS}">{L_M_TERMS}</a>
</td>
</tr>
<tr class="row1">
<td>
<a href="{U_M_PRV}">{L_M_PRV}</a>
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,51 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_MINI_CAL_CALENDAR}</th>
</tr>
<tr class="row1">
<td>
<table width="100%" cellspacing="1">
<tr>
<td align="left" colspan="2">{U_PREV_MONTH}</td>
<td colspan="3" align="center"><span class="genmed">{L_MINI_CAL_MONTH}</span></td>
<td align="right" colspan="2">{U_NEXT_MONTH}</td>
</tr>
<tr>
<td style="width: 14%;"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_SUN}</span></td>
<td style="width: 14%;"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_MON}</span></td>
<td style="width: 14%;"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_TUE}</span></td>
<td style="width: 14%;"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_WED}</span></td>
<td style="width: 14%;"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_THU}</span></td>
<td style="width: 14%;"><span class="gensmall">{L_MINI_CAL_FRI}</span></td>
<td style="width: 14%;"><span class="gensmall" style="color:#FF0000">{L_MINI_CAL_SAT}</span></td>
</tr>
<!-- BEGIN mini_cal_row -->
<tr>
<!-- BEGIN mini_cal_days -->
<td class="row1" align="center"><span class="gensmall">{mini_cal_row.mini_cal_days.MINI_CAL_DAY}</span></td>
<!-- END mini_cal_days -->
</tr>
<!-- END mini_cal_row -->
</table>
<hr />
<!-- IF .mini_cal_holiday -->
<table class="tablebg" width="100%" cellspacing="1">
<!-- BEGIN mini_cal_holiday -->
<tr>
<td class="row1" align="left"><span class="gensmall">{mini_cal_holiday.MINI_CAL_HOLIDAYS}</span></td>
</tr>
<!-- BEGINELSE -->
<tr>
<td class="row1"></td>
</tr>
<!-- END mini_cal_holiday -->
</table>
<!-- ENDIF -->
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,55 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_LATEST_NEWS}</th>
</tr>
<tr class="row1">
<td>
<!-- BEGIN news_row -->
<!-- IF news_row.S_NO_TOPICS -->
<span class="gensmall"><strong>{L_NO_NEWS}</strong></span>
<!-- ELSE -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<td class="cat">
<a name="n{news_row.N_ID}"></a>
<!-- IF news_row.S_UNREAD_INFO -->{NEWEST_POST_IMG}<!-- ELSE -->{READ_POST_IMG}<!-- ENDIF --> {news_row.ATTACH_ICON_IMG} <!-- IF news_row.S_POLL --><strong>{L_POLL}: </strong><!-- ENDIF --><a href="{news_row.U_LAST_COMMENTS}"><strong>{news_row.TITLE}</strong></a></td>
</tr>
<tr class="row<!-- IF news_row.S_ROW_COUNT is odd -->1<!-- ELSE -->2<!-- ENDIF -->">
<td style="padding:5px 5px 5px 5px;">
<span class="gensmall" style="float: left;">{POSTED_BY_TEXT} {L_POST_BY_AUTHOR}: {news_row.POSTER_FULL}
<!-- IF news_row.FORUM_NAME --> &nbsp;&bull;&nbsp; {L_FORUM}: <strong><a href="{news_row.U_VIEWFORUM}">{news_row.FORUM_NAME}</a></strong><!-- ENDIF -->
</span>
<span class="gensmall" style="float: right;">{news_row.TIME}</span>
<br /><br />
<div class="postbody">
{news_row.TEXT}
</div>
<br /><br />
<!-- IF news_row.PAGINATION --><span style="float: right;">[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {news_row.PAGINATION} ]</span><!-- ENDIF -->
</td>
</tr>
<tr class="row<!-- IF news_row.S_ROW_COUNT is odd -->1<!-- ELSE -->2<!-- ENDIF -->">
<td>
<span style="float: left;">{L_TOPIC_VIEWS}: {news_row.TOPIC_VIEWS} &nbsp;&bull;&nbsp; <a href="{news_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}: {news_row.REPLIES}</a> &nbsp;&bull;&nbsp; <a href="{news_row.U_POST_COMMENT}">{L_POST_REPLY}</a></span>
<span style="float: right;">{news_row.OPEN}<a href="{news_row.U_READ_FULL}">{news_row.L_READ_FULL}</a>{news_row.CLOSE} <a href="#wrapheader" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></span>
</td>
</tr>
</table>
<br />
<!-- ENDIF -->
<!-- END news_row -->
<!-- IF NP_PAGINATION or TOTAL_NEWS -->
<hr />
<table width="100%" cellspacing="0">
<tr>
<td class="gensmall" valign="middle" align="right" nowrap="nowrap">
{TOTAL_NEWS}
<!-- IF NP_PAGE_NUMBER --><!-- IF NP_PAGINATION --> &bull; {NP_PAGE_NUMBER} &bull; <span>{NP_PAGINATION}</span><!-- ELSE --> &bull; {NP_PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF --></td>
</tr>
</table>
<!-- ENDIF -->
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,39 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_LATEST_NEWS}</th>
</tr>
<!-- BEGIN news_row -->
<!-- IF news_row.S_NO_TOPICS -->
<tr class="row1">
<td>
<span class="gensmall"><strong>{L_NO_NEWS}</strong></span>
</td>
</tr>
<!-- ELSE -->
<tr class="row<!-- IF news_row.S_ROW_COUNT is even -->1<!-- ELSE -->2<!-- ENDIF -->">
<td>
<a name="n{news_row.N_ID}"></a><!-- IF news_row.S_UNREAD_INFO -->{NEWEST_POST_IMG}<!-- ELSE -->{READ_POST_IMG}<!-- ENDIF --> {news_row.ATTACH_ICON_IMG} <!-- IF news_row.S_POLL --> <strong style="font-size:1.1em;">{L_POLL}: </strong><!-- ENDIF -->
<a href="{news_row.U_VIEW_COMMENTS}" title="{S_NEWEST_OR_FIRST}"><strong style="font-size:1.1em;">{news_row.TITLE}</strong></a>
<br style="clear:both" />
<span style="float: left;">{POSTED_BY_TEXT} {L_POST_BY_AUTHOR}: {news_row.POSTER_FULL} {L_POSTED_ON_DATE} {news_row.TIME}</span>
<!-- IF news_row.PAGINATION --><span style="float: right; font-size:0.9em;"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {news_row.PAGINATION} ] </span><!-- ENDIF -->
<br style="clear:both" />
<!-- IF news_row.FORUM_NAME -->{L_FORUM}: <strong><a href="{news_row.U_VIEWFORUM}">{news_row.FORUM_NAME}</a></strong><!-- ENDIF -->
<br style="clear:both" />
<span style="float: left; font-size:0.9em;"><a href="{news_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}"><em>{L_COMMENTS}: {news_row.REPLIES}</em></a>
<em>&nbsp;&bull;&nbsp;{L_TOPIC_VIEWS}: {news_row.TOPIC_VIEWS}</em></span>
</td>
</tr>
<!-- ENDIF -->
<!-- IF news_row.S_LAST_ROW -->
<!-- IF NP_PAGINATION or TOTAL_NEWS -->
<tr class="row<!-- IF news_row.S_ROW_COUNT is even -->2<!-- ELSE -->1<!-- ENDIF -->">
<td class="gensmall" valign="middle" align="right" nowrap="nowrap">{TOTAL_NEWS}
<!-- IF NP_PAGE_NUMBER --><!-- IF NP_PAGINATION --> &bull; {NP_PAGE_NUMBER} &bull; <span>{NP_PAGINATION}</span><!-- ELSE --> &bull; {NP_PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF --></td>
</tr>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- END news_row -->
</table>
<br />

View File

@@ -0,0 +1,25 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_FRIENDS}</th>
</tr>
<tr class="row1">
<td>
<strong style="color:green">{L_FRIENDS_ONLINE}</strong><br />
<!-- BEGIN friends_online -->
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{friends_online.USERNAME_FULL}</span><br style="clear:both" />
<!-- BEGINELSE -->
<span style="float:left; padding-left:5px; padding-top:2px;">{L_NO_FRIENDS_ONLINE}</span>
<br style="clear:both" />
<!-- END friends_online -->
<br style="clear:both" />
<strong style="color:red">{L_FRIENDS_OFFLINE}</strong><br />
<!-- BEGIN friends_offline -->
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{friends_offline.USERNAME_FULL}</span><br style="clear:both" />
<!-- BEGINELSE -->
<span style="float:left; padding-left:5px; padding-top:2px;">{L_NO_FRIENDS_OFFLINE}</span>
<!-- END friends_offline -->
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,85 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_LATEST_POLLS}</th>
</tr>
<tr class="row1" align="center">
<td>
<!-- IF S_HAS_POLL -->
<!-- BEGIN poll -->
<!-- IF poll.S_CAN_VOTE --><form method="post" action="{poll.S_POLL_ACTION}"><!-- ENDIF -->
<table class="tablebg" cellspacing="1" cellpadding="4" border="0" align="center" width="100%">
<tr>
<td class="cat">
<span class="gen"><b>{poll.POLL_QUESTION}</b></span><br /><span class="gensmall">{poll.L_POLL_LENGTH}</span>
</td>
</tr>
<!-- IF poll.S_POLL_HAS_OPTIONS -->
<tr>
<td class="row1" align="center">
<table cellspacing="0" cellpadding="2" border="0">
<!-- BEGIN poll_option -->
<tr>
<!-- IF poll.S_CAN_VOTE -->
<td>
<!-- IF poll.S_IS_MULTI_CHOICE -->
<input type="checkbox" class="radio" name="vote_id[]" value="{poll.poll_option.POLL_OPTION_ID}"<!-- IF poll.poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
<!-- ELSE -->
<input type="radio" class="radio" name="vote_id[]" value="{poll.poll_option.POLL_OPTION_ID}"<!-- IF poll.poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
<!-- ENDIF -->
</td>
<!-- ENDIF -->
<td><span class="gen">{poll.poll_option.POLL_OPTION_CAPTION}</span></td>
<!-- IF poll.S_DISPLAY_RESULTS -->
<td dir="ltr">{POLL_LEFT_CAP_IMG}{poll.poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td>
<td class="gen" align="{S_CONTENT_FLOW_END}"><b>&nbsp;{poll.poll_option.POLL_OPTION_PERCENT}&nbsp;</b></td>
<td class="gen" align="center">[ {poll.poll_option.POLL_OPTION_RESULT} ]</td>
<!-- IF poll.poll_option.POLL_OPTION_VOTED -->
<td class="gensmall" valign="top"><b title="{L_POLL_VOTED_OPTION}">x</b></td>
<!-- ENDIF -->
<!-- ENDIF -->
</tr>
<!-- END poll_option -->
</table>
</td>
</tr>
<!-- ELSE -->
<tr>
<td class="row1" align="center">
{L_NO_OPTIONS}
</td>
</tr>
<!-- ENDIF -->
<!-- IF poll.S_CAN_VOTE -->
<tr>
<td class="row1" align="center"><span class="gensmall">{poll.L_MAX_VOTES}</span><br /><br /><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="btnlite" /></td>
</tr>
<!-- ENDIF -->
<!-- IF poll.S_DISPLAY_RESULTS -->
<tr>
<td class="row1" colspan="4" align="center"><span class="gensmall"><b>{L_TOTAL_VOTES} : {poll.TOTAL_VOTES}</b> <b><a href="{poll.U_VIEW_TOPIC}">{L_VIEW_TOPIC}</a></b></span></td>
</tr>
<!-- ELSE -->
<tr>
<td class="row1" align="center"><span class="gensmall"><b><a href="{poll.U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></b> <b><a href="{poll.U_VIEW_TOPIC}">{L_VIEW_TOPIC}</a></b></span></td>
</tr>
<!-- ENDIF -->
</table>
<!-- IF poll.S_CAN_VOTE -->{S_HIDDEN_FIELDS}
</form><!-- ENDIF -->
<!-- END poll -->
<!-- ELSE -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<td class="row1">
<strong>{L_NO_POLL}</strong>
</td>
</tr>
</table>
<!-- ENDIF -->
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,29 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_RND_MEMBER}</th>
</tr>
<tr class="row1">
<td>
<!-- BEGIN random_member -->
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="{random_member.USERNAME}" /></span><span style="float:left; font-size:12px; padding-left:5px; padding-top:1px;">{random_member.USERNAME_FULL}</span><br style="clear:both" />
<!-- IF random_member.AVATAR_IMG --><a href="{random_member.U_VIEW_PROFILE}">{random_member.AVATAR_IMG}</a><br style="clear:both" /><!-- ENDIF -->
<!-- IF random_member.RANK_TITLE --><small>{random_member.RANK_TITLE}</small><br style="clear:both" /><!-- ENDIF -->
<!-- IF random_member.RANK_IMG -->{random_member.RANK_IMG}<br style="clear:both" /><!-- ENDIF -->
<br style="clear:both" />
<span style="float:left;"><strong>{L_RND_JOIN}:</strong></span><span style="float:right;padding-right:10px;">{random_member.JOINED}</span><br style="clear:both" />
<span style="float:left;"><strong>{L_RND_POSTS}:</strong></span><span style="float:right;padding-right:10px;">{random_member.USER_POSTS}</span><br style="clear:both" />
<!-- IF random_member.USER_OCC -->
<span style="float:left;"><strong>{L_RND_OCC}:</strong></span><span style="float:right;padding-right:10px;"> &nbsp; {random_member.USER_OCC}</span><br style="clear:both" />
<!-- ENDIF -->
<!-- IF random_member.USER_FROM -->
<span style="float:left;"><strong>{L_RND_FROM}:</strong></span><span style="float:right;padding-right:10px;"> &nbsp; {random_member.USER_FROM}</span><br style="clear:both" />
<!-- ENDIF -->
<!-- IF random_member.U_WWW -->
<span style="float:left;"><a href="{random_member.U_WWW}" title="{random_member.U_WWW}"><strong>{L_RND_WWW}</strong></a></span><br style="clear:both" />
<!-- ENDIF -->
<!-- END random_member -->
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,37 @@
<!--version $Id$ //-->
<!-- IF .latest_announcements or .latest_hot_topics or .latest_topics -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th colspan="<!-- IF .latest_hot_topics and .latest_announcements -->3<!-- ELSEIF .latest_announcements or .latest_hot_topics -->2<!-- ELSE -->1<!-- ENDIF -->">{L_RECENT_TOPIC}</th>
</tr>
<tr>
<!-- IF .latest_announcements --><td class="row1"><strong>{L_RECENT_ANN}</strong></td><!-- ENDIF -->
<!-- IF .latest_hot_topics --><td class="row1"><strong>{L_RECENT_HOT_TOPIC}</strong></td><!-- ENDIF -->
<!-- IF .latest_topics --><td class="row1"><strong>{L_RECENT_TOPIC}</strong></td><!-- ENDIF -->
</tr>
<tr>
<!-- IF .latest_announcements -->
<td class="row1" width="33%" valign="top">
<!-- BEGIN latest_announcements -->
<a href="{latest_announcements.U_VIEW_TOPIC}" title="{latest_announcements.FULL_TITLE}">{latest_announcements.TITLE}</a><br />
<!-- END latest_announcements -->
</td>
<!-- ENDIF -->
<!-- IF .latest_hot_topics -->
<td class="row1" width="33%" valign="top">
<!-- BEGIN latest_hot_topics -->
<a href="{latest_hot_topics.U_VIEW_TOPIC}" title="{latest_hot_topics.FULL_TITLE}">{latest_hot_topics.TITLE}</a><br />
<!-- END latest_hot_topics -->
</td>
<!-- ENDIF -->
<!-- IF .latest_topics -->
<td class="row1" width="33%" valign="top">
<!-- BEGIN latest_topics -->
<a href="{latest_topics.U_VIEW_TOPIC}" title="{latest_topics.FULL_TITLE}">{latest_topics.TITLE}</a><br />
<!-- END latest_topics -->
</td>
<!-- ENDIF -->
</tr>
</table>
<br />
<!-- ENDIF -->

View File

@@ -0,0 +1,86 @@
<!--version $Id$ //-->
<script type="text/javascript">
<!--
function qsearch_onSubmit()
{
qs_enginename = document.getElementById('qsearch_select').value;
qs_keywords = document.getElementById('searchfield').value;
switch( qs_enginename )
{
case 'site':
break;
case 'author':
window.open('search.php?author=' + qs_keywords, '_self', '');
return false;
case 'wikipedia':
window.open('http://en.wikipedia.org/wiki/Spezial:Search?search=' + qs_keywords, '_wikipedia', '');
return false;
case 'google':
window.open('http://www.google.com/search?q=' + qs_keywords, '_google', '');
return false;
case 'yahoo':
window.open('http://search.yahoo.com/search?p=' + qs_keywords, '_yahoo', '');
return false;
case 'msnlive':
window.open('http://search.live.com/results.aspx?q=' + qs_keywords, '_msnlive', '');
return false;
case 'altavista':
window.open('http://www.altavista.com/web/results?itag=ody&q=' + qs_keywords + '&kgs=0&kls=0', '_altavista', '');
return false;
case 'lycos':
window.open('http://search.lycos.com/?query=' + qs_keywords, '_lycos', '');
return false;
case 'odp':
window.open('http://search.dmoz.org/cgi-bin/search?search=' + qs_keywords, '_odp', '');
return false;
default:
if( (i = qsearch_findEngine(qs_enginename)) >= 0 )
{
window.open(qsearch_engines[i].url + qs_keywords, '_blank', '');
return false;
}
break;
}
return true;
}
//-->
</script>
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_SEARCH}</th>
</tr>
<tr class="row1">
<td>
<form id="qsearch_form" method="post" action="{U_SEARCH}" onsubmit="return qsearch_onSubmit();">
<p>
<input type="text" tabindex="6" name="keywords" id="searchfield" size="22" maxlength="40" title="{L_SEARCH_KEYWORDS}" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
</p>
<p>
<select id="qsearch_select" tabindex="7">
<optgroup label="{L_SH_SITE}">
<option value="site" style="background-color: #EEEEEE;">{L_SH_POSTS}</option>
<option value="author" style="background-color: #EEEEEE;">{L_SH_AUTHOR}</option>
</optgroup>
<optgroup label="{L_SH_ENGINE}">
<option value="wikipedia" style="background-color: #FEF2D6;">Wikipedia</option>
<option value="google" style="background-color: #FEF2D6;">Google</option>
<option value="yahoo" style="background-color: #FEF2D6;">Yahoo</option>
<option value="msnlive" style="background-color: #FEF2D6;">MSNlive</option>
<option value="altavista" style="background-color: #FEF2D6;">Altavista</option>
<option value="lycos" style="background-color: #FEF2D6;">Lycos</option>
<option value="odp" style="background-color: #FEF2D6;">Open directory</option>
</optgroup>
</select>
<!-- &nbsp; -->
<input type="hidden" name="search_fields" value="all" />
<input type="hidden" name="show_results" value="topics" />
<input type="submit" value="{L_SH}" class="button2" tabindex="8" />
</p>
</form>
<hr />
<a href="{U_SEARCH}">{L_SH_ADV}</a>
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,38 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_STATISTICS}</th>
</tr>
<tr class="row1">
<td>
<!-- IF S_USER_LOGGED_IN -->
<!--
<strong>{L_ST_NEW}</strong><br />
{L_ST_NEW_POSTS} <strong>{S_NEW_POSTS}</strong><br />
{L_ST_NEW_TOPICS} <strong>{S_NEW_TOPIC}</strong><br />
{L_ST_NEW_ANNS} <strong>{S_NEW_ANN}</strong><br />
{L_ST_NEW_STICKYS} <strong>{S_NEW_SCT}</strong><br /><br />
-->
<!-- ENDIF -->
<strong>{L_ST_TOP}</strong><br />
{TOTAL_POSTS}<br />
{TOTAL_TOPICS}<br />
{L_ST_TOP_ANNS} <strong>{S_ANN}</strong><br />
{L_ST_TOP_STICKYS} <strong>{S_SCT}</strong><br />
{L_ST_TOT_ATTACH} <strong>{S_TOT_ATTACH}</strong><br />
<hr />
{TOPICS_PER_DAY}<br />
{POSTS_PER_DAY}<br />
{USERS_PER_DAY}<br />
{TOPICS_PER_USER}<br />
{POSTS_PER_USER}<br />
{POSTS_PER_TOPIC}<br />
<hr />
{TOTAL_USERS}<br />
{NEWEST_USER}
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,17 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_TOP_POSTER}</th>
</tr>
<tr class="row1">
<td>
<span style="float:left;"><strong>{L_USERNAME}</strong></span>
<span style="float:right;padding-right:10px;"><strong>{L_POSTS}</strong></span><br />
<!-- BEGIN top_poster -->
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{top_poster.USERNAME_FULL}</span>
<span style="float:right;padding-right:10px; padding-top:2px;"><a href="{top_poster.S_SEARCH_ACTION}">{top_poster.POSTER_POSTS}</a></span><br style="clear:both" />
<!-- END top_poster -->
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,31 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_USER_MENU}</th>
</tr>
<tr class="row1">
<td>
<div align="center">
<a href="{U_VIEW_PROFILE}"><!-- IF USER_COLOR --><span style="color: {USER_COLOR}; font-weight: bold;"><!-- ELSE --><span><!-- ENDIF -->{USERNAME}</span></a><br /><br />
<a href="{U_PROFILE}"><!-- IF AVATAR_IMG -->{AVATAR_IMG}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF --></a>
<!-- IF RANK_TITLE --><br /><small>{RANK_TITLE}</small><!-- ENDIF -->
<!-- IF RANK_IMG --><br />{RANK_IMG}<!-- ENDIF -->
</div><hr />
<!-- IF S_DISPLAY_SEARCH -->
<a href="{U_NEW_POSTS}">{L_NEW_POSTS}</a><br />
<a href="{U_SELF_POSTS}">{L_SELF_POSTS}</a><br />
<!-- ENDIF -->
<!-- IF U_UM_BOOKMARKS -->
<a href="{U_UM_BOOKMARKS}">{L_UM_BOOKMARKS}</a><br />
<!-- ENDIF -->
<a href="{U_UM_MAIN_SUBSCRIBED}">{L_UM_MAIN_SUBSCRIBED}</a><br />
<!-- IF U_PRIVATE_MESSAGES -->
<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>
<!-- ENDIF -->
<hr />
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,16 @@
<!--version $Id$ //-->
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th>{L_WELCOME}</th>
</tr>
<tr class="row1">
<td style="padding:5px 5px 5px 5px;">
<div class="postbody">
{PORTAL_WELCOME_INTRO}
</div>
</td>
</tr>
</table>
<br clear="all" />

View File

@@ -0,0 +1,15 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></th>
</tr>
<tr class="row1">
<td>
<!-- IF S_DISPLAY_ONLINE_LIST -->
<p style="font-size: 90%; margin: 0 5px 0 5px;">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
<!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>
<!-- ENDIF -->
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,14 @@
<!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th>{L_WORDGRAPH}</th>
</tr>
<tr class="row1">
<td>
<!-- BEGIN wordgraph -->
<a href="{wordgraph.WORD_SEARCH_URL}"><span style="font-size: {wordgraph.WORD_FONT_SIZE}px">{wordgraph.WORD}</span></a>
<!-- END wordgraph -->
</td>
</tr>
</table>
<br />

View File

@@ -0,0 +1,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>

View File

@@ -0,0 +1,232 @@
<!-- DEFINE $S_IN_PORTAL = 1 -->
<!-- INCLUDE overall_header.html -->
<!--version $Id$ //-->
<!--
.gensmall {
margin: 1px 1px;
font-size: 10px;
}
small, .small {
font-size:10px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}
/* Container for sub-navigation list */
#navigation {
padding-top: 0px;
font-size: 1.1em;
}
/* Link styles for the sub-section links */
#navigation a {
color: #105289;
font-weight: normal;
padding: 1px;
display:block;
}
#navigation a:hover {
color: #d31141;
}
//-->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<!-- [+] left block area -->
<td width="{PORTAL_LEFT_COLLUMN}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 -->
<!-- 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 -->
</td>
<!-- [-] left block area -->
<td style="width:4px;" valign="top"></td>
<!-- [+] 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>&nbsp;&nbsp;</td>
<td width="20" align="center">{FORUM_IMG}</td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td>&nbsp;&nbsp;</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/donation.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_WORDGRAPH -->
<!-- INCLUDE portal/block/wordgraph.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_JUMPBOX -->
<!-- INCLUDE portal/block/jumpbox.html -->
<!-- ENDIF -->
<br />
<div class="copyright" align="center">{L_PORTAL_COPY}</div>
<br />
</td>
<!-- [-] center block area -->
<td style="width:4px;" valign="top"> </td>
<!-- [+] right block area -->
<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 -->
<!-- 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_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_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/donation_small.html -->
<!-- ENDIF -->
</td>
<!-- [-] right block area -->
</tr>
</table>
<!--// board3 Portal by www.board3.de //-->
<!-- INCLUDE overall_footer.html -->