profilebox_gender.tpl
来自「太烦了」· TPL 代码 · 共 23 行
TPL
23 行
{strip}
<table border="0" width="100%" >
<tr>
<td align="center" height="20" width="100%">
{$lucky.age}, {if $lucky.cityname != ''}{$lucky.cityname},{/if} {if $lucky.statename != ''}{$lucky.statename},{/if} {$lucky.countryname}
</td>
</tr>
<tr>
<td ><div align="center">
<a href="javascript:popUpScrollWindow2('{$docroot}showprofile.php?id={$lucky.id}','center',650,600)">
<img src="getsnap.php?id={$lucky.id}&typ=tn" class="smallpic" alt="" />
</a>
</div>
</td>
</tr>
<tr>
<td align="center" height="20">
<a href="javascript:popUpScrollWindow2('{$docroot}showprofile.php?id={$lucky.id}','center',650,600)">{$lang.view_profile}</a>
<b><a href="javascript:spinAgain('{$spinGender}');">{$lang.spin_again}</a></b>
</td>
</table>
{/strip}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?