📄 user_index_left.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="inc/function.asp"-->
<!--#include file="user_chkpass.asp"-->
<%
if CheckUserLogined()=False then
response.Redirect "index.asp"
end if
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>博客管理界面</title>
<style type="text/css">
body {
SCROLLBAR-FACE-COLOR: #799ae1;
BACKGROUND: #CCCCCC url(Images/admin/topbg.gif) repeat-x;
MARGIN: 0px;
FONT: 12px 宋体;
SCROLLBAR-FACE-COLOR: #C5D5B7;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #C5D5B7;
SCROLLBAR-ARROW-COLOR: #006600;
SCROLLBAR-TRACK-COLOR: #999966;
SCROLLBAR-DARKSHADOW-COLOR: #C5D5B7;
}
table {
BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
td {
FONT: 12px 宋体
}
img {
BORDER-RIGHT: 0px; BORDER-TOP: 0px; VERTICAL-ALIGN: bottom; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
a {
FONT: 12px 宋体; COLOR: #000000; TEXT-DECORATION: none
}
a:hover {
COLOR: #99CC00; TEXT-DECORATION: underline
}
.sec_menu {
BORDER-RIGHT: white 1px solid; BACKGROUND: #D3DACF; OVERFLOW: hidden; BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid
}
.menu_title {
font-size: 14px;
font-weight: normal;
color: #333333;
}
.menu_title span {
FONT-WEIGHT: bold; LEFT: 8px; COLOR: #215dc6; POSITION: relative; TOP: 2px
}
.menu_title2 {
}
.menu_title2 span {
FONT-WEIGHT: normal;
LEFT: 8px;
COLOR: #333333;
POSITION: relative;
TOP: 2px;
font-size: 14px;
}
.style1 {
font-size: 18px;
font-weight: bold;
color: #3300FF;
}
</style>
<script language="JavaScript1.2" type="text/javascript">
function showsubmenu(sid)
{
whichEl = eval("submenu" + sid);
if (whichEl.style.display == "none")
{
eval("submenu" + sid + ".style.display=\"\";");
}
else
{
eval("submenu" + sid + ".style.display=\"none\";");
}
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /></head>
<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
<table width=100% cellpadding=0 cellspacing=0 border=0 align=left>
<tr>
<td valign="top" class="menu_title2">
<table width="158" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="42" valign="middle" bgcolor="#C7CDBD">
<div align="center" class="style1">用户管理</div></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="158" align="center">
<tr>
<td height="25" class="menu_title" onMouseOver="this.className='menu_title2';" onMouseOut="this.className='menu_title';" background="Images/admin/bg.gif" id="menuTitle0">
<span><a href="user_index_main.asp" target="main"><b>快捷首页</b></a> | <a href="user_logout.asp" target="_top"><b>退出管理</b></a></span> </td>
</tr>
<tr>
<td style="display:" id='submenu0'>
<div class="sec_menu" style="width:158">
<table cellpadding="0" cellspacing="0" align="center" width="130">
<tr>
<td height="20">用户名:<%=username %></td>
</tr>
<tr>
<td height="20">等 级:<%
if UserLevel=7 then
response.Write "注册用户"
elseif UserLevel=8 then
response.Write "VIP用户"
elseif UserLevel=9 then
response.Write "前台管理员"
end if
%>
</td>
</tr>
</table>
</div>
<div style="width:158">
<table cellpadding="0" cellspacing="0" align="center" width="130">
<tr><td height="20"></td></tr>
</table>
</div>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="158" align="center">
<tr>
<td height="25" class="menu_title" onMouseOver="this.className='menu_title2';" onMouseOut="this.className='menu_title';" background="Images/admin/bg.gif" id="menuTitle2" onClick="showsubmenu(2)" style="cursor:hand;">
<span>常规管理</span> </td>
</tr>
<tr>
<td style="display:display" id='submenu2'>
<div class="sec_menu" style="width:158">
<table cellpadding="0" cellspacing="0" align="center" width="130">
<tr>
<td width="15" height="20"><img src="images/bullet.gif" /></td>
<td><a href="user_addblog.asp" target="main">写新日志</a></td>
</tr>
<tr>
<td height="20"><img src="images/bullet.gif" /></td>
<td height="20"><a href="user_blog.asp" target="main">日志管理</a></td>
</tr>
<tr>
<td height="20"><img src="images/bullet.gif" /></td>
<td height="20"><a href="user_subject.asp" target="main">专题(分类)管理</a></td>
</tr>
<tr>
<td height="20"><img src="images/bullet.gif" /></td>
<td height="20"><a href="user_comment.asp" target="main">日志评论管理</a></td>
</tr>
<tr>
<td height="20"><img src="images/bullet.gif" /></td>
<td height="20"><a href="user_message.asp" target="main">留言板管理</a></td>
</tr>
<tr>
<td height="20"><img src="images/bullet.gif" /></td>
<td height="20"><a href="user_placard.asp" target="main">修改公告</a></td>
</tr>
</table>
</div>
<div style="width:158">
<table cellpadding="0" cellspacing="0" align="center" width="130">
<tr><td height="20"></td></tr>
</table>
</div>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="158" align="center">
<tr>
<td height="25" class="menu_title" onMouseOver="this.className='menu_title2';" onMouseOut="this.className='menu_title';" background="Images/admin/bg.gif" id="menuTitle4" onClick="showsubmenu(4)" style="cursor:hand;">
<span>高级管理</span> </td>
</tr>
<tr>
<td style="display:display" id='submenu4'>
<div class="sec_menu" style="width:158">
<table width="130" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td width="15" height="20"><img src="images/bullet.gif" /></td>
<td><a href="user_skin.asp?action=showconfig" target="main">设定默认模版</a></td>
</tr>
<tr>
<td height="20" ><img src="images/bullet.gif" /></td>
<td height="20" ><a href="user_skin.asp?Action=modiconfig" target="main">修改我的个性模版</a></td>
</tr>
<tr>
<td height="20"><img src="images/bullet.gif" /></td>
<td height="20"><a href="user_info.asp" target="main">修改我的资料</a></td>
</tr>
<tr>
<td height="20"><img src="images/bullet.gif" /></td>
<td height="20"><a href="user_blogteam.asp" target="main">博客团队</a></td>
</tr>
<tr>
<td height="20"><img src="images/bullet.gif" /></td>
<td height="20"><a href="user_uploadfile.asp" target="main">上传文件管理</a></td>
</tr>
<tr>
<td height="20"><img src="images/bullet.gif" /></td>
<td height="20"><a href="user_links.asp" target="main">修改我的链接</a> </td>
</tr>
<tr>
<td height="20"><img src="images/bullet.gif" /></td>
<td height="20"><a href="user_blogpassword.asp" target="main">加密整个Blog站点</a></td>
</tr>
<tr>
<td height="20"><img src="images/bullet.gif" /></td>
<td height="20"><a href="user_count.asp" target="main">更新BLOG数据</a></td>
</tr>
<tr>
<td height="20"><img src="images/bullet.gif" /></td>
<td height="20"><a href="user_logzip.asp" target="main">导出日志到本地</a></td>
</tr>
</table>
</div>
<div style="width:158">
<table cellpadding="0" cellspacing="0" align="center" width="130">
<tr><td height="20"></td></tr>
</table>
</div>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="158" align="center">
<tr>
<td height="25" class="menu_title" onMouseOver="this.className='menu_title2';" onMouseOut="this.className='menu_title';" background="Images/admin/bg.gif" id="menuTitle9">
<span>关于</span> </td>
</tr>
<tr>
<td>
<div class="sec_menu" style="width:158">
<table cellpadding="0" cellspacing="0" align="center" width="130">
<tr>
<td height="20"><br />
CopyRight:
<%response.Write Application(cachename&"info")(6)%>
<br />
Power by:123456<a href="mailto:blogcup@gmail.com" target="_blank"></a><br />
<br /></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -