?? index_top.php
字號(hào):
<?php include admintpl('header');?>
<body leftmargin="20" 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
}
}
}
}
?><?php if($_grade==0){?>| <a href="?mod=phpcms&file=index&action=left" target="left"><font color="#ffffff">系統(tǒng)設(shè)置</font></a> <?php } ?>| <a href="<?=PHPCMS_PATH?>" target="_blank"><font color="yellow">網(wǎng)站首頁</font></a> | <a href="javascript:parent.location.href='?mod=phpcms&file=logout'"><font color="yellow">退出</font></a>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -