AddNewOrg.aspx
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:4k
- <%@ page language="C#" autoeventwireup="true" inherits="AddNewOrg, App_Web_rlki_npp" theme="Normal" %>
- <!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>
- <base target="_self" />
- <link href="style/dialog.css" type="text/css" rel="stylesheet"/>
- </head>
- <body>
- <form id="form1" runat="server" style="font-size:12px;" class="Content">
- <div style="font-size:12px; font-family:Arial;">
- <table id="tb1" border="0" cellpadding="0" width="100%" class="Content">
- <tr>
- <td style="height: 38px">
- <div style="font-weight: bolder; font-size: 14px; vertical-align: top; color: black;
- top: 1px">
-
- <img alt="" src="image/AddOrg.gif" style="width: 30px; height: 30px" />
- <asp:Label ID="LabOrg" runat="server"></asp:Label></div>
- </td>
- </tr>
- <tr>
- <td style="height: 20px">
- </td>
- </tr>
- <tr>
- <td>
- <asp:Label ID="Label1" runat="server" Font-Bold="False" Text="机构名称:"></asp:Label>
- <asp:TextBox ID="TxtName" runat="server" MaxLength="20" Width="269px"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TxtName"
- ErrorMessage="(*)" Font-Bold="True" Font-Size="12px" ValidationGroup="savedata" Display="Dynamic"></asp:RequiredFieldValidator>
- </td>
- </tr>
- <tr style="font-size: 12px">
- <td>
- <asp:Label ID="Label2" runat="server" Text="机构描述:"></asp:Label>
- <asp:TextBox ID="TxtEmail" runat="server" MaxLength="100" Width="269px" TextMode="MultiLine"></asp:TextBox></td>
- </tr>
- <tr style="font-size: 12px">
- <td>
- <asp:Label ID="Label3" runat="server" Text="机构性质:"></asp:Label>
- <asp:DropDownList ID="DListType" runat="server" Width="170px">
- <asp:ListItem Value="a">公司领导</asp:ListItem>
- <asp:ListItem Value="b">基层部门</asp:ListItem>
- <asp:ListItem Value="c">职能部门</asp:ListItem>
- <asp:ListItem Value="d">物资公司</asp:ListItem>
- <asp:ListItem Value="e">系统管理员</asp:ListItem>
- <asp:ListItem Value="1">其它</asp:ListItem>
- </asp:DropDownList>
- </td>
- </tr>
- </table>
- <table style="font-size: 12px; width:100%" class="Content">
- <tr>
- <td>
- <asp:Label ID="Label4" runat="server" Text="上级机构:" ></asp:Label>
- <asp:TextBox ID="TxtOrgName" runat="server" BorderStyle="None" BorderWidth="0px"
- Height="15px" ReadOnly="True" Width="326px" CssClass="Content"></asp:TextBox></td>
- </tr>
- </table>
- <table width="100%" class="Content">
- <tr >
- <td>
- <img alt="" src="image/header_bg.gif" width="100%" height="2px" />
- </td>
- </tr>
- </table>
-
- </div>
- <table class="Content" style="height:60px;">
- <tr>
- <td style="height: 20px">
- </td>
- </tr>
- <tr style="height:20px;">
- <td style="width: 60%">
- </td>
- <td>
- <asp:ImageButton ID="ImButOk" runat="server" ImageUrl="image/queding.gif" ValidationGroup="savedata" OnClick="ImButOk_Click"/> <asp:ImageButton
- ID="ImgButCancel" runat="server" ImageUrl="image/quxiao.gif" />
- </td>
-
- </tr>
- <tr style="height:20px;">
- </tr>
- </table>
- </form>
- </body>
- </html>