📄 import_section.tpl
字号:
{strip}
{assign var="page_hdr01_text" value='<a href="import.php" class="subhead">'|cat:"{lang mkey='manage_import'}"|cat:'</a> > '|cat:"{lang mkey='select_section'}"}
{include file="admin/admin_page_hdr01.tpl"}
<BR />
<BR />
{$message}
<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='select_section'}"}
{include file="admin/admin_page_hdr02.tpl"}
<form action="{$smarty.section.PHP_SELF}" method="post">
<input type="hidden" name="module" value="{$smarty.request.module}" />
<input type="hidden" name="action" value="import" />
<table class=table cellspacing={$config.cellspacing} cellpadding={$config.cellpadding} width=100% border=0>
<tbody>
<tr>
<td>{lang mkey='section'}</td>
<td><select name="section_id">
{section name=section loop=$sections}
<option value="{$sections[section].id}">{$sections[section].section}</option>
{/section}
</select>
</td>
</tr>
<tr>
<td> </td>
<td>
<input type="submit" class="formbutton" value="{lang mkey='submit'}" />
<input type="reset" class="formbutton" value="{lang mkey='reset'}" />
</td>
</tr>
</tbody>
</table>
</form>
</td>
</tr>
</TABLE>
</CENTER>
{/strip}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -