📄 showpages.tpl
字号:
{assign var="page_hdr01_text" value=$lang.aq_title}{include file="admin/admin_page_hdr01.tpl"}<br /><table width="100%" border="0" cellpadding="0" cellspacing="0" > <tr> <td class="module_detail_inside" width="100%"> {assign var="ct" value=$data|@count} {assign var="page_hdr01_text" value=$lang.total_pages|cat:' '|cat:$ct} {include file="admin/admin_page_hdr01.tpl"} <table cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}" width="100%"> <tbody> <tr class="table_head"> <th width="1%">{lang mkey='col_head_srno'}</th> <th width="93%" align="center">{lang mkey='col_head_name'}</th> <th width="6%" colspan="2" >{lang mkey='order'}</th> </tr> {assign var="mcount" value="0"} {foreach item=item key=key from=$data} {math equation="$mcount+1" assign="mcount"} <tr class="{cycle values="oddrow,evenrow"}"> <td>{$mcount}</td> <td>{$lang.title[$item.pid]|stripslashes}</td> {if $mcount != 1 } <td align="center"><a href="plugin.php?plugin={$plugin}&do=moveup&page={$item.pid}"><img src="images/uparrow.JPG" alt="Move Up" border="0" /></a></td> {else} <td> </td> {/if} {if $mcount != $data|@count} <td align="center"><a href="plugin.php?plugin={$plugin}&do=movedown&page={$item.pid}"><img src="images/downarrow.JPG" alt="Move Down" border="0" /></a></td> {else} <td> </td> {/if} </tr> {/foreach}<tr><td colspan="5"><b>Note:</b> Questions and answers in the Adult Questionnaire are not editable in the admin interface. They may be changed in the language file that comes with this plugin.</td></tr> </tbody> </table></table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -