employeeLogin.jsp
上传用户:jishiqi_cj
上传日期:2022-08-08
资源大小:24765k
文件大小:2k
源码类别:

Java编程

开发平台:

Java

  1. <HTML><HEAD><TITLE>内部网使用者登录</TITLE>
  2. <META http-equiv=Content-Type content="text/html; charset=gb2312">
  3. <LINK href="images/style.css" rel=stylesheet>
  4. </HEAD>
  5. <BODY bgColor=#99cccc topMargin=2>
  6. <P align=center> </P>
  7. <P align=center><b><FONT size=5 color="#096699">Study Online教育在线企业内部网</FONT></b></P>
  8. <CENTER>
  9. <TABLE cellSpacing=0 cellPadding=0 width=688 
  10. background=images/blue_r02_c1.gif border=0>
  11.   <TBODY>
  12.   <TR>
  13.     <TD background=images/blue_r01_c1.gif colSpan=3 
  14.     height=29> </TD></TR>
  15.   <TR>
  16.     <TD width=132>
  17.       <DIV align=center></DIV></TD>
  18.     <TD vAlign=top>
  19.       <FORM name=login  action="login.do" method=post>
  20.       <TABLE height=196 cellSpacing=0 cellPadding=0 width=401 border=0>
  21.         <TBODY>
  22.         <TR>
  23.           <TD width=146 height=30>
  24.             <DIV align=right>
  25.               <INPUT class=smallInput  name=username size="20"> </DIV></TD>
  26.           <TD width=97 height=30>
  27.             <P><B>&nbsp;用户名</B></P></TD>
  28.           <TD vAlign=bottom width=150 height=62 rowSpan=2> </TD></TR>
  29.         <TR>
  30.           <TD width=146 height=30>
  31.             <DIV align=right>
  32.               <INPUT class=smallInput type=password  name=password size="20"> </DIV></TD>
  33.           <TD width=97 height=30><B>&nbsp;密码 </B></TD></TR>
  34.         <TR>
  35.           <TD align=middle width=245 colSpan=2 height=36><INPUT type=submit value="确  定"></TD>
  36.           <TD width=150 height=36>&nbsp; </TD></TR></FORM>
  37.         <TR>
  38.           <TD vAlign=bottom width=245 colSpan=2 height=1></TD>
  39.           <TD vAlign=bottom width=150 height=92 rowSpan=5><IMG height=156 
  40.             src="images/@.gif" width=150></TD></TR>
  41.         <TR>
  42.           <TD vAlign=bottom width=245 colSpan=2 height=32>&nbsp; </TD></TR>
  43.         <CENTER></CENTER>
  44.         <TR>
  45.           <TD vAlign=bottom width=146 height=1>
  46.             <P align=right>&nbsp;</P></TD>
  47.           <CENTER>
  48.           <TD vAlign=bottom width=97 height=1><B>&nbsp;</B></TD></TR>
  49.         <TR>
  50.           <TD vAlign=bottom width=245 colSpan=2 height=30>
  51.             <P 
  52.             align=center></P></TD></TR>
  53.         <TR>
  54.           <TD vAlign=bottom width=245 colSpan=2 
  55.       height=36></TD></TR></TBODY></TABLE></CENTER></TD>
  56.     <TD width=155>
  57.       </TD></TR>
  58.   <TR>
  59.     <TD background=images/blue_r09_c1.gif colSpan=3 
  60.     height=27> </TD></TR></TBODY></TABLE>
  61. </CENTER>
  62. </BODY></HTML>