?? index_left.php
字號:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<script>
function show(c_Str){
if(document.all(c_Str).style.display=='none'){
document.all(c_Str).style.display='block'
}else{
document.all(c_Str).style.display='none'
}
}
</script>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="10">
<tr>
<td ></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="4" cellspacing="1" bgcolor="#183789">
<tr>
<td class="tablerow"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align=center><a href="?file=index&action=main" target="right">首頁</a> | <a href="javascript:parent.location.href='?mod=phpcms&file=logout'">退出</a></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td>
<table width="100%" border="0" cellpadding="4" cellspacing="1" bgcolor="#183789">
<tr>
<th><img src="<?=PHPCMS_PATH?>skin/admin/images/minus.gif" width="20" height="9"><a href="javascript:show('setting')"><font color=#ffffff>系統(tǒng)設(shè)置</font></a></td>
</tr>
<TBODY style="display:''" id="setting">
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=update" target="right"><font color="red">更新網(wǎng)站首頁</font></a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=update&action=allcache" target="right">更新緩存</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=setting" target="right">基本配置</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=admin" target="right">管理員設(shè)置</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=channel" target="right">網(wǎng)站頻道管理</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=module" target="right">模塊管理</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=ip" target="right">IP管理</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=log&action=manage" target="right">日志管理</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=database" target="right">數(shù)據(jù)庫管理</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=sitemap&action=search" target="right">google地圖</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<?php
if(is_array($modtitle)){
foreach($modtitle as $mod=>$title){
?>
<tr>
<td>
<table width="100%" border="0" cellpadding="4" cellspacing="1" bgcolor="#183789">
<tr>
<th><img src="templates/admin/style/default/images/minus.gif" width="20" height="9"><a href="javascript:show('<?=$mod?>')"><font color=#ffffff><?=$title?></font></a></td>
</tr>
<TBODY style="display:none" id="<?=$mod?>">
<?php
if(is_array($menu[$mod])){
foreach($menu[$mod] as $m){
?>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="<?=$m[1]?>" target="right"><?=$m[0]?></a></td>
</tr>
<?php
}
}
?>
</tbody>
</table>
</td>
</tr>
<?php
}
}
?>
<tr>
<td>
<table width="100%" border="0" cellpadding="4" cellspacing="1" bgcolor="#183789">
<tr>
<th><img src="<?=PHPCMS_PATH?>skin/admin/images/minus.gif" width="20" height="9"><a href="javascript:show('ext')"><font color=#ffffff>擴(kuò)展功能</font></a></td>
</tr>
<TBODY style="display:" id="ext">
<?php
if(is_array($extmenus)){
foreach($extmenus as $m=>$extmenu)
{
if($m=="comment") continue;
?>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=<?=$m?>&file=<?=$m?>&action=manage&channelid=0" target="right"><?=$extmenu[modulename]?>管理</a></td>
</tr>
<?php
}
}
?>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellpadding="4" cellspacing="1" bgcolor="#183789">
<tr>
<th><img src="<?=PHPCMS_PATH?>skin/admin/images/minus.gif" width="20" height="9"><a href="javascript:show('tpl')"><font color=#ffffff>模板風(fēng)格</font></a></td>
</tr>
<TBODY style="display:" id="tpl">
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=templateproject" target="right">模板方案管理</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=template" target="right">模板管理</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=skin" target="right">風(fēng)格管理</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=tag&channelid=0" target="right">標(biāo)簽JS調(diào)用管理</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=mytag&channelid=0" target="right">自定義標(biāo)簽</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellpadding="4" cellspacing="1" bgcolor="#183789">
<tr>
<th><img src="<?=PHPCMS_PATH?>skin/admin/images/minus.gif" width="20" height="9"><a href="javascript:show('9466')"><font color=#ffffff>關(guān)于PHPCMS</font></a></td>
</tr>
<TBODY style="display:none" id="9466">
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="http://www.phpcms.cn/update/" target="right">檢查更新</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="http://help.phpcms.cn" target="right">在線幫助</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="http://bbs.phpcms.cn" target="_blank">技術(shù)支持論壇</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="http://www.phpcms.cn" target="_blank">官方網(wǎng)站</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -