📄 default6.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default6.aspx.cs" Inherits="Default6" %>
<!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 runat="server">
<title>无标题页</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
<!--
body {
background-image: url(t1.jpg);
}
-->
</style></head>
<body>
<form id="form1" runat="server">
<div>
<div>
<div> </div>
<table width="974" height="444" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="116" colspan="2" style="height: 116px"> </td>
</tr>
<tr>
<td colspan="2" bgcolor="#00CCFF" style="height: 2px"><hr /></td>
</tr>
<tr>
<td width="135" height="43" bgcolor="#00CCFF">
<div align="center"><a href="Default2.aspx">基本信息查询</a></div></td>
<td width="839" rowspan="7" style="width: 828px"> <table border="0" style="width: 576px; height: 108px">
<tr>
<td style="width: 121px">
</td>
<td style="width: 100px">
<asp:Label ID="Label1" runat="server" Text="学号"></asp:Label></td>
<td style="width: 78px">
<asp:TextBox ID="TextBox1" runat="server" Width="145px"></asp:TextBox></td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 121px">
</td>
<td style="width: 100px">
<asp:Label ID="Label2" runat="server" Text="密码"></asp:Label></td>
<td style="width: 78px">
<asp:TextBox ID="TextBox2" runat="server" TextMode="Password" Width="145px"></asp:TextBox></td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 121px">
</td>
<td style="width: 100px">
<asp:Label ID="Label3" runat="server" Text="新密码"></asp:Label></td>
<td style="width: 78px">
<asp:TextBox ID="TextBox3" runat="server" TextMode="Password" Width="145px"></asp:TextBox></td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 121px">
</td>
<td style="width: 100px">
<asp:Label ID="Label4" runat="server" Text="确认新密码"></asp:Label></td>
<td style="width: 78px">
<asp:TextBox ID="TextBox4" runat="server" TextMode="Password" Width="145px"></asp:TextBox></td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 121px; height: 8px;">
</td>
<td style="width: 100px; height: 8px;">
<asp:Button ID="Button1" runat="server" Height="25px" OnClick="Button1_Click" Text="确定"
Width="77px" style="cursor: hand" /></td>
<td style="width: 78px; height: 8px;">
<asp:Button ID="Button2" runat="server" Height="25px" OnClick="Button2_Click" Text="取消"
Width="80px" style="cursor: hand" /></td>
<td style="width: 100px; height: 8px;">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="46" bgcolor="#00CCFF">
<div align="center"><a href="Default3.aspx">学生成绩查询</a></div></td>
</tr>
<tr>
<td height="43" bgcolor="#00CCFF">
<div align="center"><a href="Default4.aspx">成绩排名</a></div></td>
</tr>
<tr>
<td height="52" bgcolor="#00CCFF">
<div align="center"><a href="Default5.aspx">任课老师查询</a></div></td>
</tr>
<tr>
<td height="43" bgcolor="#00CCFF">
<div align="center"><a href="Default6.aspx">修改密码</a></div></td>
</tr>
<tr>
<td bgcolor="#00ccff" height="49">
<div align="center"><a href="Default7.aspx">修改基本信息</a></div></td>
</tr>
<tr>
<td height="49" bgcolor="#00CCFF">
<div align="center">
<asp:LinkButton ID="LinkButton1" runat="server" Style="left: 0px; position: relative;
top: 0px" OnClick="LinkButton1_Click" PostBackUrl="~/登陆页面.aspx">注销</asp:LinkButton> </div></td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -