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

📄 groupquestiondel.tpl

📁 太烦了
💻 TPL
字号:
{strip}
{assign var="page_hdr01_text" value='<a href="section.php" class="subhead">'|cat:"{lang mkey='section_title'}"|cat:'</a>&nbsp;>&nbsp;<a href="sectionquestions.php?sectionid='|cat:$sectionid|cat:'" class="subhead">'|cat:"{lang mkey='questions_title'}"|cat:'</a>&nbsp;>></span>&nbsp;'|cat:"						{lang mkey='delete_questions'}"}
{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_questions'}"}
			{include file="admin/admin_page_hdr02.tpl"}
			<form action="endisquestions.php" method="post">
				<input name="sectionid" value="{$sectionid}" type="hidden" />
			<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_questions_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}
    			<tr>
					<td>{$item.id}
						<input type="hidden" name="txtid[{$item.id}]" value="{$item.id}" />
					</td>
	  				<td>{$item.question|stripslashes}</td>
	  				<td>{$item.enabled}</td>
				</tr>
			{/foreach}
				<tr>
					<td>&nbsp;</td>
					<td>
						<input type="submit" class="formbutton" value="{lang mkey='delete'}" />
						<input type=hidden name='frm' value='frmGroupDelete'>
					</td>
					<td>&nbsp;</td>
				</tr>
  			</tbody>
			</table>
			</form>
		</TD>
	</TR>
</TABLE>
</CENTER>
{/strip}

⌨️ 快捷键说明

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