📄 basicprofileview.tpl
字号:
{strip}
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="120" align="center">
<table border="0" width="100%" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="getsnap.php?id={$user.id}&typ=pic&width={$config.disp_snap_width}&height={$config.disp_snap_height}" alt="" />
</td>
</tr>
</table>
</td>
<td align="center" valign="top">
<table width="300" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td class="module_detail_inside" width="100%">
{assign var="page_hdr02_text" value="{lang mkey='personal_details'}"}
{include file="page_hdr02.tpl"}
<table width="100%" border="0" cellpadding="{$config.cellpadding}" cellspacing="{$config.cellspacing}" >
<tr class="oddrow">
<td>
<b>{lang mkey='age'}:</b>
</td>
<td>
{$user.age}
</td>
</tr>
<tr class="evenrow">
<td>
<b>{lang mkey='sex'}</b>
</td>
<td>
{mylang mkey='signup_gender_values' skey=$user.gender}
</td>
</tr>
<tr class="oddrow">
<td>
<b>{lang mkey='looking_for'}:</b>
</td>
<td>{mylang mkey='signup_gender_look' skey=$user.lookgender}</td>
</tr>
<tr class="evenrow">
<td>
<b>{lang mkey='location_col'}</b>
</td>
<td>{if $user.city != ''}
{$user.city},
{/if}
{if $user.statename != ''}
{$user.statename},
{/if}
{if $user.countryname != ''}
{$user.countryname}
{/if}
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td align="center" width="193" valign="top">
{include file="rating.tpl"}
</td>
</tr>
</table>
{/strip}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -