📄 addplugin.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='section_plugin_title'}"}
{include file="admin/admin_page_hdr01.tpl"}
{if $error_message neq ""}
<div style="padding-top: 10px; padding-bottom: 10px; padding-left: 20px;">
<font color="{lang mkey='error_msg_color'}">{$error_message}</font>
</div>
{/if}
<form method="post" name="loadFrm{$smarty.section.sec.index}" action="addplugin.php" enctype="multipart/form-data" >
<input type="hidden" name="action" value="add_plugin"/>
<table width="100%" border="0" cellpadding="{$config.cellspacing}" cellspacing="{$config.cellpadding}">
<tr>
<td width="100%" height="25">
<table width="100%" border="0" cellpadding="3" cellspacing="1" >
<tr>
<td align="center" class='edituserlink'>
<a href="pluginlist.php" class='edituserlink'>
<span>{lang mkey='section_plugin_list'}</span>
</a>
</td>
{* <td align="center" class='edituserlink'>
{lang mkey='section_add_plugin'}
</td> *}
</tr>
</table>
<br />
{lang mkey='add_plugin_summary'}
<br />
<br />
<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='plugin_subtitle_add'}"}
{include file="admin/admin_page_hdr02.tpl"}
<table width="100%" border="0" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}">
<tr>
<td width="100%">
<br />{lang mkey='plugin_file'}:
<input type="file" name="plugin"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<center>
<input type="submit" class="formbutton" value='{lang mkey='submit'}'/> <input type="reset" class="formbutton" value="{lang mkey='reset'}"/>
</center>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<br />
{/strip}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -