Move over to own Repository :)
This commit is contained in:
@@ -0,0 +1,98 @@
|
||||
<!-- $Id$ //-->
|
||||
|
||||
<hr class="dashed" />
|
||||
|
||||
<h3>sample block design</h3>
|
||||
|
||||
<div class="panel">
|
||||
<div class="inner">
|
||||
<span class="corners-top"><span></span></span>
|
||||
<div class="content">
|
||||
<h2>{ TITLE }</h2>
|
||||
{ CONTENT }<br />{ CONTENT }
|
||||
</div>
|
||||
<span class="corners-bottom"><span></span></span>
|
||||
</div>
|
||||
</div>
|
||||
<br style="clear:both" />
|
||||
|
||||
|
||||
<div class="panel">
|
||||
<div class="inner">
|
||||
<span class="corners-top"><span></span></span>
|
||||
<h3>{ TITLE }</h3>
|
||||
{ CONTENT }<br />{ CONTENT }
|
||||
<span class="corners-bottom"><span></span></span>
|
||||
</div>
|
||||
</div>
|
||||
<br style="clear:both" />
|
||||
|
||||
|
||||
<div class="panel">
|
||||
<div class="inner">
|
||||
<span class="corners-top"><span></span></span>
|
||||
<h3>{ TITLE }</h3>
|
||||
{ CONTENT }<hr />{ CONTENT }
|
||||
<span class="corners-bottom"><span></span></span>
|
||||
</div>
|
||||
</div>
|
||||
<br style="clear:both" />
|
||||
|
||||
|
||||
<div class="panel">
|
||||
<div class="inner">
|
||||
<span class="corners-top"><span></span></span>
|
||||
<h3>{ TITLE }</h3>
|
||||
{ CONTENT }<hr class="dashed" />{ CONTENT }
|
||||
<span class="corners-bottom"><span></span></span>
|
||||
</div>
|
||||
</div>
|
||||
<br style="clear:both" />
|
||||
|
||||
|
||||
<div class="panel">
|
||||
<div class="inner">
|
||||
<span class="corners-top"><span></span></span>
|
||||
<h3>{ TITLE }</h3>
|
||||
|
||||
<ul class="linklist">
|
||||
<li>
|
||||
left side
|
||||
</li>
|
||||
<li class="rightside">
|
||||
right side
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<span class="corners-bottom"><span></span></span>
|
||||
</div>
|
||||
</div>
|
||||
<br style="clear:both" />
|
||||
|
||||
|
||||
<div class="navbar">
|
||||
<div class="inner"><span class="corners-top"><span></span></span>
|
||||
{ CONTENT }<br />{ CONTENT }
|
||||
<span class="corners-bottom"><span></span></span></div>
|
||||
</div>
|
||||
<br style="clear:both" />
|
||||
|
||||
|
||||
<div class="forabg">
|
||||
<div class="inner">
|
||||
<span class="corners-top"><span></span></span>
|
||||
<ul class="topiclist">
|
||||
<li class="header"><dl><dt>{ TITLE }</dt></dl></li>
|
||||
</ul>
|
||||
<ul class="topiclist forums">
|
||||
<li><dl>
|
||||
<dd class="posts_portal">
|
||||
{ CONTENT }<br />{ CONTENT }
|
||||
</dd>
|
||||
</dl></li>
|
||||
</ul>
|
||||
<span class="corners-bottom"><span></span></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="dashed" />
|
||||
20
templates/subsilver2/template/portal/block/active.html
Normal file
20
templates/subsilver2/template/portal/block/active.html
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
<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 />
|
||||
11
templates/subsilver2/template/portal/block/ads_center.html
Normal file
11
templates/subsilver2/template/portal/block/ads_center.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th>{L_SPONSOR}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td style="text-align:center;">
|
||||
-insert ads codes here-
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
11
templates/subsilver2/template/portal/block/ads_small.html
Normal file
11
templates/subsilver2/template/portal/block/ads_small.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th>{L_SPONSOR}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td style="text-align:center;">
|
||||
-insert ads codes here-
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
@@ -0,0 +1,35 @@
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th>{L_LATEST_ANNOUNCEMENTS}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<!-- BEGIN announcements_row -->
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<td class="cat">
|
||||
{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="row1">
|
||||
<td>
|
||||
<span class="gensmall" style="float: left;">{L_POSTED_BY}: <strong><a href="{announcements_row.U_USER_PROFILE}">{announcements_row.POSTER}</a></strong></span>
|
||||
<span class="gensmall" style="float: right;">{announcements_row.TIME}</span>
|
||||
<br /><br />
|
||||
{announcements_row.TEXT}
|
||||
<br /><br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<span style="float: left;">{L_TOPIC_VIEWS}: {announcements_row.TOPIC_VIEWS} • <a href="{announcements_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}: {announcements_row.REPLIES}</a> • <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="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- IF announcements_row.S_NOT_LAST --><br /><!-- ENDIF -->
|
||||
<!-- END announcements_row -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
@@ -0,0 +1,26 @@
|
||||
<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 styl="text-align:center;">
|
||||
<span class="gensmall"><strong>{L_NO_NEWS}</strong></span>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ELSE -->
|
||||
<tr class="row1">
|
||||
<td>
|
||||
» <a href="{announcements_row.U_VIEW_COMMENTS}"><strong style="font-size:1.1em;">{announcements_row.TITLE}</strong></a>
|
||||
<br />
|
||||
<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>
|
||||
</span>
|
||||
<span style="float: right;">{announcements_row.TIME}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- END announcements_row -->
|
||||
</table>
|
||||
<br />
|
||||
17
templates/subsilver2/template/portal/block/attachments.html
Normal file
17
templates/subsilver2/template/portal/block/attachments.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th>{L_ATTACHMENTS}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<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" /><a href="{attach.U_FILE}" target="_blank">{attach.REAL_FILENAME}</a></span>
|
||||
<span style="float:right;padding-right:10px;" class="gensmall">{attach.FILESIZE}</span>
|
||||
<br style="clear:both" />
|
||||
<!-- END attach -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
@@ -0,0 +1,16 @@
|
||||
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th>{L_BIRTHDAYS}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<!-- IF BIRTHDAY_LIST -->
|
||||
{L_CONGRATULATIONS}: {BIRTHDAY_LIST}
|
||||
<!-- ELSE -->
|
||||
{L_NO_BIRTHDAYS}
|
||||
<!-- ENDIF -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
28
templates/subsilver2/template/portal/block/change_style.html
Normal file
28
templates/subsilver2/template/portal/block/change_style.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th>{L_BOARD_STYLE}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<script language="JavaScript" 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" name="jumpbox" action="bb3portal.php" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
|
||||
<select name="demo" onchange="jumpMenu('self',this,0)" class="input">
|
||||
<option selected="selected" disabled="disabled">{L_STYLE_CHOOSE}</option>
|
||||
<!-- BEGIN styles-->
|
||||
<option value="{styles.U_STYLE}">{styles.STYLE_NAME}</option>
|
||||
<!-- END styles -->
|
||||
</select>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
14
templates/subsilver2/template/portal/block/clock.html
Normal file
14
templates/subsilver2/template/portal/block/clock.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<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 />
|
||||
@@ -0,0 +1,23 @@
|
||||
<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 />
|
||||
@@ -0,0 +1,11 @@
|
||||
<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 />
|
||||
@@ -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>
|
||||
@@ -0,0 +1,38 @@
|
||||
<!-- $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>
|
||||
7
templates/subsilver2/template/portal/block/index.html
Normal file
7
templates/subsilver2/template/portal/block/index.html
Normal 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>
|
||||
13
templates/subsilver2/template/portal/block/jumpbox.html
Normal file
13
templates/subsilver2/template/portal/block/jumpbox.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- IF S_DISPLAY_JUMPBOX -->
|
||||
<div style="text-align:right;"><form method="get" style="border:0px;" id="jumpbox" action="{S_JUMPBOX_ACTION}" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
|
||||
<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){ 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" />
|
||||
</form></div>
|
||||
<br />
|
||||
<!-- ENDIF -->
|
||||
14
templates/subsilver2/template/portal/block/latest_bots.html
Normal file
14
templates/subsilver2/template/portal/block/latest_bots.html
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
<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 />
|
||||
@@ -0,0 +1,17 @@
|
||||
|
||||
<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;"><a href="{latest_members.U_USERNAME}"><span<!-- IF latest_members.USERNAME_COLOR -->{latest_members.USERNAME_COLOR}<!-- ENDIF -->>{latest_members.USERNAME}</span></a></span>
|
||||
<span style="float:right;padding-right:10px;">{latest_members.JOINED}</span><br style="clear:both" />
|
||||
<!-- END latest_members -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
42
templates/subsilver2/template/portal/block/leaders.html
Normal file
42
templates/subsilver2/template/portal/block/leaders.html
Normal file
@@ -0,0 +1,42 @@
|
||||
<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>
|
||||
<img src="portal/images/member.gif" height="15" width="15" alt="" /> <strong>{admin.USERNAME_FULL}</strong>
|
||||
</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>
|
||||
<img src="portal/images/member.gif" height="15" width="15" /> <strong>{mod.USERNAME_FULL}</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr class="row1">
|
||||
<td>
|
||||
{L_NO_MODERATORS_P}
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END mod -->
|
||||
</table>
|
||||
<br />
|
||||
13
templates/subsilver2/template/portal/block/link_us.html
Normal file
13
templates/subsilver2/template/portal/block/link_us.html
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th>{L_LINK_US}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
{LINK_US_TXT}<br /><br />
|
||||
<input type="text" tabindex="1" size="28" value="{U_LINK_US}" class="inputbox autowidth" /><br />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
35
templates/subsilver2/template/portal/block/links.html
Normal file
35
templates/subsilver2/template/portal/block/links.html
Normal file
@@ -0,0 +1,35 @@
|
||||
|
||||
|
||||
<!--
|
||||
.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">
|
||||
<li><a href="http://www.phpbb.de" title="Deutsche phpBB Supportseite">phpbb.de</a></li>
|
||||
<li><a href="http://www.board3.de" title="Home of the board3 Portal">board3</a></li>
|
||||
<li><a href="http://www.flying-bits.org" title="Hier findest du die Mods von nickvergessen">www.flying-bits.org</a></li>
|
||||
<li><a href="http://www.phpbb3portal.com" title="phpbb3portal.com">phpbb3portal.com</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
30
templates/subsilver2/template/portal/block/login_box.html
Normal file
30
templates/subsilver2/template/portal/block/login_box.html
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
<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="20" maxlength="40" value="" class="inputbox autowidth" /><br /><br />
|
||||
<span class="genmed">{L_PASSWORD}:</span><br />
|
||||
<input type="password" tabindex="2" id="password" name="password" size="20" maxlength="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="6" value="{L_LOGIN}" class="button1" />
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
79
templates/subsilver2/template/portal/block/main_menu.html
Normal file
79
templates/subsilver2/template/portal/block/main_menu.html
Normal file
@@ -0,0 +1,79 @@
|
||||
|
||||
<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>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<a href="{U_SEARCH}">{L_SEARCH}</a>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- 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="faq.php?mode=bbcode">{L_M_BBCODE}</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<a href="ucp.php?mode=terms">{L_M_TERMS}</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<a href="ucp.php?mode=privacy">{L_M_PRV}</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<br />
|
||||
@@ -0,0 +1,58 @@
|
||||
|
||||
<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 width="16%"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_SUN}</span></td>
|
||||
<td width="14%"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_MON}</span></td>
|
||||
<td width="14%"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_TUE}</span></td>
|
||||
<td width="14%"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_WED}</span></td>
|
||||
<td width="14%"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_THU}</span></td>
|
||||
<td width="14%"><span class="gensmall">{L_MINI_CAL_FRI}</span></td>
|
||||
<td 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 />
|
||||
|
||||
<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>
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
|
||||
<tr>
|
||||
<td class="row1" align="left">
|
||||
<span class="gensmall"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></span>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
37
templates/subsilver2/template/portal/block/news.html
Normal file
37
templates/subsilver2/template/portal/block/news.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<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 -->
|
||||
<center><span class="gensmall"><strong>{L_NO_NEWS}</strong></span></center>
|
||||
<!-- ELSE -->
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<td class="cat">{news_row.ATTACH_ICON_IMG}<!-- IF news_row.S_POLL --> <strong>{L_POLL}: </strong><!-- ENDIF --><a href="{news_row.U_VIEW_COMMENTS}"><strong>{news_row.TITLE}</strong></a></td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<span class="gensmall" style="float: left;">{L_POSTED_BY}: <strong><a href="{news_row.U_USER_PROFILE}">{news_row.POSTER}</a></strong></span>
|
||||
<span class="gensmall" style="float: right;">{news_row.TIME}</span>
|
||||
<br /><br />
|
||||
{news_row.TEXT}
|
||||
<br /><br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<span style="float: left;">{L_TOPIC_VIEWS}: {news_row.TOPIC_VIEWS} • <a href="{news_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}: {news_row.REPLIES}</a> • <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="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF news_row.S_NOT_LAST --><br /><!-- ENDIF -->
|
||||
<!-- END news_row -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
26
templates/subsilver2/template/portal/block/news_compact.html
Normal file
26
templates/subsilver2/template/portal/block/news_compact.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<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 styl="text-align:center;">
|
||||
<span class="gensmall"><strong>{L_NO_NEWS}</strong></span>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ELSE -->
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<a href="{news_row.U_VIEW_COMMENTS}"><strong style="font-size:1.1em;">{news_row.TITLE}</strong></a>
|
||||
<br />
|
||||
<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>
|
||||
</span>
|
||||
<span style="float: right;">{news_row.TIME}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- END news_row -->
|
||||
</table>
|
||||
<br />
|
||||
@@ -0,0 +1,24 @@
|
||||
|
||||
<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 -->
|
||||
<img src="portal/images/member.gif" /> {friends_online.USERNAME_FULL}<br /><br />
|
||||
<!-- BEGINELSE -->
|
||||
{L_NO_FRIENDS_ONLINE}<br /><br />
|
||||
<!-- END friends_online -->
|
||||
|
||||
<strong style="color:red">{L_FRIENDS_OFFLINE}</strong><br />
|
||||
<!-- BEGIN friends_offline -->
|
||||
<img src="portal/images/member.gif" /> {friends_offline.USERNAME_FULL}<br />
|
||||
<!-- BEGINELSE -->
|
||||
{L_NO_FRIENDS_OFFLINE}
|
||||
<!-- END friends_offline -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
45
templates/subsilver2/template/portal/block/poll.html
Normal file
45
templates/subsilver2/template/portal/block/poll.html
Normal file
@@ -0,0 +1,45 @@
|
||||
<!-- $Id$ //-->
|
||||
<form method="post" action="{S_POLL_ACTION}">
|
||||
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th>{POLL_QUESTION}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<p class="author">{L_POLL_LENGTH}<!-- IF S_CAN_VOTE and L_POLL_LENGTH --><br /><!-- ENDIF --><!-- IF S_CAN_VOTE -->{L_MAX_VOTES}<!-- ENDIF --></p>
|
||||
<fieldset class="polls">
|
||||
<!-- BEGIN poll_option -->
|
||||
<dl class="<!-- IF poll_option.POLL_OPTION_VOTED -->voted<!-- ENDIF -->"<!-- IF poll_option.POLL_OPTION_VOTED --> title="{L_POLL_VOTED_OPTION}"<!-- ENDIF -->>
|
||||
<dt><!-- IF S_CAN_VOTE --><label for="vote_{poll_option.POLL_OPTION_ID}">{poll_option.POLL_OPTION_CAPTION}</label><!-- ELSE -->{poll_option.POLL_OPTION_CAPTION}<!-- ENDIF --></dt>
|
||||
<!-- IF S_CAN_VOTE --><dd style="width: auto;"><!-- IF S_IS_MULTI_CHOICE --><input type="checkbox" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF -->/><!-- ELSE --><input type="radio" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ENDIF --></dd><!-- ENDIF -->
|
||||
<!-- IF S_DISPLAY_RESULTS --><dd class="resultbar"><div class="<!-- IF poll_option.POLL_OPTION_PCT < 20 -->pollbar1<!-- ELSEIF poll_option.POLL_OPTION_PCT < 40 -->pollbar2<!-- ELSEIF poll_option.POLL_OPTION_PCT < 60 -->pollbar3<!-- ELSEIF poll_option.POLL_OPTION_PCT < 80 -->pollbar4<!-- ELSE -->pollbar5<!-- ENDIF -->" style="width:{poll_option.POLL_OPTION_PERCENT};">{poll_option.POLL_OPTION_RESULT}</div></dd>
|
||||
<dd><!-- IF poll_option.POLL_OPTION_RESULT == 0 -->{L_NO_VOTES}<!-- ELSE -->{poll_option.POLL_OPTION_PERCENT}<!-- ENDIF --></dd><!-- ENDIF -->
|
||||
</dl>
|
||||
<!-- END poll_option -->
|
||||
|
||||
<!-- IF S_DISPLAY_RESULTS -->
|
||||
<dl>
|
||||
<dt> </dt>
|
||||
<dd class="resultbar">{L_TOTAL_VOTES} : {TOTAL_VOTES}</dd>
|
||||
</dl>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_CAN_VOTE -->
|
||||
<dl style="border-top: none;">
|
||||
<dt> </dt>
|
||||
<dd class="resultbar"><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="button1" /></dd>
|
||||
</dl>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF not S_DISPLAY_RESULTS -->
|
||||
<dl style="border-top: none;">
|
||||
<dt> </dt>
|
||||
<dd class="resultbar"><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></dd>
|
||||
</dl>
|
||||
<!-- ENDIF -->
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
@@ -0,0 +1,31 @@
|
||||
|
||||
<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;font-size:12px;">
|
||||
<a href="{random_member.U_VIEW_PROFILE}"><!-- IF random_member.USER_COLOR --><span style="color: {random_member.USER_COLOR}; font-weight: bold;"><!-- ELSE --><span><!-- ENDIF -->{random_member.USERNAME}</span></a>
|
||||
</span>
|
||||
<span style="float:right;"></span>
|
||||
<!-- IF random_member.AVATAR_IMG --><br /><br /><a href="{random_member.U_VIEW_PROFILE}">{random_member.AVATAR_IMG}</a><!-- ENDIF -->
|
||||
<!-- IF random_member.RANK_TITLE --><br /><small>{random_member.RANK_TITLE}</small><br /><!-- ENDIF -->
|
||||
<!-- IF random_member.RANK_IMG --><br />{random_member.RANK_IMG}<br /><!-- ENDIF -->
|
||||
<span style="float:left;">{L_RND_JOIN}:</span><span style="float:right;padding-right:10px;">{random_member.JOINED}</span><br />
|
||||
<span style="float:left;">{L_RND_POSTS}:</span><span style="float:right;padding-right:10px;">{random_member.USER_POSTS}</span><br />
|
||||
<!-- IF random_member.USER_OCC -->
|
||||
<span style="float:left;">{L_RND_OCC}:</span><span style="float:right;padding-right:10px;">{random_member.USER_OCC}</span><br />
|
||||
<!-- ENDIF -->
|
||||
<!-- IF random_member.USER_FROM -->
|
||||
<span style="float:left;">{L_RND_FROM}:</span><span style="float:right;padding-right:10px;">{random_member.USER_FROM}</span><br />
|
||||
<!-- ENDIF -->
|
||||
<!-- IF random_member.U_WWW -->
|
||||
<span style="float:left;"><a href="{random_member.U_WWW}" title="{random_member.U_WWW}" target="_blank">{L_RND_WWW}</a></span><span style="float:right;"></span><br />
|
||||
<!-- ENDIF -->
|
||||
<!-- END random_member -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
28
templates/subsilver2/template/portal/block/recent.html
Normal file
28
templates/subsilver2/template/portal/block/recent.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th colspan="3">{L_RECENT_TOPIC}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><strong>{L_RECENT_ANN}</strong></td>
|
||||
<td class="row1"><strong>{L_RECENT_HOT_TOPIC}</strong></td>
|
||||
<td class="row1"><strong>{L_RECENT_TOPIC}</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
78
templates/subsilver2/template/portal/block/search.html
Normal file
78
templates/subsilver2/template/portal/block/search.html
Normal file
@@ -0,0 +1,78 @@
|
||||
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
<!--
|
||||
function qsearch_onSubmit()
|
||||
{
|
||||
qs_enginename = document.qsearch_form.qsearch_select.value;
|
||||
qs_keywords = document.qsearch_form.keywords.value;
|
||||
switch( qs_enginename )
|
||||
{
|
||||
case 'site':
|
||||
break;
|
||||
case 'author':
|
||||
window.open('search.php?author=' + qs_keywords, '_self', '');
|
||||
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 name="qsearch_form" id="searchform" method="post" action="{U_SEARCH}" onSubmit="return qsearch_onSubmit();">
|
||||
<input type="text" tabindex="1" name="keywords" id="searchfield" size="22" maxlength="40" value="" class="inputbox autowidth" /><br /> <br />
|
||||
<select name="qsearch_select">
|
||||
<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="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>
|
||||
<!-- -->
|
||||
<input type="hidden" name="search_fields" value="all" />
|
||||
<input type="hidden" name="show_results" value="topics" />
|
||||
<input type="submit" value="{L_SH}" class="button2" />
|
||||
</form>
|
||||
<hr />
|
||||
<a href="{U_SEARCH}">{L_SH_ADV}</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
38
templates/subsilver2/template/portal/block/statistics.html
Normal file
38
templates/subsilver2/template/portal/block/statistics.html
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
<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 align="left" width="85%" />
|
||||
{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 align="left" width="85%" />
|
||||
|
||||
{TOTAL_USERS}<br />
|
||||
{NEWEST_USER}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
17
templates/subsilver2/template/portal/block/top_poster.html
Normal file
17
templates/subsilver2/template/portal/block/top_poster.html
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
<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="" /> <a href="{top_poster.U_USERNAME}"><span<!-- IF top_poster.USERNAME_COLOR -->{top_poster.USERNAME_COLOR}<!-- ENDIF -->>{top_poster.USERNAME}</span></a></span>
|
||||
<span style="float:right;padding-right:10px;"><a href="{top_poster.S_SEARCH_ACTION}">{top_poster.POSTER_POSTS}</a></span><br style="clear:both" />
|
||||
<!-- END top_poster -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
24
templates/subsilver2/template/portal/block/user_menu.html
Normal file
24
templates/subsilver2/template/portal/block/user_menu.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<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 />
|
||||
|
||||
<a href="{U_NEW_POSTS}">{L_NEW_POSTS}</a><br />
|
||||
<a href="{U_SELF_POSTS}">{L_SELF_POSTS}</a><br />
|
||||
<a href="{U_UM_BOOKMARKS}">{L_UM_BOOKMARKS}</a><br />
|
||||
<a href="{U_UM_MAIN_SUBSCRIBED}">{L_UM_MAIN_SUBSCRIBED}</a><br />
|
||||
<a href="{U_PRIVATE_MESSAGES}">{L_PRIVATE_MESSAGES}</a><hr />
|
||||
|
||||
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
11
templates/subsilver2/template/portal/block/welcome.html
Normal file
11
templates/subsilver2/template/portal/block/welcome.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th>{L_WELCOME}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td align="center" style="padding:5px 5px 5px 5px;">
|
||||
{PORTAL_WELCOME_INTRO}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
20
templates/subsilver2/template/portal/block/whois_online.html
Normal file
20
templates/subsilver2/template/portal/block/whois_online.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th>{L_WHO_IS_ONLINE}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<span style="float:left;">{L_WIO_TOTAL}:</span><span style="float:right;padding-right:10px;">{TOTAL_ONLINE_USERS}</span><br /><hr />
|
||||
<span style="float:left;">{L_WIO_REGISTERED}:</span><span style="float:right;padding-right:10px;">{VISIBLE_ONLINE}</span><br />
|
||||
<span style="float:left;">{L_WIO_HIDDEN}:</span><span style="float:right;padding-right:10px;">{HIDDEN_ONLINE}</span><br />
|
||||
<span style="float:left;">{L_WIO_GUEST}:</span><span style="float:right;padding-right:10px;">{GUEST_ONLINE}</span><br />
|
||||
<small>
|
||||
<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}
|
||||
<!-- IF LEGEND --><br /><br />
|
||||
{L_LEGEND} :: {LEGEND}
|
||||
<!-- ENDIF -->
|
||||
</small>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
13
templates/subsilver2/template/portal/block/wordgraph.html
Normal file
13
templates/subsilver2/template/portal/block/wordgraph.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<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 />
|
||||
7
templates/subsilver2/template/portal/index.html
Normal file
7
templates/subsilver2/template/portal/index.html
Normal 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>
|
||||
212
templates/subsilver2/template/portal/portal_body.html
Normal file
212
templates/subsilver2/template/portal/portal_body.html
Normal file
@@ -0,0 +1,212 @@
|
||||
<!-- DEFINE $S_IN_PORTAL = 1 -->
|
||||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<!-- $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}" valign="top" style="padding-right:6px;">
|
||||
|
||||
<!-- 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 -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_CLOCK -->
|
||||
<!-- INCLUDE portal/block/clock.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_MINICAL -->
|
||||
<!-- INCLUDE portal/block/mini_calendar.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>
|
||||
|
||||
<!-- [+] center block area -->
|
||||
<td valign="top">
|
||||
|
||||
<!-- IF S_DISPLAY_WELCOME -->
|
||||
<!-- INCLUDE portal/block/welcome.html -->
|
||||
<!-- 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 and S_HAS_POLL -->
|
||||
<!-- INCLUDE portal/block/poll.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_WORDGRAPH -->
|
||||
<!-- INCLUDE portal/block/wordgraph.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_JUMPBOX -->
|
||||
<!-- INCLUDE portal/block/jumpbox.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
</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 //-->
|
||||
|
||||
<!-- IF not S_USER_LOGGED_IN -->
|
||||
<!-- INCLUDE portal/block/login_box.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_USER_LOGGED_IN -->
|
||||
<!-- INCLUDE portal/block/user_menu.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_FRIENDS and S_ZEBRA_ENABLED and S_USER_LOGGED_IN -->
|
||||
<!-- INCLUDE portal/block/online_friends.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ADVANCED_STAT -->
|
||||
<!-- INCLUDE portal/block/statistics.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ONLINE_LIST -->
|
||||
<!-- INCLUDE portal/block/whois_online.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_LEADERS -->
|
||||
<!-- INCLUDE portal/block/leaders.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ATTACHMENTS -->
|
||||
<!-- INCLUDE portal/block/attachments.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_ACTIVE_TOPIC -->
|
||||
<!--INCLUDE portal/block/active.html-->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!--INCLUDE portal/block/_sample_block_design.html-->
|
||||
|
||||
</td>
|
||||
<!-- [-] right block area -->
|
||||
</tr>
|
||||
</table>
|
||||
<!--// phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com //-->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
Reference in New Issue
Block a user