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

📄 groupsectiondel.tpl

📁 太烦了
💻 TPL
字号:
{strip}
{assign var="page_hdr01_text" value='<a href="section.php" class="subhead">'|cat:"{lang mkey='section_title'}"|cat:'</a>'}
{include file="admin/admin_page_hdr01.tpl"}
<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='delete_sections'}"}
			{include file="admin/admin_page_hdr02.tpl"}
			<form action="deletegroupsection.php" method="post">
			<table class=table cellspacing={$config.cellspacing} cellpadding={$config.cellpadding} width=410 border=0>
			<tbody>
				{if $error != ''}
					<tr><td colspan="3">
						<font color="{lang mkey='admin_error_color'}">{$error}</font></td>
					</tr>
					<tr><td colspan="3">&nbsp;</td></tr>
				{/if}
				<tr><td colspan="3">
					<font color="{lang mkey='admin_error_color'}">{lang mkey='delete_group_confirm_msg'}</font></td>
				</tr>
				<tr class="table_head">
				  	<th>{lang mkey='col_head_id'}</th>
				  	<th>{lang mkey='col_head_name'}</th>
				  	<th>{lang mkey='col_head_enabled'}</th>
				</tr>
			{foreach item=item key=key from=$data}
				{if $item.id != ''}
    			<tr>
					<td>{$item.id}<input type="hidden" name="txtid[{$item.id}]" value="{$item.id}" />
					</td>
	  				<td>{$item.section}</td>
	  				<td>{$item.enabled}</td>
				</tr>
				{/if}
			{/foreach}
				<tr>
					<td>&nbsp;</td>
					<td>
						<input type="submit" class="formbutton" value="{lang mkey='delete'}" />
						&nbsp;
						<input type="reset" class="formbutton" value="{lang mkey='cancel'}" />
					</td>
					<td>&nbsp;</td>
				</tr>
  			</tbody>
			</table>
			</form>
		</TD>
	</TR>
</TABLE>
</CENTER>
{/strip}

⌨️ 快捷键说明

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