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

📄 groupsectionedit.tpl

📁 太烦了
💻 TPL
字号:
{strip}
<form action="modifygroupsection.php" method="post">
<table class=table cellspacing={$config.cellspacing} cellpadding={$config.cellpadding} width="100%" border=0>
<tbody>
	<tr>
		<td colspan="3" class="subtitle">{lang mkey='modify_sections'}</td>
	</tr>
{if $error ne '' }
	<tr><td colspan="3">
			<font color="{lang mkey='admin_error_color'}">{$error}</font>
		</td>
	</tr>
{/if}
	<tr><td colspan="3">&nbsp;</td></tr>
	<tr>
		<td>{lang mkey='col_head_id'}</td>
		<td>{lang mkey='col_head_name'}</td>
		<td>{lang mkey='col_head_enabled'}</td>
	</tr>
{foreach item=item key=key from=$data}
	<input type="hidden" name="txtid[{$item.id}][0]" value="{$item.id}">
	<tr>
		<td>{$item.id}</td>
		<td><input type="text" value="{$item.section|stripslashes}" maxlength="255" size="50" name="txtid[{$item.id}][1]"></td>
		<td><select name="txtid[{$item.id}][2]">
			{html_options options=$lang.enabled_values selected=$item.enabled}
			</select>
		</td>
	</tr>
{/foreach}
	<tr>
		<td>&nbsp;</td>
		<td>
			<input type="submit" class="formbutton" value="{lang mkey='submit'}">
			&nbsp;
			<input type="reset" class="formbutton" value="{lang mkey='reset'}">
		</td>
		<td>&nbsp;</td>
	</tr>
</tbody>
</table>
</form>
{/strip}

⌨️ 快捷键说明

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