📄 import_aedating.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_aedating'}"}
{include file="admin/admin_page_hdr01.tpl"}
<BR />
{section name=message loop=$messages}
{$messages[message]}<br>
{/section}
<BR />
<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:' <a class="subhead" href="import_aedating.php?action=config">'|cat:"{lang mkey='import_config'}"|cat:' </a>'}
{include file="admin/admin_page_hdr02.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&action=import">{lang mkey='import'}</a>
<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}&action=section">{lang mkey='import'}</a>
<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 + -