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

📄 modify_user_info.jsp

📁 基于j2ee的动态网站开发的cms代码下载。
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="" %>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>CMS4J </title>
<link href="skin/blue/css/oper_area_style.css" rel="stylesheet" type="text/css">
</head>

<body>
<form action="../do?action=setUserPwd" method="post" name="cms4jForm" id="cms4jForm">
  <table width="98%"  border="0" align="center" cellpadding="0" cellspacing="0">
    <tr height="12"> 
      <td width="3%"><img src="../images/admin/oper_table_up_left.gif" width="26" height="12"></td>
      <td width="92%" background="../images/admin/oper_table_up_bg.gif" height="12"></td>
      <td width="5%"><img src="../images/admin/oper_table_up_right.gif" width="26" height="12"></td>
    </tr>
    <tr> 
      <td colspan="3"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="5" background="../images/admin/oper_table_left_bg.gif"><img src="../images/admin/oper_table_left_bg.gif" width="5" height="2"></td>
            <td background="../images/admin/oper_table_bg.gif"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                <tr> 
                  
                <td class="title_bar">修改用户密码</td>
                </tr>
                <tr height="4"> 
                  <td height="4"></td>
                </tr>
              </table>
              
            <table width="100%" border="0" cellpadding="0" cellspacing="1" class="list_border_bg">
              <tr>
                <td height="22" align="right" class="list_left_title">用户名称:</td>
                <td height="22" class="list_cell_bg"><%=session.getAttribute("UID")%></td>
              </tr>
              <tr> 
                <td width="17%" height="22" align="right" class="list_left_title">原密码:</td>
                <td width="83%" height="22" class="list_cell_bg"><span class="test_must">
                  <input name="old_pwd" type="password" class="form_input" id="TITLE23" size="24">
                </span> </td>
              </tr>
              <tr>
                <td height="22" align="right" class="list_left_title">新密码:</td>
                <td height="22" class="list_cell_bg"><span class="test_must">
                  <input name="PWD" type="password" class="form_input" id="TITLE23" size="24">
                </span></td>
              </tr>
              <tr> 
                <td height="22" align="right" class="list_left_title">确认新密码:</td>
                <td height="22" class="list_cell_bg"><span class="test_must">
                  <input name="PWD_CFM" type="password" class="form_input" id="TITLE224" size="24">
                </span></td>
              </tr>
              <tr> 
                <td height="22" colspan="2" align="right" class="table_oper_tr"><input type="submit" name="Submit" value="修 改">                  </td>
              </tr>
            </table></td>
            <td width="5" background="../images/admin/oper_table_right_bg.gif"><img src="../images/admin/oper_table_right_bg.gif" width="5" height="2"></td>
          </tr>
        </table></td>
    </tr>
    <tr height="13"> 
      <td><img src="../images/admin/oper_table_down_left.gif" width="26" height="13"></td>
      <td width="100%" height="13" background="../images/admin/oper_table_down_bg.gif"></td>
      <td align="right"><img src="../images/admin/oper_table_down_right.gif" width="26" height="13"></td>
    </tr>
  </table>
  <table width="717" border="0" cellspacing="0" cellpadding="0">
  <tr>
      <td align="center">&nbsp;</td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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