Start B3P v2 :-D
This commit is contained in:
18
root/styles/prosilver/template/portal/_block_config.html
Normal file
18
root/styles/prosilver/template/portal/_block_config.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!--version $Id$ //-->
|
||||
<!-- Config for the left and right blocks //-->
|
||||
<!-- DEFINE $LR_BLOCK_H_L = '<div class="forabg"><div class="inner"><span class="corners-top"><span></span></span><ul class="topiclist"><li class="header"><dl class="icon">' -->
|
||||
<!-- DEFINE $LR_BLOCK_H_R = '</dl></li></ul><div class="panel bg1" style="margin-bottom: 0px"><div class="inner"><span class="portal-corners-top-inner"></span><div class="postbody" style="width: 100%"><div class="content">' -->
|
||||
<!-- DEFINE $LR_BLOCK_F_L = '</div></div><span class="portal-corners-bottom-inner"></span></div></div>' -->
|
||||
<!-- DEFINE $LR_BLOCK_F_R = '<span class="corners-bottom"><span></span></span></div></div><br style="clear:both" />' -->
|
||||
|
||||
<!-- Config for the center blocks //-->
|
||||
<!-- DEFINE $C_BLOCK_H_L = '<div class="forabg"><div class="inner"><span class="corners-top"><span></span></span><ul class="topiclist"><li class="header"><dl class="icon">' -->
|
||||
<!-- DEFINE $C_BLOCK_H_R = '</dl></li></ul><div class="panel bg1" style="margin-bottom: 0px"><div class="inner"><span class="portal-corners-top-inner"></span><div class="postbody" style="width: 100%"><div class="content">' -->
|
||||
<!-- DEFINE $C_BLOCK_F_L = '</div></div><span class="portal-corners-bottom-inner"></span></div></div>' -->
|
||||
<!-- DEFINE $C_BLOCK_F_R = '<span class="corners-bottom"><span></span></span></div></div><br style="clear:both" />' -->
|
||||
|
||||
<!-- Images-URL //-->
|
||||
<!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' -->
|
||||
|
||||
<!-- Vertical distance between left/right and center Blocks -->
|
||||
<!-- DEFINE $BLOCK_DISTANCE = '10px' -->
|
||||
12
root/styles/prosilver/template/portal/block/birthday.html
Normal file
12
root/styles/prosilver/template/portal/block/birthday.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!--version $Id$ //-->
|
||||
<!-- IF BIRTHDAY_LIST -->
|
||||
<strong>{L_CONGRATULATIONS}:<br /> {BIRTHDAY_LIST}</strong>
|
||||
<!-- ELSE -->
|
||||
{L_NO_BIRTHDAYS}
|
||||
<!-- ENDIF -->
|
||||
<h3>{L_BIRTHDAYS_AHEAD}</h3>
|
||||
<!-- IF BIRTHDAYS_AHEAD_LIST -->
|
||||
<strong>{BIRTHDAYS_AHEAD_LIST}</strong>
|
||||
<!-- ELSE -->
|
||||
{L_NO_BIRTHDAYS_AHEAD}
|
||||
<!-- ENDIF -->
|
||||
@@ -0,0 +1,7 @@
|
||||
<!--version $Id$ //-->
|
||||
{$LR_BLOCK_H_L}<img src="{T_THEME_PATH}/images/portal/portal_style.png" width="16" height="16" alt="" /> {L_BOARD_STYLE}{$LR_BLOCK_H_R}
|
||||
<select style="width: 150px;" name="demo" id="demo" onchange="document.location.href = this.options[this.selectedIndex].value;">
|
||||
{STYLE_SELECT}
|
||||
</select>
|
||||
<br />
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
8
root/styles/prosilver/template/portal/block/clock.html
Normal file
8
root/styles/prosilver/template/portal/block/clock.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<!--version $Id$ //-->
|
||||
<br />
|
||||
<div style="text-align: center;">
|
||||
<object type="application/x-shockwave-flash" data="{T_IMAGES_PATH}portal/board3clock.swf" width="140" height="140">
|
||||
<param name="wmode" value="transparent" />
|
||||
<param name="movie" value="{T_IMAGES_PATH}portal/board3clock.swf" />
|
||||
</object>
|
||||
</div>
|
||||
39
root/styles/prosilver/template/portal/block/donation.html
Normal file
39
root/styles/prosilver/template/portal/block/donation.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!--version $Id$ //-->
|
||||
<strong>{SITENAME}</strong> {L_DONATION_TEXT}
|
||||
<br />
|
||||
<div style="float: left; padding: 5px 5px 5px 5px"><img src="{T_IMAGES_PATH}portal/paypal.gif" alt="" /></div>
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="padding-top:15px">
|
||||
<div>
|
||||
<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="no_shipping" value="2" />
|
||||
<input type="hidden" name="bn" value="PP-DonationsBF" />
|
||||
<input type="hidden" name="tax" value="0" />
|
||||
<input type="text" tabindex="11" name="amount" size="10" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" />
|
||||
<select name="currency_code" class="autowidth">
|
||||
<option value="USD">{L_USD}</option>
|
||||
<option value="AUD">{L_AUD}</option>
|
||||
<option value="CAD">{L_CAD}</option>
|
||||
<option value="CZK">{L_CZK}</option>
|
||||
<option value="DKK">{L_DKK}</option>
|
||||
<option value="EUR" selected="selected">{L_EUR}</option>
|
||||
<option value="HKD">{L_HKD}</option>
|
||||
<option value="HUF">{L_HUF}</option>
|
||||
<option value="NZD">{L_NZD}</option>
|
||||
<option value="NOK">{L_NOK}</option>
|
||||
<option value="PLN">{L_PLN}</option>
|
||||
<option value="GBP">{L_GBP}</option>
|
||||
<option value="SGD">{L_SGD}</option>
|
||||
<option value="SEK">{L_SEK}</option>
|
||||
<option value="CHF">{L_CHF}</option>
|
||||
<option value="JPY">{L_JPY}</option>
|
||||
<option value="MXN">{L_MXN}</option>
|
||||
<option value="ILS">{L_ILS}</option>
|
||||
</select>
|
||||
<input type="submit" name="submit" value="{L_DONATION}" class="button1" />
|
||||
</div>
|
||||
</form>
|
||||
<br />
|
||||
<strong>{L_PAY_MSG}</strong>
|
||||
@@ -0,0 +1,12 @@
|
||||
<!--version $Id$ //-->
|
||||
{$C_BLOCK_H_L}<dt><!-- IF S_DISPLAY_GENERAL -->{L_PORTAL_INSTALL}<!-- ELSE -->{L_INFORMATION}<!-- ENDIF --></dt>{$C_BLOCK_H_R}
|
||||
<ul class="topiclist bg1">
|
||||
<li><dl>
|
||||
<dd style="border-left: 0px">
|
||||
<div style="margin: 0 0 0 5px">
|
||||
<!-- IF S_DISPLAY_GENERAL -->{L_PORTAL_INSTALL_TEXT}<!-- ELSE -->» <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
|
||||
</div>
|
||||
</dd>
|
||||
</dl></li>
|
||||
</ul>
|
||||
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
|
||||
7
root/styles/prosilver/template/portal/block/index.html
Normal file
7
root/styles/prosilver/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>
|
||||
21
root/styles/prosilver/template/portal/block/jumpbox.html
Normal file
21
root/styles/prosilver/template/portal/block/jumpbox.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!--version $Id$ //-->
|
||||
<!-- IF S_DISPLAY_JUMPBOX -->
|
||||
<form method="post" id="jumpbox" action="{S_JUMPBOX_ACTION}" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
|
||||
|
||||
<!-- IF $CUSTOM_FIELDSET_CLASS -->
|
||||
<fieldset class="{$CUSTOM_FIELDSET_CLASS}">
|
||||
<!-- ELSE -->
|
||||
<fieldset class="jumpbox">
|
||||
<!-- ENDIF -->
|
||||
<label for="f" accesskey="j"><!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->:</label>
|
||||
<select name="f" id="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">
|
||||
<!-- BEGIN jumpbox_forums -->
|
||||
<!-- IF jumpbox_forums.S_FORUM_COUNT == 1 --><option value="-1">------------------</option><!-- ENDIF -->
|
||||
<option value="{jumpbox_forums.FORUM_ID}"{jumpbox_forums.SELECTED}><!-- BEGIN level --> <!-- END level -->{jumpbox_forums.FORUM_NAME}</option>
|
||||
<!-- END jumpbox_forums -->
|
||||
</select>
|
||||
<input type="submit" value="{L_GO}" class="button2" />
|
||||
</fieldset>
|
||||
</form>
|
||||
<br />
|
||||
<!-- ENDIF -->
|
||||
@@ -0,0 +1,5 @@
|
||||
<!--version $Id$ //-->
|
||||
<!-- BEGIN last_visited_bots -->
|
||||
<span class="genmed">{last_visited_bots.BOT_NAME}</span> <br /> <span class="gensmall">{last_visited_bots.LAST_VISIT_DATE}</span>
|
||||
<!-- IF not last_visited_bots.S_LAST_ROW --><hr /><!-- ENDIF -->
|
||||
<!-- END last_visited_bots -->
|
||||
@@ -0,0 +1,7 @@
|
||||
<!--version $Id$ //-->
|
||||
<span style="float:left;"><strong>{L_USERNAME}</strong></span>
|
||||
<span style="float:right;padding-right:10px;"><strong>{L_JOINED}</strong></span><br style="clear:both" />
|
||||
<!-- BEGIN latest_members -->
|
||||
<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16" height="16" 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 -->
|
||||
14
root/styles/prosilver/template/portal/block/links.html
Normal file
14
root/styles/prosilver/template/portal/block/links.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!--version $Id$ //-->
|
||||
{$LR_BLOCK_H_L}<img src="{T_THEME_PATH}/images/portal/portal_links.png" width="16" height="16" alt="" /> {L_LINKS}{$LR_BLOCK_H_R}
|
||||
<div class="portal-navigation">
|
||||
<ul>
|
||||
<!-- 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>
|
||||
</div>
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
@@ -0,0 +1,31 @@
|
||||
<!--version $Id$ //-->
|
||||
{$LR_BLOCK_H_L}<img src="{T_THEME_PATH}/images/portal/portal_minical.png" width="16" height="16" alt="" /> {L_MINI_CALENDAR}{$LR_BLOCK_H_R}
|
||||
<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>
|
||||
<!-- IF S_SUNDAY_FIRST -->
|
||||
<td style="width: 14%;"><span class="gensmall" style="font-weight: bold">{L_MINI_CAL_SUN}</span></td>
|
||||
<!-- ENDIF -->
|
||||
<td style="width: 14%;"><span class="gensmall" style="font-weight: bold">{L_MINI_CAL_MON}</span></td>
|
||||
<td style="width: 14%;"><span class="gensmall" style="font-weight: bold">{L_MINI_CAL_TUE}</span></td>
|
||||
<td style="width: 14%;"><span class="gensmall" style="font-weight: bold">{L_MINI_CAL_WED}</span></td>
|
||||
<td style="width: 14%;"><span class="gensmall" style="font-weight: bold">{L_MINI_CAL_THU}</span></td>
|
||||
<td style="width: 14%;"><span class="gensmall" style="font-weight: bold">{L_MINI_CAL_FRI}</span></td>
|
||||
<td style="width: 14%;"><span class="gensmall" style="font-weight: bold">{L_MINI_CAL_SAT}</span></td>
|
||||
<!-- IF not S_SUNDAY_FIRST -->
|
||||
<td style="width: 14%;"><span class="gensmall" style="font-weight: bold">{L_MINI_CAL_SUN}</span></td>
|
||||
<!-- ENDIF -->
|
||||
</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>
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
3
root/styles/prosilver/template/portal/block/online.html
Normal file
3
root/styles/prosilver/template/portal/block/online.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<!--version $Id$ //-->
|
||||
{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
|
||||
<!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF -->
|
||||
@@ -0,0 +1,15 @@
|
||||
<!--version $Id$ //-->
|
||||
<strong style="color:green">{L_FRIENDS_ONLINE}</strong><br />
|
||||
<!-- BEGIN friends_online -->
|
||||
<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16" height="16" 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="{T_THEME_PATH}/images/portal/portal_user.png" width="16" height="16" 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 -->
|
||||
@@ -0,0 +1,20 @@
|
||||
<!--version $Id$ //-->
|
||||
<!-- BEGIN random_member -->
|
||||
<div style="text-align: center;"><span style="font-size:12px; padding-top:1px; margin-bottom: 5px;">{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 --><span class="gensmall">{random_member.RANK_TITLE}</span><br style="clear:both" /><!-- ENDIF -->
|
||||
<!-- IF random_member.RANK_IMG -->{random_member.RANK_IMG}<br style="clear:both" /><!-- ENDIF -->
|
||||
</div>
|
||||
<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;"> {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;"> {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 -->
|
||||
74
root/styles/prosilver/template/portal/block/search.html
Normal file
74
root/styles/prosilver/template/portal/block/search.html
Normal file
@@ -0,0 +1,74 @@
|
||||
<!--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>
|
||||
<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}" class="inputbox search" 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">{L_SH_POSTS}</option>
|
||||
<option value="author">{L_SH_AUTHOR}</option>
|
||||
</optgroup>
|
||||
<optgroup label="{L_SH_ENGINE}">
|
||||
<option value="wikipedia">Wikipedia</option>
|
||||
<option value="google">Google</option>
|
||||
<option value="yahoo">Yahoo</option>
|
||||
<option value="msnlive">Msnlive</option>
|
||||
<option value="altavista">Altavista</option>
|
||||
<option value="lycos">Lycos</option>
|
||||
<option value="odp">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" tabindex="8" />
|
||||
</p>
|
||||
</form>
|
||||
<p><a href="{U_SEARCH}">{L_SH_ADV}</a></p>
|
||||
19
root/styles/prosilver/template/portal/block/statistics.html
Normal file
19
root/styles/prosilver/template/portal/block/statistics.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!--version $Id$ //-->
|
||||
<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 class="dashed" />
|
||||
{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 class="dashed" />
|
||||
|
||||
{TOTAL_USERS}<br />
|
||||
{NEWEST_USER}
|
||||
11
root/styles/prosilver/template/portal/block/top_poster.html
Normal file
11
root/styles/prosilver/template/portal/block/top_poster.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!--version $Id$ //-->
|
||||
<!-- IF .top_poster -->
|
||||
{$LR_BLOCK_H_L}<img src="{T_THEME_PATH}/images/portal/portal_top_poster.png" width="16" height="16" alt="" /> {L_TOP_POSTER}{$LR_BLOCK_H_R}
|
||||
<span style="float:left;"><strong>{L_USERNAME}</strong></span>
|
||||
<span style="float:right;padding-right:10px;"><strong>{L_POSTS}</strong></span><br style="clear:both" />
|
||||
<!-- BEGIN top_poster -->
|
||||
<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16" height="16" 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 -->
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
<!-- ENDIF -->
|
||||
36
root/styles/prosilver/template/portal/block/user_menu.html
Normal file
36
root/styles/prosilver/template/portal/block/user_menu.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!--version $Id$ //-->
|
||||
<div style="text-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 />
|
||||
<!-- IF AVATAR_IMG -->
|
||||
<a href="{U_PROFILE}">{AVATAR_IMG}</a>
|
||||
<!-- ELSEIF $NO_AVATAR_IMG -->
|
||||
<a href="{U_PROFILE}"><img src="{T_THEME_PATH}{$NO_AVATAR_IMG}" alt="" /></a>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF RANK_TITLE --><br /><span class="gensmall">{RANK_TITLE}</span><!-- ENDIF -->
|
||||
<!-- IF RANK_IMG --><br />{RANK_IMG}<!-- ENDIF -->
|
||||
</div>
|
||||
<hr class="dashed" />
|
||||
<div class="portal-navigation">
|
||||
<div class="menutitle">{L_M_MENU}</div>
|
||||
<ul>
|
||||
<!-- IF S_DISPLAY_SEARCH -->
|
||||
<li><a href="{U_NEW_POSTS}">{L_NEW_POSTS}</a></li>
|
||||
<li><a href="{U_SELF_POSTS}">{L_SELF_POSTS}</a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF U_UM_BOOKMARKS -->
|
||||
<li><a href="{U_UM_BOOKMARKS}">{L_UM_BOOKMARKS}</a></li>
|
||||
<!-- ENDIF -->
|
||||
<li><a href="{U_UM_MAIN_SUBSCRIBED}">{L_UM_MAIN_SUBSCRIBED}</a></li>
|
||||
<!-- IF S_DISPLAY_PM -->
|
||||
<li><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></li>
|
||||
<!-- ENDIF -->
|
||||
<li><a href="{U_PROFILE}">{L_PROFILE}</a></li>
|
||||
<!-- IF U_MCP -->
|
||||
<li><a href="{U_MCP}">{L_MCP}</a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF U_ACP -->
|
||||
<li><a href="{U_ACP}">{L_M_ACP}</a></li>
|
||||
<!-- ENDIF -->
|
||||
<li><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
24
root/styles/prosilver/template/portal/blocks_bottom.html
Normal file
24
root/styles/prosilver/template/portal/blocks_bottom.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!-- BEGIN blocks -->
|
||||
<!-- IF blocks.S_BLOCK_BOTTOM and blocks.S_GROUP -->
|
||||
{$LR_BLOCK_H_L}<dt <!-- IF blocks.S_ICON --> style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;"<!-- ENDIF -->>{blocks.TITLE}</dt>{$LR_BLOCK_H_R}
|
||||
<!-- IF blocks.TYPE == 'custom' -->
|
||||
{blocks.TEXT}
|
||||
<!-- ELSEIF blocks.TYPE == 'birthday' --><!-- INCLUDE portal/block/birthday.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'online' --><!-- INCLUDE portal/block/online.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'search' --><!-- INCLUDE portal/block/search.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'clock' --><!-- INCLUDE portal/block/clock.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'user_menu' --><!-- INCLUDE portal/block/user_menu.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'change_style' --><!-- INCLUDE portal/block/change_style.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'donation' --><!-- INCLUDE portal/block/donation.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'links' --><!-- INCLUDE portal/block/links.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'latest_bots' --><!-- INCLUDE portal/block/latest_bots.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'latest_members' --><!-- INCLUDE portal/block/latest_members.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'mini_calendar' --><!-- INCLUDE portal/block/mini_calendar.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'online_friends' --><!-- INCLUDE portal/block/online_friends.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'random_member' --><!-- INCLUDE portal/block/random_member.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'statistics' --><!-- INCLUDE portal/block/statistics.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'top_poster' --><!-- INCLUDE portal/block/top_poster.html -->
|
||||
<!-- ENDIF -->
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
<!-- ENDIF -->
|
||||
<!-- END blocks -->
|
||||
24
root/styles/prosilver/template/portal/blocks_left.html
Normal file
24
root/styles/prosilver/template/portal/blocks_left.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!-- BEGIN blocks -->
|
||||
<!-- IF blocks.S_BLOCK_LEFT and blocks.S_GROUP -->
|
||||
{$LR_BLOCK_H_L}<dt <!-- IF blocks.S_ICON --> style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;"<!-- ENDIF -->>{blocks.TITLE}</dt>{$LR_BLOCK_H_R}
|
||||
<!-- IF blocks.TYPE == 'custom' -->
|
||||
{blocks.TEXT}
|
||||
<!-- ELSEIF blocks.TYPE == 'birthday' --><!-- INCLUDE portal/block/birthday.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'online' --><!-- INCLUDE portal/block/online.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'search' --><!-- INCLUDE portal/block/search.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'clock' --><!-- INCLUDE portal/block/clock.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'user_menu' --><!-- INCLUDE portal/block/user_menu.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'change_style' --><!-- INCLUDE portal/block/change_style.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'donation' --><!-- INCLUDE portal/block/donation.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'links' --><!-- INCLUDE portal/block/links.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'latest_bots' --><!-- INCLUDE portal/block/latest_bots.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'latest_members' --><!-- INCLUDE portal/block/latest_members.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'mini_calendar' --><!-- INCLUDE portal/block/mini_calendar.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'online_friends' --><!-- INCLUDE portal/block/online_friends.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'random_member' --><!-- INCLUDE portal/block/random_member.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'statistics' --><!-- INCLUDE portal/block/statistics.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'top_poster' --><!-- INCLUDE portal/block/top_poster.html -->
|
||||
<!-- ENDIF -->
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
<!-- ENDIF -->
|
||||
<!-- END blocks -->
|
||||
@@ -0,0 +1,24 @@
|
||||
<!-- BEGIN blocks -->
|
||||
<!-- IF blocks.S_BLOCK_MIDDLE_BOTTOM and blocks.S_GROUP -->
|
||||
{$LR_BLOCK_H_L}<dt <!-- IF blocks.S_ICON --> style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;"<!-- ENDIF -->>{blocks.TITLE}</dt>{$LR_BLOCK_H_R}
|
||||
<!-- IF blocks.TYPE == 'custom' -->
|
||||
{blocks.TEXT}
|
||||
<!-- ELSEIF blocks.TYPE == 'birthday' --><!-- INCLUDE portal/block/birthday.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'online' --><!-- INCLUDE portal/block/online.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'search' --><!-- INCLUDE portal/block/search.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'clock' --><!-- INCLUDE portal/block/clock.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'user_menu' --><!-- INCLUDE portal/block/user_menu.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'change_style' --><!-- INCLUDE portal/block/change_style.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'donation' --><!-- INCLUDE portal/block/donation.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'links' --><!-- INCLUDE portal/block/links.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'latest_bots' --><!-- INCLUDE portal/block/latest_bots.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'latest_members' --><!-- INCLUDE portal/block/latest_members.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'mini_calendar' --><!-- INCLUDE portal/block/mini_calendar.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'online_friends' --><!-- INCLUDE portal/block/online_friends.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'random_member' --><!-- INCLUDE portal/block/random_member.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'statistics' --><!-- INCLUDE portal/block/statistics.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'top_poster' --><!-- INCLUDE portal/block/top_poster.html -->
|
||||
<!-- ENDIF -->
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
<!-- ENDIF -->
|
||||
<!-- END blocks -->
|
||||
24
root/styles/prosilver/template/portal/blocks_middle_top.html
Normal file
24
root/styles/prosilver/template/portal/blocks_middle_top.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!-- BEGIN blocks -->
|
||||
<!-- IF blocks.S_BLOCK_MIDDLE_TOP and blocks.S_GROUP -->
|
||||
{$LR_BLOCK_H_L}<dt <!-- IF blocks.S_ICON --> style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;"<!-- ENDIF -->>{blocks.TITLE}</dt>{$LR_BLOCK_H_R}
|
||||
<!-- IF blocks.TYPE == 'custom' -->
|
||||
{blocks.TEXT}
|
||||
<!-- ELSEIF blocks.TYPE == 'birthday' --><!-- INCLUDE portal/block/birthday.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'online' --><!-- INCLUDE portal/block/online.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'search' --><!-- INCLUDE portal/block/search.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'clock' --><!-- INCLUDE portal/block/clock.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'user_menu' --><!-- INCLUDE portal/block/user_menu.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'change_style' --><!-- INCLUDE portal/block/change_style.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'donation' --><!-- INCLUDE portal/block/donation.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'links' --><!-- INCLUDE portal/block/links.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'latest_bots' --><!-- INCLUDE portal/block/latest_bots.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'latest_members' --><!-- INCLUDE portal/block/latest_members.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'mini_calendar' --><!-- INCLUDE portal/block/mini_calendar.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'online_friends' --><!-- INCLUDE portal/block/online_friends.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'random_member' --><!-- INCLUDE portal/block/random_member.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'statistics' --><!-- INCLUDE portal/block/statistics.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'top_poster' --><!-- INCLUDE portal/block/top_poster.html -->
|
||||
<!-- ENDIF -->
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
<!-- ENDIF -->
|
||||
<!-- END blocks -->
|
||||
24
root/styles/prosilver/template/portal/blocks_right.html
Normal file
24
root/styles/prosilver/template/portal/blocks_right.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!-- BEGIN blocks -->
|
||||
<!-- IF blocks.S_BLOCK_RIGHT and blocks.S_GROUP -->
|
||||
{$LR_BLOCK_H_L}<dt <!-- IF blocks.S_ICON --> style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;"<!-- ENDIF -->>{blocks.TITLE}</dt>{$LR_BLOCK_H_R}
|
||||
<!-- IF blocks.TYPE == 'custom' -->
|
||||
{blocks.TEXT}
|
||||
<!-- ELSEIF blocks.TYPE == 'birthday' --><!-- INCLUDE portal/block/birthday.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'online' --><!-- INCLUDE portal/block/online.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'search' --><!-- INCLUDE portal/block/search.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'clock' --><!-- INCLUDE portal/block/clock.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'user_menu' --><!-- INCLUDE portal/block/user_menu.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'change_style' --><!-- INCLUDE portal/block/change_style.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'donation' --><!-- INCLUDE portal/block/donation.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'links' --><!-- INCLUDE portal/block/links.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'latest_bots' --><!-- INCLUDE portal/block/latest_bots.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'latest_members' --><!-- INCLUDE portal/block/latest_members.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'mini_calendar' --><!-- INCLUDE portal/block/mini_calendar.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'online_friends' --><!-- INCLUDE portal/block/online_friends.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'random_member' --><!-- INCLUDE portal/block/random_member.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'statistics' --><!-- INCLUDE portal/block/statistics.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'top_poster' --><!-- INCLUDE portal/block/top_poster.html -->
|
||||
<!-- ENDIF -->
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
<!-- ENDIF -->
|
||||
<!-- END blocks -->
|
||||
24
root/styles/prosilver/template/portal/blocks_top.html
Normal file
24
root/styles/prosilver/template/portal/blocks_top.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!-- BEGIN blocks -->
|
||||
<!-- IF blocks.S_BLOCK_TOP and blocks.S_GROUP -->
|
||||
{$LR_BLOCK_H_L}<dt <!-- IF blocks.S_ICON --> style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;"<!-- ENDIF -->>{blocks.TITLE}</dt>{$LR_BLOCK_H_R}
|
||||
<!-- IF blocks.TYPE == 'custom' -->
|
||||
{blocks.TEXT}
|
||||
<!-- ELSEIF blocks.TYPE == 'birthday' --><!-- INCLUDE portal/block/birthday.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'online' --><!-- INCLUDE portal/block/online.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'search' --><!-- INCLUDE portal/block/search.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'clock' --><!-- INCLUDE portal/block/clock.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'user_menu' --><!-- INCLUDE portal/block/user_menu.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'change_style' --><!-- INCLUDE portal/block/change_style.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'donation' --><!-- INCLUDE portal/block/donation.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'links' --><!-- INCLUDE portal/block/links.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'latest_bots' --><!-- INCLUDE portal/block/latest_bots.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'latest_members' --><!-- INCLUDE portal/block/latest_members.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'mini_calendar' --><!-- INCLUDE portal/block/mini_calendar.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'online_friends' --><!-- INCLUDE portal/block/online_friends.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'random_member' --><!-- INCLUDE portal/block/random_member.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'statistics' --><!-- INCLUDE portal/block/statistics.html -->
|
||||
<!-- ELSEIF blocks.TYPE == 'top_poster' --><!-- INCLUDE portal/block/top_poster.html -->
|
||||
<!-- ENDIF -->
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
<!-- ENDIF -->
|
||||
<!-- END blocks -->
|
||||
7
root/styles/prosilver/template/portal/index.html
Normal file
7
root/styles/prosilver/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>
|
||||
48
root/styles/prosilver/template/portal/portal_body.html
Normal file
48
root/styles/prosilver/template/portal/portal_body.html
Normal file
@@ -0,0 +1,48 @@
|
||||
<!-- DEFINE $S_IN_PORTAL = 1 -->
|
||||
<!-- INCLUDE overall_header.html -->
|
||||
<!-- INCLUDE portal/_block_config.html -->
|
||||
|
||||
<!--version $Id$ //-->
|
||||
<!-- IF PORTAL_VERSION_CHECK and U_ACP -->
|
||||
<div id="portal_version_check" class="rules">
|
||||
<div class="inner"><span class="corners-top"><span></span></span>
|
||||
<strong>{L_INFORMATION}:</strong> {PORTAL_VERSION_CHECK}
|
||||
<span class="corners-bottom"><span></span></span></div>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE portal/blocks_top.html -->
|
||||
|
||||
<table cellpadding="0" cellspacing="0" border="0" width="100%">
|
||||
<tr>
|
||||
<!-- [+] left block area -->
|
||||
<td valign="top" style="width: {S_PORTAL_LEFT_COLUMN}px; padding-right:{$BLOCK_DISTANCE};">
|
||||
<br style="clear:both" />
|
||||
<!-- INCLUDE portal/blocks_left.html -->
|
||||
</td>
|
||||
<!-- [-] left block area -->
|
||||
|
||||
<!-- [+] center block area -->
|
||||
<td valign="top">
|
||||
<br style="clear:both" />
|
||||
<!-- INCLUDE portal/blocks_middle_top.html -->
|
||||
<!-- INCLUDE portal/blocks_middle_bottom.html -->
|
||||
<!-- IF S_DISPLAY_JUMPBOX -->
|
||||
<!-- INCLUDE portal/block/jumpbox.html -->
|
||||
<!-- ENDIF -->
|
||||
</td>
|
||||
<!-- [-] center block area -->
|
||||
|
||||
<!-- [+] right block area -->
|
||||
<td valign="top" style="width: {S_PORTAL_RIGHT_COLUMN}px; padding-left:{$BLOCK_DISTANCE};">
|
||||
<br style="clear:both" />
|
||||
<!-- INCLUDE portal/blocks_right.html -->
|
||||
</td>
|
||||
<!-- [-] right block area -->
|
||||
</tr>
|
||||
</table>
|
||||
<!-- INCLUDE portal/blocks_bottom.html -->
|
||||
<!--// board3 Portal by www.board3.de //-->
|
||||
<div class="copyright">Powered by <a href="http://www.board3.de/">Board3 Portal</a> © 2009 Board3 Group</div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
52
root/styles/prosilver/theme/portal.css
Normal file
52
root/styles/prosilver/theme/portal.css
Normal file
@@ -0,0 +1,52 @@
|
||||
/* inner corners */
|
||||
|
||||
span.portal-corners-top-inner {
|
||||
margin: 0 -5px;
|
||||
}
|
||||
|
||||
span.portal-corners-bottom-inner {
|
||||
margin: 0 -5px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
span.portal-corners-top-inner, span.portal-corners-bottom-inner{
|
||||
font-size: 1px;
|
||||
line-height: 1px;
|
||||
display: block;
|
||||
height: 5px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
/* main menu, user menu and the links */
|
||||
|
||||
.portal-navigation{
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.portal-navigation ul{
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
|
||||
}
|
||||
|
||||
.portal-navigation ul li{
|
||||
padding-bottom: 2px; /*bottom spacing between menu items*/
|
||||
}
|
||||
|
||||
.portal-navigation ul li a{
|
||||
background-image: url("{T_THEME_PATH}/images/portal/arrowbullet.gif");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center left; /*custom bullet list image*/
|
||||
display: block;
|
||||
padding: 2px 0;
|
||||
padding-left: 19px; /*link text is indented 19px*/
|
||||
font-weight: bold;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.portal-navigation div.menutitle{
|
||||
padding: 1px 0;
|
||||
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user