index.jsp
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:4k
源码类别:

电子政务应用

开发平台:

Java

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <jsp:include page="/vnex/page/FORM_HEAD.jsp" />
  4. <BODY text=#000000 vLink=#000000 aLink=#000000 link=#000000 bgColor=#ffffff topMargin=20>
  5. <DIV align=center>
  6. <form name="form1" method="post" action="/mainctrl/login/enter">
  7.   <TABLE class=outter cellSpacing=0 cellPadding=0 width=600 border=0>
  8.     <TBODY> 
  9.       <jsp:include page="/vnex/page/TTOA_TABLE_TOP.jsp" />
  10.     <TR> 
  11.         <TD colSpan=3 align="center"><br>
  12.           <img src="/vnex/MacOS/eoffice.gif" width="400" height="71"> 
  13.           <TABLE class=notice cellSpacing=1 cellPadding=2 width="400" 
  14.             border=0>
  15.             <TBODY> 
  16.             <TR>
  17.                 
  18.               <TD><MARQUEE scrollAmount=1 scrollDelay=100 direction=up 
  19.                   behavior=loop height=50><!--这里是公司最新一些重要通知,消息,等等。。。发布到这里,由OFFICE人员不定时发布。--><center>欢迎使用 Net - Office 系统</center></marquee>
  20.                 <!--<br>
  21.                 *************************************** <br>-->
  22.                 </TD>     
  23.             </TR></TBODY></TABLE>
  24.           <br>
  25.           <span class=iframestyle 
  26.             style="OVERFLOW: visible; HEIGHT: 100%"> 
  27.           <table width="400" border="0" cellpadding="5" cellspacing="1">
  28.             <tr bgcolor="#999999"> 
  29.               <td colspan="2"><font class="strongw">系统登录</font></td>
  30.             </tr>
  31.             <tr> 
  32.               <td align="center" colspan="2" bgcolor="#e0e0e0"> 
  33.                 <table width="320" border="0">
  34.                   <tr> 
  35.                     <td width="73">用户名:</td>
  36.                     <td width="233"><img src="/vnex/MacOS/user.gif" width="16" height="16"> 
  37.                       <input type="text" name="username" class="text" size="20"> 
  38.                     </td>
  39.                   </tr>
  40.                   <tr> 
  41.                     <td width="73">口令字:</td>
  42.                     <td width="233"><img src="/vnex/MacOS/passwd.gif" width="16" height="16"> 
  43.                       <input type="password" name="password" class="text" size="20"> 
  44.                     </td>
  45.                   </tr>
  46.                   <tr height="30">
  47.                     <td colspan="2" align="center">
  48.               <input type="submit" name="Button" value="登录" class="text">
  49.               &nbsp;&nbsp;
  50.               <input type="reset" name="Submit2" value="重置" class="text"> 
  51.             </td>
  52.           </tr> 
  53.                 </table>                
  54.               </td>
  55.             </tr>
  56.           </table>         
  57.           </span> 
  58.           <p>
  59.           </p>
  60.           <table width="100%" border="0" cellspacing="0" cellpadding="0">
  61.             <tr> 
  62.               <td background="/vnex/MacOS/hr.gif"><img src="/vnex/MacOS/hr.gif" width="1" height="2"></td>
  63.             </tr>
  64.             <tr>
  65.               <td>
  66.                 <div align="right">
  67.                 <%
  68.                 Exception ex = (Exception)request.getAttribute("Exception");
  69.                 if (ex != null)
  70.                 {
  71.                     out.println(ex.getMessage());
  72.                     //out.println("系统错误");
  73.                 }
  74.                 %>
  75.                <!-- <a href="help.htm" style="cursor:help" title="使用帮助"><img src="/vnex/MacOS/help.gif" width="16" height="16" border="0"> 
  76.                   帮助</a></div> -->
  77.                     <a href="#"  style="cursor:help" title="使用帮助" onClick="MM_openBrWindow('/Vnex/HELP/help.htm','','width=680,height=400')"><img src="/vnex/MacOS/help.gif" width="16" height="16" border="0">HELP</a></div>
  78.               </td>
  79.             </tr>
  80.           </table>
  81. </TD>
  82.     </TR>
  83.     <TR> 
  84.       <TD><IMG height=7 src="/vnex/MacOS/leftbottom.gif" width=6></TD>
  85.       <TD background=/vnex/MacOS/bottom.gif colSpan=3><IMG height=7 
  86.       src="/vnex/MacOS/bottom.gif" width=1></TD>
  87.       <TD><IMG height=7 src="/vnex/MacOS/rightbottom.gif" 
  88. width=7></TD>
  89.     </TR>
  90.     </TBODY> 
  91.   </TABLE>
  92.   <BR>
  93.   <TABLE cellSpacing=1 cellPadding=2 width="300" border=0>
  94.     <TBODY> 
  95.     <TR>
  96.         <TD align=center><FONT class=footer><IMG height=1 
  97.       src="/vnex/MacOS/hr_black.gif" width="100%"><BR>
  98.           <A target=_top 
  99.       href="http://www.visionnex.com">VisionNext Net - Office System Version 1.0</A>
  100.           </FONT></TD>
  101.     </TR></TBODY></TABLE>
  102. </form></DIV>
  103. </BODY></HTML>