index_top.php
来自「phpcms网站管理系统 很不错的 有需要的就下载看看八 」· PHP 代码 · 共 25 行
PHP
25 行
<?php include admintpl('header');?>
<body leftmargin="10" topmargin="0" rightmargin="0" buttommargin="0" style="BACKGROUND-COLOR: #4466ee;color:#ffffff">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20" align="center">
<?php
if(is_array($_CHANNEL)){
foreach($_CHANNEL as $channel){
if($channel['channeltype']){
if($_grade==0 || in_array($channel['channelid'],$_purview_channel)){
?>
□ <a href="?mod=<?=$channel['module']?>&file=index&action=left&channelid=<?=$channel['channelid']?>" target="left"><font color="#ffffff"><?=$channel['channelname']?></font></a>
<?php
}
}
}
}
?>
<a href="?mod=phpcms&file=index&action=left" target="left"><font color="yellow">系统设置</font></a> | <a href="javascript:parent.location.href='?mod=phpcms&file=logout'"><font color="yellow">退出</font></a>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?