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

📄 login.jsp

📁 基于JAVA的学生就业信息网 实现对信息浏览 检索 审核 修改和删除
💻 JSP
字号:
<%@ page contentType="text/html;charset=GBK" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>北京科技大学就业信息网</title>
<link href="main.css" rel="stylesheet" type="text/css" />

<script language="JavaScript" src="mm_menu.js"></script>
</head>

<body topmargin="0">

<%@include file="/indextop.jsp" %>

<table width="800" border="0" align="center" cellpadding="0"cellspacing="1" bgcolor="#e1e1e1"  style="border-top:2px solid white">
  <tr>
    <td width="800" bgcolor="#FFFFFF" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><table width="100%" cellpadding="0" cellspacing="1" bordercolor="#FFFFFF" border="7">
          <tr>
            <td width="800"><table width="100%" border="0" cellspacing="0" cellpadding="0" style="border:1px solid #e1e1e1">
              <tr>
                <td width="8%"  height="39" valign="bottom">&nbsp;</td>
                <td width="92%"  height="39" colspan=3 valign="bottom" style="padding-left:0px"><img src="images/index-1_28.gif" width="21" height="20" style="padding-left:4px" /><img src="images/index-7_61.gif" width="79" height="20" /></td>
              </tr>
              <tr>
                <td colspan="4" align="center">
				<form action="student/login.do" method="post">
                  <table width="84%" border="0" cellspacing="3" cellpadding="5">
                    <tr>
                      <td height="22" colspan="3" class="body"><strong>登陆提示:</strong></td>
                    </tr>
                    <tr>
                      <td width="4%" height="25" class="body">&nbsp;</td>
                      <td colspan="2" class="body"><strong>本校2007届应届毕业生可以登陆</strong>,用户名是自己的学号,密码是自己身份证号的前三位和后三位。</td>
                    </tr>
                    <tr>
                      <td height="42" class="body">&nbsp;</td>
                      <td width="2%" class="body">&nbsp;</td>
                      <td width="94%" class="body">(1)研究生学号中的字母是<strong>小写</strong>的,有部分研究生报名时候提供的不是身份证,这些同学的登陆密码是学号。<br>
(2)有些同学的身份证号是15位的,请使用15位身份证的前三位和后三位。<br>
(3)15位和18位身份证号的前三位和后三位关系:比如:<em><strong>111 </strong></em>222197812062 <em><strong>375</strong></em> 对应<em><strong>111 </strong></em>222781206<em><strong> 237</strong></em>)<br>
(4)身份证号中如果有字母X,则需要使用大写字母“X”<br>
(5)登陆后注意立刻更改自己的密码。</td>
                    </tr>
                  </table>
                  <table width="385" border="1" cellpadding="3" cellspacing="0" bordercolor="#990000">
                    <tr>
                      <td width="157" height="26" align="right"><span class="body">用户名:</span></td>
                      <td width="479" height="26"><input name="userid" type="text" /></td>
                    </tr>
                    <tr>
                      <td width="157" height="26" align="right"><span class="body">密&nbsp;&nbsp;码:</span></td>
                      <td height="26"><input name="password" type="password" /></td>
                    </tr>
                    <tr>
                     <td height="26" align="center" style="padding-right:13pt;">&nbsp;</td>
                     <td height="26" align="center" style="padding-right:13pt;"><div align="left">
                       <input name="imageField2" type="image" src="images/index-1_11.gif" width="53" height="20" >
                     </div></td>
                    </tr>
                  </table>
				  <br>
				</form></td>
              </tr>
            </table>
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="100%"><img src="images/leo/bian.gif" width="780" height="13"></td>
                </tr>
              </table></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td height="1" bgcolor="#e1e1e1"></td>
      </tr>
      <tr>
        <td><TABLE cellSpacing="2" cellPadding="0" width="100%" bgColor="#ffffff" border="0">
          <TBODY>
            <TR>
              <TD align="center" class="body">Copyright  &copy; 2004 北京科技大学</TD>
            </TR>
            <TR>
              <TD align="center" class="body">地址 Add:中国·北京海淀区学院路30号&nbsp;&nbsp;&nbsp;邮编 P.C.:100083</TD>
            </TR>
            <TR>
              <TD align="center" class="body">E-Mail:<A href="mailto:xiaoban@ustb.edu.cn">xiaoban@ustb.edu.cn</A>&nbsp;&nbsp;&nbsp;Best view 800*600   IE5.0 UP</TD>
            </TR>
          </TBODY>
        </TABLE></td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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