📄 homepage.tpl
字号:
{strip}
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="571" align="center">
{if $smarty.session.UserId == ''}
<table width="571" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td class="module_detail" width="571">
<table width="571" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="77" valign="top"><img src="{$image_dir}blue_window_3_bars.jpg" width="77" height="25" alt="" /></td>
<td class="module_head" width="494">
{lang mkey='special_offer'}
</td>
</tr>
</table>
<table width="571" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" align="center">
<br />
<table width="571" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td width="174" valign="top" height="196" rowspan="2"><img src="{$image_dir}offerimg.jpg" height="196" width="174" alt="" /></td>
<td width="397" valign="top" height="159" align="center" >
<table width="95%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="100%">
<span class="offer_head">{lang mkey='welcome_to_site'}</span><br /><br />
{lang mkey='offer_text'}
<br /><br />
<img src="{$image_dir}member_icon.jpg" width="19" height="18" border="0" alt="" />
<a href="onlineusers.php">{lang mkey='online_users'} {$online_users_count}</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="397" valign="middle" height="37" align="center" class="module_head">
<span class="text_head1">{lang mkey='dont_stay_alone'}</span>
<a href="signup.php"><span class="text_head1">{lang mkey='join_now_for_free'}</span></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
{/if}
{if $smarty.session.UserId > 0 }
{* Show the statistics since last login *}
<table width="571" border="0" cellpadding="0" cellspacing="0" >
{if $smarty.get.errid != ''}
<tr>
<td width="571">
<span class="errors">{mylang mkey='errormsgs' skey=$smarty.get.errid}</span>
</td>
</tr>
<tr><td> </td></tr>
{/if}
<tr>
<td class="module_detail" width="571">
<table width="571" border="0" cellpadding="0" cellspacing="0" style="height:23px">
<tr>
<td width="77" valign="top"><img src="{$image_dir}blue_window_3_bars.jpg" width="77" height="25" alt="" /></td>
<td class="module_head" width="494">
{lang mkey='sincelastlogin_hdr'}
</td>
</tr>
</table>
{if $smarty.session.expired == '1'}
<table width="571" border="0" cellpadding="{$config.cellpadding}" cellspacing="{$config.cellspacing}" style="height:23px">
<tr>
<td width="6"> </td>
<td width="494">
<span class="subhead"><font class="errors">{lang mkey='expired'}</font>
</span>
</td>
</tr>
</table>
{/if}
<table width="571" cellpadding="{$config.cellpadding}" cellspacing="{$config.cellspacing}" border="0">
<tr class="oddrow">
<td width="42%">
{lang mkey='current_mship_level'}
</td>
<td width="58%">
{$curlevel}
</td>
</tr>
<tr class="evenrow">
<td width="42%">
{lang mkey='expire_on'}:
</td>
<td width="58%">
{$end_date}
</td>
</tr>
<tr class="oddrow">
<td width="42%">
{lang mkey='expire_in'}:
</td>
<td width="58%">
{$bal_days}
</td>
</tr>
<tr class="oddrow">
<td width="40%">
<a href="mailmessages.php?messages=inbox">
{lang mkey='newmessages'}</a>
</td>
<td width="60%">
{$new_messages}
</td>
</tr>
<tr class="oddrow">
<td width="42%">
<a href="listviewswinks.php?id={$smarty.session.UserId}&act=V"> {lang mkey='profileviewed'}</a>
</td>
<td width="58%">
{$profile_views}
</td>
</tr>
<tr class="evenrow">
<td width="42%">
<a href="listviewswinks.php?id={$smarty.session.UserId}&act=W"> {lang mkey='winks_received'}</a>
</td>
<td width="58%">
{$winks}
</td>
</tr>
<tr class="evenrow">
<td width="40%">
<a href="onlineusers.php">{lang mkey='online_users'}</a>
</td>
<td width="60%">
{$online_users_count}
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
{/if}
{ if $config.show_featured_profiles > 0 && $featured_profiles}
{* This is for showing the Featured Profiles *}
<table width="571" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td class="module_detail" width="571">
<table width="571" border="0" cellpadding="0" cellspacing="0" style="height:23px">
<tr>
<td width="77" valign="top"><img src="{$image_dir}blue_window_3_bars.jpg" width="77" height="25" alt="" /></td>
<td class="module_head" width="494">
{lang mkey='featured_profiles'}
</td>
</tr>
</table>
<table width="571" cellpadding="{$config.cellpadding}" cellspacing="{$config.cellspacing}" border="0">
{assign var="ccount" value="0"}
{foreach item=item key=key from=$featured_profiles}
{if $ccount==0}
<tr>
{/if}
<td>{include file="userresultviewsmall.tpl"}</td>
{if $ccount==1}
</tr>
{/if}
{math equation="$ccount+1" assign="ccount"}
{math equation="$ccount%2" assign="ccount"}
{/foreach}
</table>
</td>
</tr>
</table>
<br />
{ /if }
{if $config.list_newmembers > 0 && $newUsersList }
{* Now show the latest members names *}
<table width="571" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td class="module_detail" width="571">
<table width="571" border="0" cellpadding="0" cellspacing="0" style="height:23px">
<tr>
<td width="77" valign="top"><img src="{$image_dir}blue_window_3_bars.jpg" width="77" height="25" alt="" /></td>
<td class="module_head" width="494">
{lang mkey='newmemberlist'} {*if $smarty.session.lastvisit ne ''} {lang mkey='since_last_login'}{/if*}
</td>
</tr>
</table>
<table width="571" cellpadding="{$config.cellpadding}" cellspacing="{$config.cellspacing}" border="0">
{assign var="xtd" value="0"}
{foreach item=user from=$newUsersList}
{if $xtd is div by 2}
<tr class="{cycle values="oddrow,evenrow"}">
{/if}
<td >
{if $config.enable_mod_rewrite == 'Y'}
<a href="javascript:popUpScrollWindow2('{$docroot}{if $config.seo_username == 'Y'}{$user.username}{else}{$user.id}.htm{/if}','top',650,600)">
{else}
<a href="javascript:popUpScrollWindow2('{$docroot}showprofile.php?{if $config.seo_username == 'Y'}username={$user.username}{else}id={$user.id}{/if}','top',650,600)">
{/if}
{$user.username}
</a>
</td>
{if $xtd is not div by 2}
</tr>
{/if}
{assign value=$xtd+1 var=xtd}
{/foreach}
{if $xtd is not div by 2}
</tr>
{/if}
<tr>
<td colspan="2">
<a href="newmemberslist.php">{lang mkey='showfulllist'}</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
{/if}
{if $config.no_last_new_users > 0 && $users}
{* Now show newest profiles *}
<table width="571" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td class="module_detail" width="571">
<table width="571" border="0" cellpadding="0" cellspacing="0" style="height:23px">
<tr>
<td width="77" valign="top"><img src="{$image_dir}blue_window_3_bars.jpg" width="77" height="25" alt="" /></td>
<td class="module_head" width="494">
{lang mkey='newest_profiles'} {*if $smarty.session.lastvisit ne ''} {lang mkey='since_last_login'}{/if*}
</td>
</tr>
</table>
<table width="571" cellpadding="{$config.cellpadding}" cellspacing="{$config.cellspacing}" border="0">
{assign var="ccount" value="0"}
{foreach item=item key=key from=$users}
{if $ccount==0}
<tr>
{/if}
<td>{include file="userresultviewsmall.tpl"}</td>
{if $ccount==1}
</tr>
{/if}
{math equation="$ccount+1" assign="ccount"}
{math equation="$ccount%2" assign="ccount"}
{/foreach}
</table>
</td>
</tr>
</table>
{/if}
<br /><br />
{$banner}
</td>
</tr>
</table>
{/strip}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -