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

📄 import_webdate.tpl

📁 太烦了
💻 TPL
字号:
{strip}
{assign var="page_hdr01_text" value='<a href="import.php" class="subhead">'|cat:"{lang mkey='manage_import'}"|cat:'</a> > '|cat:"{lang mkey='manage_import_webdate'}"}
{include file="admin/admin_page_hdr01.tpl"}
<br />
{section name=message loop=$messages}
	{$messages[message]}<br />
{/section}
<CENTER>
<TABLE WIDTH="100%" BORDER=0 CELLPADDING=0 CELLSPACING=0 >
	<tr>
		<td class="module_detail_inside" width="100%">
			{assign var="page_hdr02_text" value="{lang mkey='manage_import_select'}"|cat:' &nbsp;> &nbsp;<a class="subhead" style="font-weight: normal;" href="import_webdate.php?action=config">'|cat:"{lang mkey='import_config'}"|cat:'</a>'}
			{include file="admin/admin_page_hdr01.tpl"}
			<table align="center" width="100%" cellspacing="5" cellpadding="1" border="0">

  				<tr class="table_head">
					<th>{lang mkey='module'}</th>
					<th>{lang mkey='imported'}</th>
					<th>{lang mkey='action'}</th>
				</tr>
				<tr class="oddrow">
					<td>Users</td>
					<td align="right">{$imported.users}</td>
					<td>
						<a href="{$smarty.server.PHP_SELF}?module=users&amp;action=import">{lang mkey='import'}</a>&nbsp;&nbsp;&nbsp;
						<a href="{$smarty.server.PHP_SELF}?module=users">{lang mkey='empty'}</a>
					</td>
				</tr>
{section name=field_array loop=$importing_fields}
				<tr class="evenrow">
					<td>{$importing_fields[field_array].question}</td>
					{assign var=section value=$importing_fields[field_array].section}
					<td align="right">{$imported[$section]}</td>
					<td>
						<a href="{$smarty.server.PHP_SELF}?module={$importing_fields[field_array].section}&amp;action=section">{lang mkey='import'}</a>&nbsp;&nbsp;&nbsp;
						<a href="{$smarty.server.PHP_SELF}?module={$importing_fields[field_array].section}">{lang mkey='empty'}</a>
					</td>
				</tr>
{/section}


			</table>
		</td>
	</tr>
</TABLE>
</CENTER>
{/strip}

⌨️ 快捷键说明

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