📄 home_membersincelastlogin.tpl
字号:
{strip}
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td class="module_detail" width="100%">
{assign var="page_hdr01_text" value="{lang mkey='newest_profiles'}"}
{include file="page_hdr01.tpl"}
<table width="100%" 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 width="50%" height="100%" valign="top">{include file="userresultviewsmall.tpl"}</td>
{if $ccount==1}
</tr>
{/if}
{math equation="$ccount+1" assign="ccount"}
{math equation="$ccount%2" assign="ccount"}
{/foreach}
</table>
{if $ccount==1}
<td ></td>
</tr>
{/if}
</td>
</tr>
</table>
{/strip}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -