⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 home_membersincelastlogin.tpl

📁 太烦了
💻 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 + -