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

📄 stats.tpl

📁 太烦了
💻 TPL
字号:
{strip}
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
	<tr>
		<td class="leftside_detail" width="100%" valign="top">
			{assign var="leftcolumn_item_hdr_text" value="{lang mkey='site_statistics'}"}
			{include file="leftcolumn_item_hdr.tpl"}

			<table width="100%" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td width="6">&nbsp;</td>
					<td width="100%">

						<table  class="table" width="100%" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}">
							<tr>
								<td width="80%">
									{lang mkey='weekcnt'}
								</td>
								<td width="20%">
									{$weekcnt}
								</td>
							</tr>
							<tr>
								<td width="80%">
									{lang mkey='totalgents'}
								</td>
								<td width="20%">
									{$gents}
								</td>
							</tr>
							<tr>
								<td width="80%">
									{lang mkey='totalfemales'}
								</td>
								<td width="20%">
									{$females}
								</td>
							</tr>
						{if $couples > 0}
							<tr>
								<td width="80%">
									{lang mkey='totalcouples'}
								</td>
								<td width="20%">
									{$couples}
								</td>
							</tr>
						{/if}
							<tr>
								<td width="80%">
									{lang mkey='weeksnaps'}
								</td>
								<td width="20%">
									{$weeksnaps}
								</td>
							</tr>
							<tr>
								<td width="80%">
									{lang mkey='online_users'}
								</td>
								<td width="20%">
									{$online_users_count}
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
{/strip}



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -