📄 left.htm
字号:
<!--
<?php
include_once template('head','admin');
print <<<EOT
-->
<body leftmargin="3" topmargin="3">
<table cellspacing="0" cellpadding="0" border="0" width="100%" align="center" style="table-layout: fixed">
<tr>
<td bgcolor="#698CC3">
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="3" cellpadding="4" class="smalltxt">
<tr>
<td bgcolor="#F8F8F8">
<table cellspacing="1" cellpadding="4" width="100%" align="center" class="tableborder">
<tr>
<td width="100%" class="header">
<img src="{$imgpath}/left.gif"><a href="admin.php?job=right" target="right" style="color: #FFFFFF">首页</a> |<a target="_top" href="members.php?do=logout" style="color: #FFFFFF">退出</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#F8F8F8">
<table cellspacing="1" cellpadding="4" width="100%" align="center" class="tableborder">
<tr>
<td width="100%" class="header">
<img src="{$imgpath}/left.gif"><font color="#FFFFFF">网站管理</font>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'">
<img src="{$imgpath}/spacer.gif"><a href="admin.php?job=settings" target="right">核心设置</a>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'">
<img src="{$imgpath}/spacer.gif"><a href="admin.php?job=indexbbs" target="right">论坛调用管理</a>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'">
<img src="{$imgpath}/spacer.gif"><a href="admin.php?job=ads" target="right">广告管理</a>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'">
<img src="{$imgpath}/spacer.gif"><a href="admin.php?job=news" target="right">新闻管理</a>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'">
<img src="{$imgpath}/spacer.gif"><a href="admin.php?job=toppic" target="right">图片文章管理</a>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'">
<img src="{$imgpath}/spacer.gif"><a href="admin.php?job=template" target="right">模板管理</a>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'">
<img src="{$imgpath}/spacer.gif"><a href="admin.php?job=password" target="right">修改密码</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#F8F8F8">
<table cellspacing="1" cellpadding="4" width="100%" align="center" class="tableborder">
<tr>
<td width="100%" class="header">
<img src="{$imgpath}/left.gif"><font color="#FFFFFF">分类管理</font>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'">
<img src="{$imgpath}/spacer.gif"><a href="admin.php?job=sort" target="right">分类管理</a>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'">
<img src="{$imgpath}/spacer.gif"><a href="admin.php?job=unitesort" target="right">合并分类</a>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'">
<img src="{$imgpath}/spacer.gif"><a href="admin.php?job=creathtm" target="right">生成html页面</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#F8F8F8">
<table cellspacing="1" cellpadding="4" width="100%" align="center" class="tableborder">
<tr>
<td width="100%" class="header">
<img src="{$imgpath}/left.gif"><font color="#FFFFFF">文章管理</font>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'">
<img src="{$imgpath}/spacer.gif"><a href="admin.php?job=article" target="right">文章管理</a>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'">
<img src="{$imgpath}/spacer.gif"><a href="admin.php?job=addarticle" target="right">添加文章</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#F8F8F8">
<table cellspacing="1" cellpadding="4" width="100%" align="center" class="tableborder">
<tr>
<td width="100%" class="header">
<img src="{$imgpath}/left.gif"><font color="#FFFFFF">审核管理</font>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'">
<img src="{$imgpath}/spacer.gif"><a href="admin.php?job=article_check" target="right">文章审核管理</a>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F8F8F8'" onMouseOut="this.style.backgroundColor='#FFFFFF'">
<img src="{$imgpath}/spacer.gif"><a href="admin.php?job=comment_check" target="right">评论审核管理</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#F8F8F8">
<table cellspacing="1" cellpadding="4" width="100%" align="center" class="tableborder">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -