📄 passwordmodifysuccess.jsp
字号:
<%@page contentType=" text/html; charset=UTF-8"%>
<%@taglib prefix="s" uri="/struts-tags"%>
<html>
<head>
<title><s:text name="system.title" /></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="../../style/style1.css" type="text/css" rel="stylesheet" />
<STYLE type="text/css">
BODY {
SCROLLBAR-FACE-COLOR: #EFEEEE;
FONT-SIZE: 12px;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #BABABA;
SCROLLBAR-ARROW-COLOR: #BABABA;
SCROLLBAR-TRACK-COLOR: #ffffff;
SCROLLBAR-DARKSHADOW-COLOR: #BABABA
}
</STYLE>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" scroll="no">
<table width="100%" height="100%" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td height="1%">
<table width="100%" border="0" align="center" cellpadding="0"
cellspacing="0" class="labeltable">
<tr>
<td height="38" background="../../images/main_bk.gif" class="new3">
<table width="99%" border="0" align="right" cellpadding="0"
cellspacing="0">
<tr>
<td><img src="../../images/icon_main01.gif" width="11"
height="11"> <span class="new3"><s:text
name="password.manage" /> --> 密码修改</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="99%" valign="top">
<div class="listdiv">
<table width="50%" border="0" align="center" cellpadding="3"
cellspacing="0" class="input_outtable">
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0"
bgcolor="#666666">
<tr>
<td align="center" bgcolor="#FFFFFF">
<table width="92%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="43%" align="center"><img
src="../../images/cg.gif" width="82" height="78"></td>
<td width="57%" align="center"><span class="new3">密码修改成功!</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="12" colspan="2" bgcolor="#FFEEFF"
class="input_td_textright_bk"><input type="button"
class="topbut2" value="关闭" onclick="javascript:window.close();"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -