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

📄 pwd_change.aspx

📁 学生成绩管理系统c#vs2005.rar
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="pwd_change.aspx.cs" Inherits="pwd_change" %>

<!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>Untitled Page</title>
</head>
<body bgcolor="#99ccff">
    <form id="form1" runat="server">
    <div>
        <div style="z-index: 101; left: 265px; width: 302px; position: absolute; top: 81px;
            height: 167px; text-align: center">
            <br />
            <br />
            输入旧密码<asp:TextBox ID="txt_old_pwd" runat="server" Width="133px"></asp:TextBox><br />
            输入新密码<asp:TextBox ID="txt_new_pwd" runat="server" Width="133px"></asp:TextBox><br />
            确认新密码<asp:TextBox ID="txt_re_pwd" runat="server" Width="133px"></asp:TextBox><br />
            <asp:Label ID="LB_time" runat="server" Font-Underline="True" ForeColor="#FF80FF"
                Text="Label"></asp:Label><br />
            &nbsp;<asp:Button ID="bt_no" runat="server" Text="取消" Width="71px" OnClick="bt_no_Click" />&nbsp;
            <asp:Button ID="bt_ok" runat="server" Text="确定" Width="71px" OnClick="Button2_Click" />
            &nbsp; &nbsp; &nbsp;
        </div>
        <br />
        <br />
        <br />
        <br />
        <br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp;
        <div style="z-index: 103; left: 0px; background-image: url(image/button.gif); width: 1000px;
            position: absolute; top: 460px; height: 63px; background-color: transparent">
            <div style="z-index: 101; left: 163px; width: 675px; position: absolute; top: 13px;
                height: 36px; text-align: center">
                <span style="font-size: 0.8em"><span style="color: fuchsia"><span style="text-decoration: underline">
                    湖南科技职业国家示范性软件学院 ACCP2051班第一项目小组开发 开发时间:2007--5 指导老师:徐薯华&nbsp; 专业老师:刘敏<br />
                </span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; <span style="text-decoration: underline">小组成员:钟爱、王荣华、唐伯喜、李梦军</span></span></span></div>
        </div>
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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