login.jsp
来自「移动彩信管理平台」· JSP 代码 · 共 122 行
JSP
122 行
<%@ page contentType="text/html;charset=utf-8" %>
<%@ include file="../common/taglibs.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>彩信业务营销平台</title>
<link href="${webctx}/css/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="${webctx }/js/validate.js"></script>
<style type="text/css">
<!--
body {
background-image: url(${webctx}/images/pbody_bg.gif);
}
-->
</style></head>
<body>
<table width="778" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1056" height="100"> </td>
</tr>
</table>
<table width="778" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1" bgcolor="#939393"></td>
</tr>
</table>
<table width="778" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" height="75" background="${webctx}/images/ptop_line.jpg"><img src="${webctx}/images/ptop.jpg" width="150" height="75" /></td>
<td align="right" background="${webctx}/images/ptop_line.jpg"><img src="${webctx}/images/ptop_right.jpg" width="468" height="75" /></td>
</tr>
<tr>
<td height="5" bgcolor="#C4FE09"></td>
<td height="5" bgcolor="#3569B5"></td>
</tr>
</table>
<table width="778" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="448" height="250" align="center"><img src="${webctx}/images/psize.jpg" width="412" height="57" /></td>
<td width="330">
<form action="${webctx }/login.do" method="post" style="display: inline">
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="${webctx}/images/pdn_bg.jpg">
<tr>
<td width="8"><img src="${webctx}/images/pdn1.jpg" width="8" height="185" /></td>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="53" colspan="2" align="left" valign="middle"><img src="${webctx}/images/pdn_size.jpg" width="201" height="40" /></td>
</tr>
<tr>
<td width="20%" height="25" align="center" class="psize1">用户名:</td>
<td width="79%" align="left"><input name="j_username" type="text" class="pbd" size="24" /></td>
</tr>
<tr>
<td height="25" align="center" class="psize1">密 码:</td>
<td align="left"><input name="j_password" type="password" class="pbd" size="24" /></td>
</tr>
<tr>
<td height="25" align="center" class="psize1">验证码:</td>
<td align="left"><input name="j_captcha_response" type="text" class="pbd" size="14" />
<img name="CheckNumber" class="pbd2" border=0 src="${webctx }/common/validatimg.jsp" width="50" height="30" alt="">
</td>
</tr>
<tr>
<td height="14" align="center"> </td>
<td align="left"><img src="${webctx}/images/pindex_line.gif" width="166" height="1" /></td>
</tr>
<tr><td height="10" colspan="2" class="LoginText" align="center">
<s:if test="${not empty param.error}">
<font color="#FF0000">
<s:if test="${param.error}==1">
验证码错误 !
</s:if>
<s:if test="${param.error}==2">
用户名或密码错误 !
</s:if>
</font>
</s:if>
</td>
</tr>
<tr>
<td> </td>
<td align="left">
<input type="image" src="${webctx}/images/pal_01.gif" width="58" height="20" border="0"/>
<a href="#"><img src="${webctx}/images/pal_02.gif" width="58" height="20" border="0" /></a></td>
</tr>
</table></td>
<td width="13"><img src="${webctx}/images/pdn2.jpg" width="13" height="185" /></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<table width="778" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1" bgcolor="#C2DCFE"></td></tr>
<tr>
<td height="1" bgcolor="#FFFFFF"></td></tr>
</table>
<table width="778" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="26" align="center" bgcolor="#CEE3FE"><a href="#">浙ICP备05000809</a>|中国移动浙江公司版权所有</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?