⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin.asp

📁 这次自已做的美工,可能很难看,但主要是为提高效率,这次全部生成了静态,只有一个链接查看最新文章的列表没有生成,因为我觉得没必要生成,浪费空间大小,那是一个很少用到的功能!这次去掉了很多功能,这个版本主
💻 ASP
字号:
<!--#include file="seeadmin.asp"-->
<%

call nadmin
%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">


<STYLE type=text/css>
BODY {
	BACKGROUND: #799ae1;
	MARGIN: 0px;
	FONT: 9pt 宋体;
	background-color: #CC99CC;
}
TD {
	FONT: 12px 宋体
}
A {
	FONT: 12px 宋体; COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #428eff; TEXT-DECORATION: underline
}
.sec_menu {
	BORDER-RIGHT: white 1px solid; BACKGROUND: #d6dff7; OVERFLOW: hidden; BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid
}
.menu_title SPAN {
	FONT-WEIGHT: bold; LEFT: 8px; COLOR: #799ae1; POSITION: relative; TOP: 2px
}
.menu_title2 SPAN {
	FONT-WEIGHT: bold; LEFT: 8px; COLOR: #428eff; POSITION: relative; TOP: 2px
}
.style1 {color: #799AE1}
</STYLE>



<META content="MSHTML 6.00.2900.2523" name=GENERATOR></HEAD>
<BODY>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
<TBODY>
<tr><td class=menu_title id=menuTitle1 height="25" background="../images/bei11 (4).gif"><SPAN>可以网络在线</SPAN></td>
</tr><tr><td id=submenu1 style="DISPLAY: none"><DIV class=sec_menu style="WIDTH: 158px"></div></td></tr></TBODY>
</table>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
<TBODY>
<tr><td class=menu_title id=menuTitle1 height="25" background="../images/bei11 (4).gif"><SPAN><B><FONT color=#215dc6><%=session("admin")%></FONT></B>&nbsp;|&nbsp;<a href="logout.asp" target="_top"><B><FONT color=#215dc6>退出</FONT></B></a></SPAN></td>
</tr><tr><td id=submenu2 style="DISPLAY: none"><DIV class=sec_menu style="WIDTH: 158px"></div></td></tr></TBODY>
</table>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
<TBODY>
<tr><td class=menu_title id=menuTitle1 height="25" background="../images/bei11 (4).gif"><SPAN><a class="style1" style=cursor:hand onclick="javascript:open('updateuser.asp','','width=400,height=250')">修改密码</a></SPAN></td>
</tr><tr><td id=submenu3 style="DISPLAY: none"><DIV class=sec_menu style="WIDTH: 158px"></div></td></tr></TBODY>
</table>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
  <TBODY>
    <TR>
    <TD class=menu_title id=menuTitle1 
    onmouseover="this.className='menu_title2';" style="CURSOR: hand" 
    onclick=showsubmenu(7) onmouseout="this.className='menu_title';" 
    background=../images/bei6.gif height=25><SPAN>文章管理</SPAN></TD>
    </TR>
  <TR>
    <TD height="43" id=submenu7 style="DISPLAY: none">
      <DIV class=sec_menu style="WIDTH: 158px">
      <TABLE cellSpacing=0 cellPadding=0 width=135 align=center>
         <TBODY>
		<tr>
		  <td height="20" align="left"><a href="add.asp" target="right">添加文章</a></td>
		</tr> 
		<tr>
		  <td height="20" align="left"><a href="admin_list.asp" target="right">管理文章</a></td>
		</tr> 
         </TBODY>
		</TABLE>
		</DIV>
	  </TD>
	</TR>
  </TBODY>
</TABLE>
		<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
  <TBODY>
    <TR>
    <TD class=menu_title id=menuTitle1 
    onmouseover="this.className='menu_title2';" style="CURSOR: hand" 
    onclick=showsubmenu(12) onmouseout="this.className='menu_title';" 
    background=../images/bei6.gif height=25><SPAN>版本信息</SPAN> </TD>
    </TR>
  <TR>
    <TD id=submenu12 style="DISPLAY: none">
      <DIV class=sec_menu style="WIDTH: 158px">
      <TABLE cellSpacing=0 cellPadding=0 width=135 align=center>
         <TBODY>
		 <tr>
		  <td height="10" align="left">&nbsp;</td>
		</tr>
		<tr>
		  <td height="20" align="left">断剑新闻系统商业版V1.2</td>
		</tr>
		<tr>
		  <td height="10" align="left">&nbsp;</td>
		</tr> 
		<tr>
		  <td height="20" align="left">版权所有:断剑<a href="http://www.koyee.com" target="_blank">koyee.com</a></td>
		</tr>
		<tr>
		  <td height="10" align="left">&nbsp;</td>
		</tr>
         </TBODY>
		</TABLE>
		</DIV>
	  </TD>
	</TR>
		</TBODY>
		</TABLE>
         </TD>
          </TR>
          </TABLE>
<script>
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>
</BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -