Top.asp
资源名称:qnmov30.rar [点击查看]
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:2k
源码类别:
家庭/个人应用
开发平台:
ASP/ASPX
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
- <!--#include file="articleconn.asp"-->
- <%if session("flag")>1 then
- response.write "<br><p align=center>您没有操作的权限</p>"
- response.end
- end if
- %>
- <html>
- <head>
- <title>后台管理页面</title>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <style type="text/css">
- a:link { color:#ffffff;text-decoration:none}
- a:hover {color:#666666;}
- a:visited {color:#ffffff;text-decoration:none}
- td {FONT-SIZE: 9pt; FILTER: dropshadow(color=#000000,offx=1,offy=1); COLOR: #ffffff; FONT-FAMILY: "宋体"}
- img {filter:Alpha(opacity:100); chroma(color=#000000)}
- </style>
- <base target="main">
- <script>
- function preloadImg(src)
- {
- var img=new Image();
- img.src=src
- }
- preloadImg("images/admin_top_open.gif");
- var displayBar=true;
- function switchBar(obj)
- {
- if (displayBar)
- {
- parent.frame.cols="0,*";
- displayBar=false;
- obj.src="images/admin_top_open.gif";
- obj.title="打开左边管理菜单";
- }
- else{
- parent.frame.cols="180,*";
- displayBar=true;
- obj.src="images/admin_top_close.gif";
- obj.title="关闭左边管理菜单";
- }
- }
- </script>
- </head>
- <body leftmargin="0" topmargin="0" bgcolor="#0051D6">
- <table height="100%" width="100%" border=0 cellpadding=0 cellspacing=0>
- <tr valign=middle>
- <td width=50>
- <img onclick="switchBar(this)" src="images/admin_top_close.gif" title="关闭左边管理菜单" style="cursor:hand">
- </td>
- <td width=40>
- <img src="images/admin_top_icon_1.gif">
- </td>
- <td width=100> <a href="wantsever.asp"><font color="#FFFFFF">添加电影</font></a><font color="#FFFFFF">
- </font> </td>
- <td width=40>
- <img src="images/admin_top_icon_5.gif">
- </td>
- <td width=100> <a href="user.asp"><font color="#FFFFFF">会员列表</font></a><font color="#FFFFFF">
- </font> </td>
- <td align="right"><font color="#FFFFFF">电影系统 Ver 2.6 商业版 </font></td>
- </tr>
- </table>
- </body>
- </html>