📄 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 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>
<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="<?=$rootpath?>/skin/admin/images/minus.gif" width="20" height="9"><a href="javascript:show('article')"><font color=#ffffff>文章管理</font></a></td>
</tr>
<TBODY style="display:''" id="article">
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=<?=$mod?>&file=tohtml&action=publish&channelid=<?=$channelid?>" target="right">发布网页</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=<?=$mod?>&file=article&action=add&channelid=<?=$channelid?>" target="right">添加文章</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=<?=$mod?>&file=article&action=myarticle&channelid=<?=$channelid?>" target="right">我添加的文章</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=<?=$mod?>&file=article&action=check&channelid=<?=$channelid?>" target="right">审核文章</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=<?=$mod?>&file=article&action=manage&channelid=<?=$channelid?>" target="right">管理文章</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=special&file=special&action=manage&channelid=<?=$channelid?>" target="right">管理专题文章</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=<?=$mod?>&file=article&action=move&channelid=<?=$channelid?>" target="right">批量移动文章</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=comment&file=comment&action=manage&channelid=<?=$channelid?>" target="right">管理评论</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=<?=$mod?>&file=article&action=recycle&channelid=<?=$channelid?>" target="right">回收站</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellpadding="4" cellspacing="1" bgcolor="#183789">
<tr>
<th><img src="<?=$rootpath?>/skin/admin/images/minus.gif" width="20" height="9"><a href="javascript:show('category')"><font color=#ffffff>栏目管理</font></a></td>
</tr>
<TBODY style="display:" id="category">
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=category&action=add&channelid=<?=$channelid?>" 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=category&action=manage&channelid=<?=$channelid?>" 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=category&action=join&channelid=<?=$channelid?>" target="right">合并栏目</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellpadding="4" cellspacing="1" bgcolor="#183789">
<tr>
<th><img src="<?=$rootpath?>/skin/admin/images/minus.gif" width="20" height="9"><a href="javascript:show('special')"><font color=#ffffff>专题管理</font></a></td>
</tr>
<TBODY style="display:" id="special">
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=special&action=add&channelid=<?=$channelid?>" 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=special&action=manage&channelid=<?=$channelid?>" 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=special&action=join&channelid=<?=$channelid?>" target="right">合并专题</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellpadding="4" cellspacing="1" bgcolor="#183789">
<tr>
<th><img src="<?=$rootpath?>/skin/admin/images/minus.gif" width="20" height="9"><a href="javascript:show('setting')"><font color=#ffffff>相关设置</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=channel&action=edit&channelid=<?=$channelid?>" 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=keywords&action=manage&channelid=<?=$channelid?>" 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=author&action=manage&channelid=<?=$channelid?>" 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=copyfrom&action=manage&channelid=1" 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=menu&action=manage&channelid=<?=$channelid?>" target="right">导航菜单设置</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellpadding="4" cellspacing="1" bgcolor="#183789">
<tr>
<th><img src="<?=$rootpath?>/skin/admin/images/minus.gif" width="20" height="9"><a href="javascript:show('advance')"><font color=#ffffff>高级管理</font></a></td>
</tr>
<TBODY style="display:''" id="advance">
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=js&action=manage&channelid=<?=$channelid?>" target="right">JS调用管理</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'"><a href="?mod=phpcms&file=file&action=manage&channelid=<?=$channelid?>" 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&action=manage&channelid=<?=$channelid?>" 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=templatetype&action=manage&channelid=<?=$channelid?>" 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=myfield&action=manage&channelid=<?=$channelid?>" 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=string&action=manage&channelid=<?=$channelid?>" 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=getdata&action=manage&channelid=<?=$channelid?>" 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=dsn&action=manage&channelid=<?=$channelid?>" target="right">数据源管理</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -