📄 modifyuser.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="ModifyUser.aspx.cs" Inherits="IndividualOperation_Administrator_ModifyUser" Title="EMR-电子病历系统->管理员->修改用户" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<script language="javascript" type="text/javascript">
// <!CDATA[
function ButtonCancel_onclick() {
history.back(-1);
}
// ]]>
</script>
<div style="z-index: 101; left: 7px; width: 500px; position: relative; top: 6px;
text-align: center">
<table style="text-align: left" class="tableb" >
<tr>
<td colspan="2" style="height: 30px; text-align: center" class="title">
<span>修改用户信息</span></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 133px; text-align:left" class="text">
姓名:</td>
<td style="width: 323px;text-align: left">
<asp:TextBox ID="TextBoxRealName" runat="server" ReadOnly="True" Width="224px"></asp:TextBox></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 133px; text-align: left" class="text">地址:</td>
<td style="width: 323px; text-align: left; height: 26px;">
<asp:TextBox ID="TextBoxAddress" runat="server" ReadOnly="True" Width="224px"></asp:TextBox></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 133px; text-align:leftr" class="text">
性别/职务:</td>
<td style="width: 323px; text-align: left">
<asp:DropDownList ID="DropDownListSex" runat="server" Enabled="False" Width="50px">
<asp:ListItem Value="0">女</asp:ListItem>
<asp:ListItem Value="1">男</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="DropDownListRole" runat="server" Enabled="False" Width="67px">
<asp:ListItem Value="0">医生</asp:ListItem>
<asp:ListItem Value="1">护士</asp:ListItem>
<asp:ListItem Value="2">医院领导</asp:ListItem>
<asp:ListItem Value="3">管理员</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 133px; text-align: left; height: 14px;" class="text">
生日:</td>
<td style="width: 323px; text-align: left; height: 14px;">
<asp:DropDownList ID="DropDownListYear" runat="server" Enabled="False">
</asp:DropDownList>
年
<asp:DropDownList ID="DropDownListMonth" runat="server" Enabled="False">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
</asp:DropDownList>
月<asp:DropDownList ID="DropDownListDay" runat="server" Enabled="False">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem>
<asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem>
<asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem>
<asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem>
<asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>31</asp:ListItem>
</asp:DropDownList>日</td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 133px; text-align:left" class="text">
电话号码:</td>
<td style="width: 323px; text-align: left">
<asp:TextBox ID="TextBoxTelephone" runat="server" ReadOnly="True" Width="224px"></asp:TextBox></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 133px; height: 25px; text-align:left" class="text">
邮箱地址:</td>
<td style="width: 323px; height: 25px; ">
<asp:TextBox ID="TextBoxEmailAddress" runat="server" ReadOnly="True" Width="224px"></asp:TextBox></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 133px;text-align:left" class="text">
提示问题:</td>
<td style="width: 323px;text-align: left">
<asp:TextBox ID="TextBoxQuestion" runat="server" ReadOnly="True" Width="224px"></asp:TextBox></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 133px;text-align:left" class="text">
回答问题:</td>
<td style="width: 323px;">
<asp:TextBox ID="TextBoxAnswer" runat="server" ReadOnly="True" Width="224px"></asp:TextBox></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 133px;text-align:left" class="text">
照片:</td>
<td style="width: 323px;text-align: left">
<asp:Image ID="Image1" runat="server" /></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 133px; height: 25px; text-align:left" class="text">
身份证号:</td>
<td style="width: 323px; height: 25px;">
<asp:TextBox ID="TextBoxIdentItycardNum" runat="server" ReadOnly="True" Width="226px"></asp:TextBox></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 133px; text-align:left" class="text">
激活用户:</td>
<td style="width: 323px; ">
<asp:DropDownList ID="DropDownListActive" runat="server" Width="74px">
<asp:ListItem Value="0">未激活</asp:ListItem>
<asp:ListItem Value="1">已激活</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td colspan="2" style="height: 27px">
<asp:Button ID="ButtonSave" runat="server" OnClick="ButtonSave_Click" Text="保存修改" CssClass="button"/> <asp:Button
ID="ButtonDelete" runat="server" Text="删除用户" OnClick="ButtonDelete_Click" CssClass="button" />
<input id="ButtonCancel" style="width: 52px" type="button" value="取消" onclick="return ButtonCancel_onclick()" class="button"/></td>
</tr>
</table>
<br />
<br />
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -