日期:2014-05-17 浏览次数:20678 次
<s:form action="loginAction_login.action" method="post" theme="simple">
<DIV ID="CenterAreaBg">
<DIV ID="CenterArea">
<DIV ID="LogoImg"><IMG BORDER="0" SRC="${pageContext.request.contextPath}/css/blue/images/logo.png" /></DIV>
<DIV ID="LoginInfo">
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 width=100%>
<TR>
<TD width=45 CLASS="Subject"><IMG BORDER="0" SRC="${pageContext.request.contextPath}/css/blue/images/login/userId.gif" /></TD>
<TD><s:textfield name="username" cssClass="TextField"></s:textfield></TD>
<TD ROWSPAN="2" STYLE="padding-left:10px;"><INPUT TYPE="image" SRC="${pageContext.request.contextPath}/css/blue/images/login/userLogin_button.gif"/></TD>
</TR>
<TR>
<TD CLASS="Subject"><IMG BORDER="0" SRC="${pageContext.request.contextPath}/css/blue/images/login/password.gif" /></TD>
<TD><s:password name="password" cssClass="TextField"></s:password></TD>
<TD><s:fielderror cssClass="Red"/></TD>
</TR>
</TABLE>
</DIV>
<DIV ID="CopyRight"><A HREF="javascript:void(0)">© 2010 版权所有 itcast</A></DIV>
</DIV>
</DIV>
</s:form>