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

📄 login.jsp

📁 非常完整的Java开发的网络办公系统
💻 JSP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<jsp:include page="/vnex/page/FORM_HEAD.jsp" />

<BODY text=#000000 vLink=#000000 aLink=#000000 link=#000000 bgColor=#ffffff topMargin=20>
<DIV align=center>
<form name="form1" method="post" action="/mainctrl/login/enter">
  <TABLE class=outter cellSpacing=0 cellPadding=0 width=600 border=0>
    <TBODY> 
      <jsp:include page="/vnex/page/TTOA_TABLE_TOP.jsp" />
    <TR> 
        <TD colSpan=3 align="center"><br>
          <img src="/vnex/MacOS/eoffice.gif" width="400" height="71"> 
          <TABLE class=notice cellSpacing=1 cellPadding=2 width="400" 
            border=0>
            <TBODY> 
            <TR>
                
              <TD><MARQUEE scrollAmount=1 scrollDelay=100 direction=up 
                  behavior=loop height=50><!--这里是公司最新一些重要通知,消息,等等。。。发布到这里,由OFFICE人员不定时发布。--><center>欢迎使用 Net - Office 系统</center></marquee>
                <!--<br>
                *************************************** <br>-->
                </TD>     
            </TR></TBODY></TABLE>
          <br>
          <span class=iframestyle 
            style="OVERFLOW: visible; HEIGHT: 100%"> 
          <table width="400" border="0" cellpadding="5" cellspacing="1">
            <tr bgcolor="#999999"> 
              <td colspan="2"><font class="strongw">系统登录</font></td>
            </tr>
            <tr> 
              <td align="center" colspan="2" bgcolor="#e0e0e0"> 
                <table width="320" border="0">
                  <tr> 
                    <td width="73">用户名:</td>
                    <td width="233"><img src="/vnex/MacOS/user.gif" width="16" height="16"> 
                      <input type="text" name="username" class="text" size="20"> 
                    </td>
                  </tr>
                  <tr> 
                    <td width="73">口令字:</td>
                    <td width="233"><img src="/vnex/MacOS/passwd.gif" width="16" height="16"> 
                      <input type="password" name="password" class="text" size="20"> 
                    </td>
                  </tr>
                  <tr height="30">
                    <td colspan="2" align="center">
		              <input type="submit" name="Button" value="登录" class="text">
		              &nbsp;&nbsp;
		              <input type="reset" name="Submit2" value="重置" class="text"> 
		            </td>
		          </tr> 
                </table>                
              </td>
            </tr>
          </table>         
          </span> 
          <p>
          </p>
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr> 
              <td background="/vnex/MacOS/hr.gif"><img src="/vnex/MacOS/hr.gif" width="1" height="2"></td>
            </tr>
            <tr>
              <td>
                <div align="right">
                <%
                Exception ex = (Exception)request.getAttribute("Exception");
                if (ex != null)
                {
                    out.println(ex.getMessage());
                    //out.println("系统错误");
                }
                %>
               <!-- <a href="help.htm" style="cursor:help" title="使用帮助"><img src="/vnex/MacOS/help.gif" width="16" height="16" border="0"> 
                  帮助</a></div> -->
                    <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>
              </td>
            </tr>
          </table>
</TD>
    </TR>
    <TR> 
      <TD><IMG height=7 src="/vnex/MacOS/leftbottom.gif" width=6></TD>
      <TD background=/vnex/MacOS/bottom.gif colSpan=3><IMG height=7 
      src="/vnex/MacOS/bottom.gif" width=1></TD>
      <TD><IMG height=7 src="/vnex/MacOS/rightbottom.gif" 
width=7></TD>
    </TR>
    </TBODY> 
  </TABLE>
  <BR>
  <TABLE cellSpacing=1 cellPadding=2 width="300" border=0>
    <TBODY> 
    <TR>
        <TD align=center><FONT class=footer><IMG height=1 
      src="/vnex/MacOS/hr_black.gif" width="100%"><BR>
          <A target=_top 
      href="http://www.visionnex.com">VisionNext Net - Office System Version 1.0</A>
          </FONT></TD>
    </TR></TBODY></TABLE>
	</form></DIV>
</BODY></HTML>

⌨️ 快捷键说明

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