user_ctrl_panel.asp
上传用户:shxinnian
上传日期:2013-01-14
资源大小:155k
文件大小:2k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
Windows_Unix
- <%
- If request.cookies("member")="" Then
- Response.redirect"index.htm"
- End If
- %>
- <!--#include file="conn.asp"-->
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>会员控制面版---全国计算机等级考试鄂州大学考点网上报名系统</title>
- <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
- <link rel="stylesheet" type="text/css" href="link.css">
- <style type="text/css">
- <!--
- .style1 {font-size: 14px}
- -->
- </style>
- </head>
- <%
- const MaxPerPage=30
- dim totalPut
- dim CurrentPage
- dim TotalPages
- dim i,j
- dim keyword
- keyword=trim(request("keyword"))
- dim user_province
- user_province=request("user_province")
- if not isempty(request("page")) then
- currentPage=cint(request("page"))
- else
- currentPage=1
- end if
- %>
- <script language="javascript">
- <!--
- if (parent.frames.length > 0) {
- parent.location.href = location.href;
- }
- function help(){
- window.open("help.htm","","width=440,height=480,top=30,left=180,resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
- }
- // --></script>
- <body>
- <div align="center"><center>
- <p><img src="images/home.gif" width="27" height="25" usemap="#Map" border="0"><map name="Map"><area shape="rect" coords="2,1,47,33" href="logout.asp"></map>
- 当前用户:<%=request.cookies("rname")%></p>
- <hr>
- <p> </p>
- <table width="100%">
- <tr>
- <td>
- <div align="center" class="style1"><a href="change_pwd.asp" class="1">更改登陆密码</a> <a href="change_info.asp" class="1">修改会员资料</a>
- <a href="javascript:help()" class="1">使用帮助信息</a> <a href="logout.asp" class="1">退出登陆</a>
- </div>
- </td>
- </tr>
- </table>
- <p> </p>
- <p> </p>
- <p> </p>
- <p> </p>
- <p>欢迎 >>><%=request.cookies("rname")%><<< 参加全国计算机等级考试鄂州大学考点网上报名</p>
- <p> </p>
- <p> </p>
- </center>
- </div>
- <table border="0" width="100%" cellspacing="0" cellpadding="0">
- <tr>
- <td width="100%"><p align="center"><font color="#000080"></font><a
- href="http://bbs.siyigu.com">思伊谷论坛草剑工作室</a><font color="#000080">制作,┃©2005,All
- Right Server</font></td>
- </tr>
- </table>
- </body>
- </html>