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

📄 login.jsp

📁 自己写的一个java购销系统
💻 JSP
字号:
<%@page contentType="text/html;charset=GBK"%>
<%@taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@page isELIgnored="false" %>
<html>
  <head><title>index</title></head>
  <body bgcolor="white">
     <table width="80%" bgcolor="#C1EFF7" align="center">
        <tr><td>
            <table width="100%" height="10%" align="center">
                 <tr><td><jsp:include page="header.jsp" /></td></tr>
            </table>
        </td></tr>
        <tr><td><br><br>
            <table width="100%" align="center"></table>
              <html:form action="/login" method="post">
                <h3 align="center">用户登陆</h3>
			    <table align="center">
			    <tr>
			        <td>帐号:</td><td><html:text property="dlzh"/></td>
			    </tr>
			    <tr>
			        <td>密码:</td><td><html:password property="dlmm" redisplay="false"/></td>
			    </tr>
			    <tr>
			        <td colspan="2">
			            <html:radio property="czqx" value="0">采购</html:radio>&nbsp;
			            <html:radio property="czqx" value="1">仓储</html:radio>&nbsp;
			            <html:radio property="czqx" value="2">销售</html:radio>&nbsp;
			        </td>
			    </tr>
			    <tr align="center">
			        <td colspan="2"><input type="submit" value="登录"></td>
			    </tr>
			    </table>
			  </html:form>
			 <center><span class="9P"><font color="red"><html:errors/></font></span></center> 
             <center><font color="red">${loginError}</font></center> 
            <table width="100%" align="center"></table><br><br>
       </td></tr>
       <tr><td>
           <hr align="center" width="100%">
       </td></tr>
       <tr><td>
            <table width="100%" height="10%" align="center">
                 <tr><td><jsp:include page="footer.jsp" /></td></tr>
            </table>
       </td></tr>
     </table>
  </body>
</html>

⌨️ 快捷键说明

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