📄 editplugin.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 name="frmEditPref" method="post" action="editplugin.php">
<input type="hidden" name="action" value="edit_plugin"/>
<input type="hidden" name="name" value="{$data.name}"/>
<table width="100%" border="0" cellpadding="{$config.cellpadding}" cellspacing="{$config.cellspacing}">
<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'>
<a href="addplugin.php" class='edituserlink'>
<span>{lang mkey='section_add_plugin'}</span>
</a>
</td> *}
</tr>
</table>
<br />
<font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font>{lang mkey='required_info_indication'}
<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_edit'}: "|cat:$data.display_name}
{include file="admin/admin_page_hdr02.tpl"}
<table width="100%" border="0" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}">
<tr>
<td width="100%">
<table width="100%" border="0" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}">
<tr>
<td width="30%">{lang mkey='plugin_active'}
<font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font></td>
<td width="60%">
{html_yes_no name="active" value=$data.active}
</td>
</tr>
{foreach item=item key=key from=$access}
<tr>
<td>{$item.name} {lang mkey='plugin_access'}
<font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font></td>
<td>
{html_yes_no name=$item.radioname value=$item.access }
</td>
</tr>
{/foreach}
{foreach item=item key=key from=$pluginconfig}
<tr>
<td>{$item.display}
<font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font>
</td>
<td>
<input type=text name="config_{$item.name}" value="{$item.value}" size="40"/>
{if $item.name == 'Google API Key'}
<a href="http://www.google.com/apis/maps/" target="new">Get New Key</a>
{/if}
</td>
</tr>
{/foreach}
</table>
</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 + -