subsilver2 - update from Chris - he is making a beauty of it

This commit is contained in:
Kevin
2008-08-24 20:50:39 +00:00
parent fd6e5f74b4
commit 0233929a52
65 changed files with 36 additions and 74 deletions

View File

@@ -1,7 +1,7 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_ATTACHMENTS}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_attach.png" width="16px" height="16px" alt="" />&nbsp;{L_ATTACHMENTS}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td> <td>

View File

@@ -1,7 +1,7 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_BIRTHDAYS}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_birthday.png" width="16px" height="16px" alt="" />&nbsp;{L_BIRTHDAYS}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td> <td>

View File

@@ -1,7 +1,7 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_BOARD_STYLE}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_style.png" width="16px" height="16px" alt="" />&nbsp;{L_BOARD_STYLE}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td> <td>

View File

@@ -1,11 +1,11 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_CLOCK}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_clock.png" width="16px" height="16px" alt="" />&nbsp;{L_CLOCK}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td style="text-align:center;"> <td style="text-align:center;">
<object type="application/x-shockwave-flash" data="{T_THEME_PATH}/images/portal/clock.swf" width="160" height="70"> <object type="application/x-shockwave-flash" data="{T_THEME_PATH}/images/portal/board3clock.swf" width="140" height="140">
<param name="wmode" value="transparent" /> <param name="wmode" value="transparent" />
<param name="movie" value="{T_THEME_PATH}/images/portal/clock.swf" /> <param name="movie" value="{T_THEME_PATH}/images/portal/clock.swf" />
</object> </object>

View File

@@ -1,7 +1,7 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{PORTAL_CUSTOM_SMALL_HEADLINE}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_custom.png" width="16px" height="16px" alt="" />&nbsp;{PORTAL_CUSTOM_SMALL_HEADLINE}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td style="padding:5px 5px 5px 5px;"> <td style="padding:5px 5px 5px 5px;">

View File

@@ -10,7 +10,7 @@
<td> <td>
<strong>{SITENAME}</strong> {L_DONATION_TEXT} <strong>{SITENAME}</strong> {L_DONATION_TEXT}
<br /> <br />
<div style="float: left; padding-right: 5px;"><img src="{T_THEME_PATH}/images/portal/paypal.gif" /></div> <div style="float: left; padding-right: 5px;"><img src="{T_THEME_PATH}/images/portal/paypal.gif" alt="" /></div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="padding-top:15px"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="padding-top:15px">
<input type="hidden" name="cmd" value="_xclick" /> <input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="{PAY_ACC}" /> <input type="hidden" name="business" value="{PAY_ACC}" />
@@ -19,7 +19,7 @@
<input type="hidden" name="no_shipping" value="2" /> <input type="hidden" name="no_shipping" value="2" />
<input type="hidden" name="bn" value="PP-DonationsBF" /> <input type="hidden" name="bn" value="PP-DonationsBF" />
<input type="hidden" name="tax" value="0" /> <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}" /> <input type="text" tabindex="1" name="amount" size="10" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" />
<select name="currency_code" class="autowidth"> <select name="currency_code" class="autowidth">
<option value="USD">{L_USD}</option> <option value="USD">{L_USD}</option>
<option value="AUD">{L_AUD}</option> <option value="AUD">{L_AUD}</option>

View File

@@ -1,7 +1,7 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr class="row1"> <tr class="row1">
<th>{L_DONATION}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_donation.png" width="16px" height="16px" alt="" />&nbsp;{L_DONATION}</span></th>
</tr> </tr>
<tr> <tr>
<td class="row1" style="padding:10px 1px 10px 1px;"> <td class="row1" style="padding:10px 1px 10px 1px;">
@@ -14,7 +14,7 @@
<input type="hidden" name="no_shipping" value="2" /> <input type="hidden" name="no_shipping" value="2" />
<input type="hidden" name="bn" value="PP-DonationsBF" /> <input type="hidden" name="bn" value="PP-DonationsBF" />
<input type="hidden" name="tax" value="0" /> <input type="hidden" name="tax" value="0" />
<input type="text" tabindex="10" name="amount" size="11" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" /> <input type="text" tabindex="1" name="amount" size="10" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" />
<select name="currency_code" class="autowidth"> <select name="currency_code" class="autowidth">
<option value="USD">USD</option> <option value="USD">USD</option>
<option value="AUD">AUD</option> <option value="AUD">AUD</option>

View File

@@ -1,7 +1,7 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{LAST_VISITED_BOTS}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_bots.png" width="16px" height="16px" alt="" />&nbsp;{LAST_VISITED_BOTS}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td> <td>

View File

@@ -1,14 +1,14 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_LATEST_MEMBERS}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_members.png" width="16px" height="16px" alt="" />&nbsp;{L_LATEST_MEMBERS}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td> <td>
<span style="float:left;"><strong>{L_USERNAME}</strong></span> <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" /> <span style="float:right;padding-right:10px;"><strong>{L_JOINED}</strong></span><br style="clear:both" />
<!-- BEGIN latest_members --> <!-- BEGIN latest_members -->
<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/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:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16px" height="16px" 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" /> <span style="float:right;padding-right:10px; padding-top:2px;">{latest_members.JOINED}</span><br style="clear:both" />
<!-- END latest_members --> <!-- END latest_members -->
</td> </td>

View File

@@ -1,7 +1,7 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_THE_TEAM}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_team.png" width="16px" height="16px" alt="" />&nbsp;{L_THE_TEAM}</span></th>
</tr> </tr>
<tr class="row3"> <tr class="row3">
<td> <td>
@@ -11,7 +11,7 @@
<!-- BEGIN admin --> <!-- BEGIN admin -->
<tr class="row1"> <tr class="row1">
<td> <td>
<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/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" /> <span style="float:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16px" height="16px" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;"><strong>{admin.USERNAME_FULL}</strong></span><br style="clear:both" />
</td> </td>
</tr> </tr>
<!-- BEGINELSE --> <!-- BEGINELSE -->
@@ -29,7 +29,7 @@
<!-- BEGIN mod --> <!-- BEGIN mod -->
<tr class="row1"> <tr class="row1">
<td> <td>
<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/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" /> <span style="float:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16px" height="16px" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;"><strong>{mod.USERNAME_FULL}</strong></span><br style="clear:both" />
</td> </td>
</tr> </tr>
<!-- BEGINELSE --> <!-- BEGINELSE -->

View File

@@ -1,7 +1,7 @@
<!--version $Id: leaders.html 216 2008-04-29 07:23:22Z kevin74 $ //--> <!--version $Id: leaders.html 216 2008-04-29 07:23:22Z kevin74 $ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_THE_TEAM}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_team.png" width="16px" height="16px" alt="" />&nbsp;{L_THE_TEAM}</span></th>
</tr> </tr>
<!-- BEGIN group --> <!-- BEGIN group -->
<tr class="row3"> <tr class="row3">
@@ -12,7 +12,7 @@
<!-- BEGIN member --> <!-- BEGIN member -->
<tr class="row1"> <tr class="row1">
<td> <td>
<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;"><strong>{group.member.USERNAME_FULL}</strong></span><br style="clear:both" /> <span style="float:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16px" height="16px" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;"><strong>{group.member.USERNAME_FULL}</strong></span><br style="clear:both" />
</td> </td>
</tr> </tr>
<!-- END memeber --> <!-- END memeber -->

View File

@@ -1,7 +1,7 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_LINK_US}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_link_us.png" width="16px" height="16px" alt="" />&nbsp;{L_LINK_US}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td> <td>

View File

@@ -1,25 +1,7 @@
<!--version $Id$ //--> <!--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({T_THEME_PATH}/images/portal/link.png) no-repeat left center;
}
.ul-link a {
padding: 0 0 0 4px;
}
//-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_LINKS}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_links.png" width="16px" height="16px" alt="" />&nbsp;{L_LINKS}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td> <td>

View File

@@ -2,30 +2,23 @@
<form action="{S_LOGIN_ACTION}" method="post"> <form action="{S_LOGIN_ACTION}" method="post">
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_login.png" width="16px" height="16px" alt="" />&nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td> <td>
<span class="genmed">{L_USERNAME}:</span><br /> <span class="genmed">{L_USERNAME}:</span><br />
<input type="text" tabindex="1" name="username" id="username" size="25" value="" class="inputbox autowidth" /><br /><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 /> <span class="genmed">{L_PASSWORD}:</span><br />
<input type="password" tabindex="2" id="password" name="password" size="25" class="inputbox autowidth" /> <input type="password" tabindex="2" id="password" name="password" size="25" class="inputbox autowidth" />
<!-- IF S_DISPLAY_FULL_LOGIN --> <!-- IF S_DISPLAY_FULL_LOGIN -->
<br /><br /> <br /><br />
<!-- IF S_AUTOLOGIN_ENABLED --> <!-- IF S_AUTOLOGIN_ENABLED -->
<input type="checkbox" class="radio" name="autologin" tabindex="3" /> <span class="gensmall">{L_UM_LOG_ME_IN}</span><br /> <input type="checkbox" class="radio" name="autologin" tabindex="3" /> <span class="gensmall">{L_UM_LOG_ME_IN}</span><br />
<!-- ENDIF --> <!-- ENDIF -->
<!--
<input type="checkbox" class="radio" name="viewonline" tabindex="4" /> <span class="gensmall">{L_UM_HIDE_ME}</span><br />
-->
<!-- ENDIF --> <!-- ENDIF -->
<br /> <br />
<input type="hidden" name="redirect" value="{U_PORTAL}" /> <input type="hidden" name="redirect" value="{U_PORTAL}" />
<input type="submit" name="login" tabindex="5" value="{L_LOGIN}" class="button1" /> <input type="submit" name="login" tabindex="5" value="{L_LOGIN}" class="button1" />
</td> </td>
</tr> </tr>
</table> </table>

View File

@@ -1,7 +1,7 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%" id="navigation"> <table class="tablebg" cellspacing="1" width="100%" id="navigation">
<tr> <tr>
<th>{L_M_MENU}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_menu.png" width="16px" height="16px" alt="" />&nbsp;{L_M_MENU}</span></th>
</tr> </tr>
<tr class="row3"> <tr class="row3">
<td> <td>
@@ -76,6 +76,5 @@
<a href="{U_M_PRV}">{L_M_PRV}</a> <a href="{U_M_PRV}">{L_M_PRV}</a>
</td> </td>
</tr> </tr>
</table> </table>
<br /> <br />

View File

@@ -1,7 +1,7 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_MINI_CAL_CALENDAR}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_minical.png" width="16px" height="16px" alt="" />&nbsp;{L_MINI_CAL_CALENDAR}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td> <td>

View File

@@ -1,13 +1,13 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_FRIENDS}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_friends.png" width="16px" height="16px" alt="" />&nbsp;{L_FRIENDS}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td> <td>
<strong style="color:green">{L_FRIENDS_ONLINE}</strong><br /> <strong style="color:green">{L_FRIENDS_ONLINE}</strong><br />
<!-- BEGIN friends_online --> <!-- BEGIN friends_online -->
<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/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" /> <span style="float:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16px" height="16px" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{friends_online.USERNAME_FULL}</span><br style="clear:both" />
<!-- BEGINELSE --> <!-- BEGINELSE -->
<span style="float:left; padding-left:5px; padding-top:2px;">{L_NO_FRIENDS_ONLINE}</span> <span style="float:left; padding-left:5px; padding-top:2px;">{L_NO_FRIENDS_ONLINE}</span>
<br style="clear:both" /> <br style="clear:both" />
@@ -15,7 +15,7 @@
<br style="clear:both" /> <br style="clear:both" />
<strong style="color:red">{L_FRIENDS_OFFLINE}</strong><br /> <strong style="color:red">{L_FRIENDS_OFFLINE}</strong><br />
<!-- BEGIN friends_offline --> <!-- BEGIN friends_offline -->
<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/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" /> <span style="float:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16px" height="16px" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{friends_offline.USERNAME_FULL}</span><br style="clear:both" />
<!-- BEGINELSE --> <!-- BEGINELSE -->
<span style="float:left; padding-left:5px; padding-top:2px;">{L_NO_FRIENDS_OFFLINE}</span> <span style="float:left; padding-left:5px; padding-top:2px;">{L_NO_FRIENDS_OFFLINE}</span>
<!-- END friends_offline --> <!-- END friends_offline -->

View File

@@ -1,7 +1,7 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_RND_MEMBER}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_random.png" width="16px" height="16px" alt="" />&nbsp;{L_RND_MEMBER}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td> <td>

View File

@@ -48,7 +48,7 @@ function qsearch_onSubmit()
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_SEARCH}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_search.png" width="16px" height="16px" alt="" />&nbsp;{L_SEARCH}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td> <td>

View File

@@ -1,26 +1,16 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_STATISTICS}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_stats.png" width="16px" height="16px" alt="" />&nbsp;{L_STATISTICS}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td> <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 /> <strong>{L_ST_TOP}</strong><br />
{TOTAL_POSTS}<br /> {TOTAL_POSTS}<br />
{TOTAL_TOPICS}<br /> {TOTAL_TOPICS}<br />
{L_ST_TOP_ANNS} <strong>{S_ANN}</strong><br /> {L_ST_TOP_ANNS} <strong>{S_ANN}</strong><br />
{L_ST_TOP_STICKYS} <strong>{S_SCT}</strong><br /> {L_ST_TOP_STICKYS} <strong>{S_SCT}</strong><br />
{L_ST_TOT_ATTACH} <strong>{S_TOT_ATTACH}</strong><br /> {L_ST_TOT_ATTACH} <strong>{S_TOT_ATTACH}</strong><br />
<hr /> <hr />
{TOPICS_PER_DAY}<br /> {TOPICS_PER_DAY}<br />
{POSTS_PER_DAY}<br /> {POSTS_PER_DAY}<br />
@@ -29,7 +19,6 @@
{POSTS_PER_USER}<br /> {POSTS_PER_USER}<br />
{POSTS_PER_TOPIC}<br /> {POSTS_PER_TOPIC}<br />
<hr /> <hr />
{TOTAL_USERS}<br /> {TOTAL_USERS}<br />
{NEWEST_USER} {NEWEST_USER}
</td> </td>

View File

@@ -1,14 +1,14 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_TOP_POSTER}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_top_poster.png" width="16px" height="16px" alt="" />&nbsp;{L_TOP_POSTER}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td> <td>
<span style="float:left;"><strong>{L_USERNAME}</strong></span> <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" /> <span style="float:right;padding-right:10px;"><strong>{L_POSTS}</strong></span><br style="clear:both" />
<!-- BEGIN top_poster --> <!-- BEGIN top_poster -->
<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/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:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16px" height="16px" 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" /> <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 --> <!-- END top_poster -->
</td> </td>

View File

@@ -1,7 +1,7 @@
<!--version $Id$ //--> <!--version $Id$ //-->
<table class="tablebg" cellspacing="1" width="100%"> <table class="tablebg" cellspacing="1" width="100%">
<tr> <tr>
<th>{L_USER_MENU}</th> <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16px" height="16px" alt="" />&nbsp;{L_USER_MENU}</span></th>
</tr> </tr>
<tr class="row1"> <tr class="row1">
<td> <td>
@@ -23,7 +23,6 @@
<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a> <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>
<!-- ENDIF --> <!-- ENDIF -->
<hr /> <hr />
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
</td> </td>
</tr> </tr>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1003 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 938 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 895 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 995 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1002 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 855 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1013 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 813 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1012 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1009 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB