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

📄 adminlogin.aspx

📁 医院护理管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AdminLogin.aspx.cs" Inherits="AdminLogin" %>

<!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>
</head>
<body style="background-image: url(pictrue/admin.jpg); font-weight: bold; color: #0033ff; font-family: 楷体_GB2312; text-align: right; font-size: 14pt;">
    <form id="form1" runat="server">
    <div style="position: static" align="right">
        <br />
        <asp:Button ID="btnOut" runat="server" BackColor="#8080FF" ForeColor="Blue" OnClick="btnOut_Click"
            Text="退出" Visible="False" /><br />
        <br />
        <table style="width: 976px; height: 658px" align="center">
            <tr>
                <td align="left" style="vertical-align: top; width: 100px; height: 462px; text-align: left">
                    &nbsp;<asp:TreeView ID="tvAdmin" runat="server" DataSourceID="XmlDataSource1" OnSelectedNodeChanged="tvAdmin_SelectedNodeChanged"
                        ShowLines="True">
                    </asp:TreeView>
                    <asp:XmlDataSource ID="XmlDataSource1" runat="server" DataFile="AdminList.xml" OnTransforming="XmlDataSource1_Transforming">
                    </asp:XmlDataSource>
                </td>
                <td align="center" colspan="2" style="vertical-align: top; width: 569px; height: 462px;
                    text-align: left">
                    <br />
                    <table style="width: 361px; height: 262px">
                        <tr>
                            <td style="width: 100px">
                                <asp:Label ID="lblCheckDate" runat="server" EnableTheming="True" Text="检查日期" Width="96px"></asp:Label></td>
                            <td style="width: 100px">
                                <asp:TextBox ID="txtCheckDate" runat="server"></asp:TextBox></td>
                            <td style="width: 100px">
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 100px">
                                <asp:Label ID="lblDepart" runat="server" Text="科别"></asp:Label></td>
                            <td style="width: 100px">
                                <asp:DropDownList ID="ddlDepart" runat="server">
                                    <asp:ListItem>请选择:</asp:ListItem>
                                    <asp:ListItem>内科</asp:ListItem>
                                    <asp:ListItem>外科</asp:ListItem>
                                    <asp:ListItem>骨科</asp:ListItem>
                                    <asp:ListItem Value="心脑血管科"></asp:ListItem>
                                    <asp:ListItem>其它</asp:ListItem>
                                </asp:DropDownList></td>
                            <td style="width: 100px">
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 100px">
                    <asp:PlaceHolder ID="ph1" runat="server"></asp:PlaceHolder>
                            </td>
                            <td style="width: 100px">
                                <asp:DropDownList ID="ddlRemark" runat="server">
                                    <asp:ListItem>请选择:</asp:ListItem>
                                    <asp:ListItem>符合</asp:ListItem>
                                    <asp:ListItem>不符合</asp:ListItem>
                                </asp:DropDownList></td>
                            <td style="width: 100px">
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 100px">
                                <asp:Label ID="lblNurseName" runat="server" Text="被检查人员" Width="139px"></asp:Label></td>
                            <td style="width: 100px">
                                <asp:TextBox ID="txtNurseName" runat="server"></asp:TextBox></td>
                            <td style="width: 100px">
                                <asp:Label ID="lblCheckNName" runat="server" Text="*请输入被考核护士姓名*" Width="133px"></asp:Label></td>
                        </tr>
                        <tr>
                            <td style="width: 100px">
                                <asp:Label ID="lblAdminName" runat="server" Text="审核人" Width="132px"></asp:Label></td>
                            <td style="width: 100px">
                                <asp:TextBox ID="txtAdminName" runat="server"></asp:TextBox></td>
                            <td style="width: 100px">
                            </td>
                        </tr>
                        <tr>
                            <td align="right" style="width: 100px">
                    <asp:Button ID="btnRegist" runat="server" OnClick="btnRegist_Click" Text="登记" BackColor="SlateBlue" ForeColor="Blue" /></td>
                            <td style="width: 100px">
                                <asp:Button ID="btnCancel" runat="server" BackColor="SlateBlue" ForeColor="Blue"
                                    Text="重置" /></td>
                            <td style="width: 100px">
                                <asp:Label ID="lblResult" runat="server"></asp:Label></td>
                        </tr>
                    </table>
                    <br />
                    <br />
                    <br />
                    <br />
                    <br />
                    <br />
                    <br />
                    <br />
                    <br />
                    <br />
                    <br />
                    <br />
                    <br />
                    <br />
                    &nbsp;&nbsp;<br />
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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