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

📄 logon.jsp

📁 JSP方面的实例程序
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %><head>
<title><bean:message key="user.logon"/></title>
<html:base/>
</head>
<html:html locale="true">

<link href="../images/css/default.css" rel="stylesheet" type="text/css">
<body leftmargin="0"  topmargin="0" alink="#0000FF" vlink="#6666FF"> 
<jsp:include page="../include/mhead.htm"></jsp:include> 
<p align="center" style=" margin-top:inherit">&nbsp;</p> 
<html:errors/> 
<table width="60%" height="180"  border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#7D80AE" bordercolordark="#FFFFFF"> 
  <tr> 
    <td height="30" align="center" bgcolor="#DEE2EE" class="titlesize"><bean:message key="user.logon"/></td> 
  </tr> 
  <tr> 
    <td bgcolor="#DEE2EE" style="padding:10;"><br> 
      <html:form action="/user/logon"> 
      <table width="80%" height="80%"  border="1" align="center" cellpadding="4" cellspacing="1" bordercolor="#F0952F" bgcolor="#CCCCFF"> 
        <tr> 
          <td width="100" height="30" align="center" valign="middle" bgcolor="#FFFFFF" class="bf"> <bean:message key="user.id"/> </td> 
          <td height="30" align="left" bgcolor="#FFFFFF"> <html:text property="userid"  maxlength="25"/></td> 
        </tr> 
        <tr bgcolor="#FFFFFF"> 
          <td height="20" align="center" valign="top" bgcolor="#FFFFFF" class="bf"> <bean:message key="user.password"/></td> 
          <td height="20" bgcolor="#FFFFFF"> <html:password property="password" maxlength="25" redisplay="false"/> </td> 
        </tr> 
        <tr align="center" valign="middle" bgcolor="#FFFFFF"> 
          <td height="29" colspan="2"><html:submit><bean:message key="button.submit"/></html:submit>&nbsp;&nbsp;<html:reset><bean:message key="button.reset"/></html:reset></td> 
        </tr> 
      </table> 
      </html:form> 
      <p>&nbsp;</p></td> 
  </tr> 
</table> 
<p align="center" style="margin-top:inherit">&nbsp;</p> 
</body>
</html:html>

⌨️ 快捷键说明

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