center.asp
上传用户:xzjhbl
上传日期:2021-05-23
资源大小:397k
文件大小:2k
- <%
- if session("admin")="" or session("key")="" then
- response.Write("<script>alert('您好!您还没有登陆');window.location.href('login.asp')</script>")
- response.end
- end if
- %>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>后台管理系统</title>
- <link href="css/main.css" rel="stylesheet" type="text/css">
- <style type="text/css">
- <!--
- .style1 {
- color: #FFFFFF;
- font-weight: bold;
- }
- -->
- </style>
- </head>
- <body>
- <table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td> </td>
- </tr>
- </table>
- <table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td height="301" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="25" align="center" bgcolor="#0099CC"><span class="style1">民英考试系统简介</span></td>
- </tr>
- <tr>
- <td height="169" style="line-height:150%"><P>1.本考试系统没有任何商业利益,但希望用户不要修改版权,请大家放心使用</P>
- <P>2.本考试系统考试题题型均为单选题,考生分数为:考生答题正确题数/总题数*100分</P>
- <P>3.本考试系统如有考生登陆过,就视为已经考试,并限制不能再考,若要恢复考生考试需要</P>
- <P>进入后台后点补考后才能继续考试.</P>
- <P>4.考生在考试中不能刷新考试页面,如果刷新就视为作弊,若需要补考,清空该生考试记录后才能考试</P>
- </td>
- </tr>
- </table>
- <br>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="25" align="center" bgcolor="#0099CC"><span class="style1">个人简介</span></td>
- </tr>
- <tr>
- <td height="131" valign="top" style="line-height:150%"><p>网名:Intter</p>
- <p>QQ:148421</p>
- <p>爱好:捡代码过日子</p>
- <p>联系方式:13950099184 Email:admincyp@126.com</p></td>
- </tr>
- </table></td>
- </tr>
- </table>
- </body>
- </html>