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

📄 changepwd.aspx

📁 一个研究生管理系统 具体的情况自己看了
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"debug="true" CodeFile="changepwd.aspx.cs" Inherits="student_changepwd" %>

<!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>
<style>
TD.cl1_titleoff {
	BACKGROUND-COLOR: #4065B1; BORDER-BOTTOM: #000033 1px solid; BORDER-LEFT: #669999 1px solid; BORDER-RIGHT: #000033 1px solid; BORDER-TOP: #669999 1px solid; COLOR: #ffffff; PADDING-BOTTOM: 0px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; PADDING-TOP: 0px; tab-index: 0
}
.back_color_2 {
	BACKGROUND-COLOR: #eeeee0
}
TD.mode5 {
	BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #ffffff 1px solid; HEIGHT: 23px
}
TD.mode4 {
	BACKGROUND-COLOR: #eeeee0; BORDER-BOTTOM: #cccc99 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #cccc99 1px solid; BORDER-TOP: #ffffff 1px solid; HEIGHT: 23px
}
INPUT.cl2_ipt2 {
	BACKGROUND-COLOR: #eeeee0; BACKGROUND-IMAGE: url(../images/common/cl2.gif); BORDER-BOTTOM: #a0a0a0 1px solid; BORDER-LEFT: #a0a0a0 1px solid; BORDER-RIGHT: #a0a0a0 1px solid; BORDER-TOP: #a0a0a0 1px solid; COLOR: #003030; FONT-SIZE: 12px; HEIGHT: 19px; LINE-HEIGHT: 100%; PADDING-BOTTOM: 0px; PADDING-TOP: 2px; TEXT-ALIGN: center; WIDTH: 60px
}
.background_img {
	BACKGROUND-REPEAT: no-repeat
}

</style>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
</head>

<BODY background=images/bianbg5.gif bgColor=#ffffff class=background_img>
<center>
  <br>
  <br><form name="form1" method="post" action="process.jsp" runat="server">
  <table width=630 cellpadding=0 cellspacing=0 border=0>
    <tr>
      <td height="25" colspan="4" class="cl1_titleoff"> <div align="center">修改密码</div></td>
    </tr>
    <tr class="back_color_2"> 
      <td width="56" rowspan="4" class="cl1_titleoff"> <div align="center"> 
          <p class="cl1_titleoff">&nbsp;</p>
        </div></td>
      <td width="96" align="right" class="mode4" style="height: 23px">
          <span style="font-size: 10pt">旧 密 码</span>:</td>
      <td width="420" class="mode5" style="height: 23px">
          <asp:TextBox ID="oldPassword" runat="server" TextMode="Password" CssClass="cl1_titleoff"></asp:TextBox>&nbsp;</td>
      <td width="58" rowspan="4" class="cl1_titleoff">&nbsp;</td>
    </tr>
    <tr class="back_color_2"> 
      <td align="right" class="mode4" style="height: 23px">
          <span style="font-size: 10pt">新 密 码</span>:</td>
      <td class="mode5" style="height: 23px">
          <asp:TextBox ID="sysPwd" runat="server" TextMode="Password" CssClass="cl1_titleoff"></asp:TextBox>&nbsp;</td>
    </tr>
    <tr class="back_color_2"> 
      <td align="right" class="mode4">
          <span style="font-size: 10pt">确认密码</span>:</td>
      <td class="mode5">
          <asp:TextBox ID="sysPwd2" runat="server" TextMode="Password" CssClass="cl1_titleoff"></asp:TextBox>&nbsp;</td>
    </tr>
    <tr class="back_color_2"> 
      <td align="right" class="mode4">&nbsp;</td>
      <td class="mode5">   
          <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确定" CssClass="cl2_ipt2" />
          &nbsp;
       
		</td>
    </tr>
  </table>
  </form>
</center>
</body>
</html>

⌨️ 快捷键说明

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