📄 content_search.tpl.php
字号:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
include admin_tpl('header');
?>
<body>
<?=$menu?>
<form name="myform" method="get" action="">
<table cellpadding="0" cellspacing="1" class="table_form">
<caption>鎼滅储淇℃伅</caption>
<?php
foreach($forminfos as $field=>$info)
{
?>
<tr>
<th width="25%"><strong><?=$info['name']?></strong></th>
<td><?=$info['form']?> </td>
</tr>
<?php
}
?>
<tr>
<th width="25%"><strong>鎺掑簭</strong></th>
<td><?=form::select($orderfields, 'orderby', 'orderby', 'contentid DESC', 1)?></td>
</tr>
<tr>
<td></td>
<td>
<input type="hidden" name="mod" value="<?=$mod?>">
<input type="hidden" name="file" value="content">
<input type="hidden" name="action" value="search">
<input type="submit" name="dosubmit" value=" 鎼滅储 ">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -