?? login.jsp
字號(hào):
<%--////////////////////////////////////////////////////GTON原創(chuàng)作品-Struts圖書館管理系統(tǒng)//////////////////////////////////////////////////////////////
////////////所用技術(shù):jsp2.0+servlet2.4+jstl1.1+Struts1.2+sqlserver2000+tomcat5.5/////////////////////////////////////
/////////////////////////////////////////////////////專業(yè)制作網(wǎng)站 專業(yè)制作畢業(yè)設(shè)計(jì)////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////QQ:27612285//////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////Mail:punkwang@126.com////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////WEB:www.98202.com www.630cn.com//////////////////////////////////////////////////////
////////////////////////////////////////////////////qq群:20665503////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////求高薪工作一個(gè)有意者聯(lián)系本人/////////////////////////////////////////////////////////
////////////////////////////////////////////////////Phone:010-81110277(王先生)///////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////--%>
<%--接 畢業(yè)設(shè)計(jì)業(yè)務(wù) 網(wǎng)站業(yè)務(wù) 商業(yè)網(wǎng)站 個(gè)人網(wǎng)站 商城系統(tǒng) 企業(yè)主頁(yè) JSP ASP.net PHP !!!
業(yè)務(wù)種類
網(wǎng)站業(yè)務(wù): 商業(yè)網(wǎng)站 個(gè)人網(wǎng)站 商城系統(tǒng) 企業(yè)主頁(yè) 等中小型網(wǎng)站(asp, jsp ,php ,asp.net)
畢業(yè)設(shè)計(jì)業(yè)務(wù):java(j2ee j2se) vb delphi php .net等畢設(shè)業(yè)務(wù)
模塊業(yè)務(wù):各種中小型模塊 java .net
如有需要 價(jià)格細(xì)談 QQ:27612285
我的網(wǎng)站
HTTP://www.98202.com
HTTP://www.do3w.com
HTTP://www.201cn.com
HTTP://www.630cn.com--%>
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<html:html>
<head>
<title>
<bean:message key="jsp.user.login.title"/>
</title>
</head>
<body bgcolor="#ffffff">
<center>
<h1>
<bean:message key="jsp.user.login.title"/>
</h1>
<html:form action="UsersLoginAction.do" method="post">
<table>
<tr>
<td> <bean:message key="jsp.user.login.username"/>
<html:text property="users_Name"></html:text><font color="red"><html:errors property="nameerr"/></font>
</td>
</tr>
<tr>
<td> <bean:message key="jsp.user.login.userpwd"/>
<html:password property="users_Pwd"/><font color="red"><html:errors property="pwderr"/></font>
</td>
</tr>
<tr>
<td>
<html:submit property="Submit"><bean:message key="jsp.user.login.loginbut"/></html:submit>
<html:reset><bean:message key="jsp.user.login.rebut"/></html:reset>
<html:link href="#" onclick="javascript:window.open('reg.jsp');"><bean:message key="jsp.user.login.reg"/></html:link>
</td>
</tr>
</table>
</html:form>
</center>
</body>
</html:html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -