📄 menu_my.tpl.php
字号:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="10">
<tr>
<td ></td>
</tr>
</table>
<form name="myform" method="post" action="?mod=<?=$mod?>&file=<?=$file?>&action=<?=$action?>">
<table align="center" cellpadding="2" cellspacing="1" class="tableborder">
<tr>
<th colspan="8">甯哥敤鎿嶄綔绠$悊</th>
</tr>
<tr align="center">
<td class="tablerowhighlight" width="6%">鍒犻櫎</td>
<td class="tablerowhighlight" width="8%">鎺掑簭</td>
<td class="tablerowhighlight" width="30%">鍚嶇О</td>
<td class="tablerowhighlight" width="41%">閾炬帴</td>
<td class="tablerowhighlight" width="15%">鎵撳紑绐楀彛</td>
</tr>
<?php
foreach($menus as $id=>$menu)
{
?>
<tr align="left" onmouseout="this.style.backgroundColor='#F1F3F5'" onmouseover="this.style.backgroundColor='#BFDFFF'" bgColor='#F1F3F5'>
<td align="center"><input type="checkbox" name="delete[<?=$id?>]" id="menuid<?=$id?>" value="1" /></td>
<td align="center"><input type="text" name="listorder[<?=$id?>]" value="<?=$menu['listorder']?>" size="3"></td>
<td align="center"><input type="text" name="name[<?=$id?>]" value="<?=$menu['name']?>" size="10" style="width:100px;<?=$menu['style']?>"> <?=style_edit("style[".$id."]", $menu['style'])?></td>
<td align="center"><input type="text" name="url[<?=$id?>]" value="<?=$menu['url']?>" size="50"></td>
<td align="center"><?=target_select('target['.$id.']', $menu['target'])?></td>
</tr>
<?php
}
?>
<tr align="left" onmouseout="this.style.backgroundColor='#F1F3F5'" onmouseover="this.style.backgroundColor='#BFDFFF'" bgColor='#F1F3F5'>
<td align="center"></td>
<td align="center"><input type="text" name="newlistorder" value="<?=$newlistorder?>" size="3"></td>
<td align="center"><input type="text" name="newname" value="<?=$newname?>" size="10" style="width:100px;"> <?=style_edit("newstyle", $newstyle)?></td>
<td align="center"><input type="text" name="newurl" value="<?=$newurl?>" size="50"></td>
<td align="center"><?=target_select('newtarget', $newtarget)?></td>
</tr>
</table>
<table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15%">
<input name='chkall' title="鍏ㄩ儴閫変腑" type='checkbox' id='chkall' onclick='checkall(this.form)' value='checkbox' /> 鍏ㄩ
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -