- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="AddUserForm.aspx.cs" Inherits="AddUserForm" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <link href="css/main.css" type="text/css" rel="stylesheet">
- </head>
- <script src="../Scripts/jquery-1.3.2.js" type="text/javascript"></script>
- <SCRIPT language="JavaScript" src="js/calendar.js"></SCRIPT>
- <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
- <form runat="server" id="fm1">
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="3" style="height: 25px">
- 以下选项由管理员设置</th>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 153px">
- 用户名:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_UserId" runat="server"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="KeyValue_UserId"
- ErrorMessage="*"></asp:RequiredFieldValidator>
- <asp:CustomValidator ID="CustomValidator1" runat="server" ControlToValidate="KeyValue_UserId"
- EnableClientScript="False" ErrorMessage="用户有重复" OnServerValidate="CustomValidator1_ServerValidate"></asp:CustomValidator></td>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 153px">
- 真实姓名:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_UserName" runat="server"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow1" style="height: 25px; width: 153px;" align="right">
- 部门:</td>
- <td class="usertablerow1" style="height: 25px">
- <asp:DropDownList ID="KeyValue_DeptId" runat="server" >
- <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>
- <td class="usertablerow1" style="height: 25px; width: 153px;" align="right">
- 角色:</td>
- <td class="usertablerow1" style="height: 25px">
- <asp:DropDownList ID="KeyValue_PrivId" runat="server" >
- <asp:ListItem Value="0">市场经理</asp:ListItem>
- <asp:ListItem Value="1">市场专员</asp:ListItem>
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 153px; height: 26px;">
- 用户排序号:</td>
- <td class="usertablerow2" style="height: 26px">
- <asp:TextBox ID="KeyValue_UserNo" runat="server"></asp:TextBox>
- <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="KeyValue_UserNo"
- ErrorMessage="必须为数字" ValidationExpression="^[+-]?d*$"></asp:RegularExpressionValidator></td>
- </tr>
- </table>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="3" style="height: 25px">
- 用户权限信息</th>
- </tr>
- <tr>
- <td class="usertablerow1" style="height: 25px; width: 155px;" align="right">
- 管理范围:</td>
- <td class="usertablerow1" style="height: 25px">
- <asp:DropDownList ID="KeyValue_PostPriv" runat="server" >
- <asp:ListItem Value="0">技术研发</asp:ListItem>
- <asp:ListItem Value="1">市场</asp:ListItem>
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 155px">
- 访问控制:</td>
- <td class="usertablerow2">
- <asp:CheckBox ID="KeyValue_Disabled" runat="server" Text="禁止登录OA系统" />
- <asp:CheckBox ID="KeyValue_UsingKey" runat="server" Text="使用USB认证锁登录" />
- <asp:CheckBox ID="KeyValue_NotUser" runat="server" Text="禁止查看用户列表" />
- <asp:CheckBox ID="KeyValue_NotTable" runat="server" Text="禁止显示桌面" /></td>
- </tr>
- <tr>
- <td class="usertablerow1" style="height: 25px; width: 155px;" align="right">
- 考勤排班类型:</td>
- <td class="usertablerow1" style="height: 25px">
- <asp:DropDownList ID="DropDownList4" runat="server" >
- <asp:ListItem Value="0">市场经理</asp:ListItem>
- <asp:ListItem Value="1">市场专员</asp:ListItem>
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 155px">
- 内部邮箱容量:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="TextBox4" runat="server">0</asp:TextBox>
- <asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ControlToValidate="TextBox4"
- ErrorMessage="必须为数字" ValidationExpression="^[+-]?d*$"></asp:RegularExpressionValidator></td>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 155px">
- 我的文件柜容量:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="TextBox5" runat="server">0</asp:TextBox>
- <asp:RegularExpressionValidator ID="RegularExpressionValidator3" runat="server" ControlToValidate="TextBox5"
- ErrorMessage="必须为数字" ValidationExpression="^[+-]?d*$"></asp:RegularExpressionValidator></td>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 155px; height: 27px;">
- InterNet邮箱数量:</td>
- <td class="usertablerow2" style="height: 27px">
- <asp:TextBox ID="TextBox6" runat="server">0</asp:TextBox>
- <asp:RegularExpressionValidator ID="RegularExpressionValidator4" runat="server" ControlToValidate="TextBox6"
- ErrorMessage="必须为数字" ValidationExpression="^[+-]?d*$"></asp:RegularExpressionValidator></td>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 155px; height: 26px;">
- 每个InterNet邮箱容量:</td>
- <td class="usertablerow2" style="height: 26px">
- <asp:TextBox ID="TextBox7" runat="server">0</asp:TextBox>
- <asp:RegularExpressionValidator ID="RegularExpressionValidator5" runat="server" ControlToValidate="TextBox7"
- ErrorMessage="必须为数字" ValidationExpression="^[+-]?d*$"></asp:RegularExpressionValidator></td>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 155px">
- 绑定IP限制:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="TextBox8" runat="server"></asp:TextBox></td>
- </tr>
- </table>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="3" style="height: 25px">
- 用户可自定义选项</th>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 159px">
- 别名:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_UserId2" runat="server"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 159px">
- 密码:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_Password" runat="server" TextMode="Password"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="KeyValue_Password"
- ErrorMessage="*"></asp:RequiredFieldValidator></td>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 159px">
- 密码确认:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_Password1" runat="server" TextMode="Password"></asp:TextBox>
- <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToCompare="KeyValue_Password"
- ControlToValidate="KeyValue_Password1" ErrorMessage="密码确认错误"></asp:CompareValidator></td>
- </tr>
- <tr>
- <td class="usertablerow1" style="height: 25px; width: 159px;" align="right">
- 性别:</td>
- <td class="usertablerow1" style="height: 25px">
- <asp:DropDownList ID="KeyValue_Sex" runat="server" >
- <asp:ListItem Value="0">男</asp:ListItem>
- <asp:ListItem Value="1">女</asp:ListItem>
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td class="usertablerow1" style="height: 25px; width: 159px;" align="right">
- 生日:</td>
- <td class="usertablerow1" style="height: 25px">
- <asp:DropDownList ID="DropDownList6" runat="server" >
- <asp:ListItem value="1901">1901</asp:ListItem>
- <asp:ListItem value="1902">1902</asp:ListItem>
- <asp:ListItem value="1903">1903</asp:ListItem>
- <asp:ListItem value="1904">1904</asp:ListItem>
- <asp:ListItem value="1905">1905</asp:ListItem>
- <asp:ListItem value="1906">1906</asp:ListItem>
- <asp:ListItem value="1907">1907</asp:ListItem>
- <asp:ListItem value="1908">1908</asp:ListItem>
- <asp:ListItem value="1909">1909</asp:ListItem>
- <asp:ListItem value="1910">1910</asp:ListItem>
- <asp:ListItem value="1911">1911</asp:ListItem>
- <asp:ListItem value="1912">1912</asp:ListItem>
- <asp:ListItem value="1913">1913</asp:ListItem>
- <asp:ListItem value="1914">1914</asp:ListItem>
- <asp:ListItem value="1915">1915</asp:ListItem>
- <asp:ListItem value="1916">1916</asp:ListItem>
- <asp:ListItem value="1917">1917</asp:ListItem>
- <asp:ListItem value="1918">1918</asp:ListItem>
- <asp:ListItem value="1919">1919</asp:ListItem>
- <asp:ListItem value="1920">1920</asp:ListItem>
- <asp:ListItem value="1921">1921</asp:ListItem>
- <asp:ListItem value="1922">1922</asp:ListItem>
- <asp:ListItem value="1923">1923</asp:ListItem>
- <asp:ListItem value="1924">1924</asp:ListItem>
- <asp:ListItem value="1925">1925</asp:ListItem>
- <asp:ListItem value="1926">1926</asp:ListItem>
- <asp:ListItem value="1927">1927</asp:ListItem>
- <asp:ListItem value="1928">1928</asp:ListItem>
- <asp:ListItem value="1929">1929</asp:ListItem>
- <asp:ListItem value="1930">1930</asp:ListItem>
- <asp:ListItem value="1931">1931</asp:ListItem>
- <asp:ListItem value="1932">1932</asp:ListItem>
- <asp:ListItem value="1933">1933</asp:ListItem>
- <asp:ListItem value="1934">1934</asp:ListItem>
- <asp:ListItem value="1935">1935</asp:ListItem>
- <asp:ListItem value="1936">1936</asp:ListItem>
- <asp:ListItem value="1937">1937</asp:ListItem>
- <asp:ListItem value="1938">1938</asp:ListItem>
- <asp:ListItem value="1939">1939</asp:ListItem>
- <asp:ListItem value="1940">1940</asp:ListItem>
- <asp:ListItem value="1941">1941</asp:ListItem>
- <asp:ListItem value="1942">1942</asp:ListItem>
- <asp:ListItem value="1943">1943</asp:ListItem>
- <asp:ListItem value="1944">1944</asp:ListItem>
- <asp:ListItem value="1945">1945</asp:ListItem>
- <asp:ListItem value="1946">1946</asp:ListItem>
- <asp:ListItem value="1947">1947</asp:ListItem>
- <asp:ListItem value="1948">1948</asp:ListItem>
- <asp:ListItem value="1949">1949</asp:ListItem>
- <asp:ListItem value="1950">1950</asp:ListItem>
- <asp:ListItem value="1951">1951</asp:ListItem>
- <asp:ListItem value="1952">1952</asp:ListItem>
- <asp:ListItem value="1953">1953</asp:ListItem>
- <asp:ListItem value="1954">1954</asp:ListItem>
- <asp:ListItem value="1955">1955</asp:ListItem>
- <asp:ListItem value="1956">1956</asp:ListItem>
- <asp:ListItem value="1957">1957</asp:ListItem>
- <asp:ListItem value="1958">1958</asp:ListItem>
- <asp:ListItem value="1959">1959</asp:ListItem>
- <asp:ListItem value="1960">1960</asp:ListItem>
- <asp:ListItem value="1961">1961</asp:ListItem>
- <asp:ListItem value="1962">1962</asp:ListItem>
- <asp:ListItem value="1963">1963</asp:ListItem>
- <asp:ListItem value="1964">1964</asp:ListItem>
- <asp:ListItem value="1965">1965</asp:ListItem>
- <asp:ListItem value="1966">1966</asp:ListItem>
- <asp:ListItem value="1967">1967</asp:ListItem>
- <asp:ListItem value="1968">1968</asp:ListItem>
- <asp:ListItem value="1969">1969</asp:ListItem>
- <asp:ListItem value="1970">1970</asp:ListItem>
- <asp:ListItem value="1971">1971</asp:ListItem>
- <asp:ListItem value="1972">1972</asp:ListItem>
- <asp:ListItem value="1973">1973</asp:ListItem>
- <asp:ListItem value="1974">1974</asp:ListItem>
- <asp:ListItem value="1975">1975</asp:ListItem>
- <asp:ListItem value="1976">1976</asp:ListItem>
- <asp:ListItem value="1977">1977</asp:ListItem>
- <asp:ListItem value="1978">1978</asp:ListItem>
- <asp:ListItem value="1979">1979</asp:ListItem>
- <asp:ListItem value="1980">1980</asp:ListItem>
- <asp:ListItem value="1981">1981</asp:ListItem>
- <asp:ListItem value="1982">1982</asp:ListItem>
- <asp:ListItem value="1983">1983</asp:ListItem>
- <asp:ListItem value="1984">1984</asp:ListItem>
- <asp:ListItem value="1985">1985</asp:ListItem>
- <asp:ListItem value="1986">1986</asp:ListItem>
- <asp:ListItem value="1987">1987</asp:ListItem>
- <asp:ListItem value="1988">1988</asp:ListItem>
- <asp:ListItem value="1989">1989</asp:ListItem>
- <asp:ListItem value="1990">1990</asp:ListItem>
- <asp:ListItem value="1991">1991</asp:ListItem>
- <asp:ListItem value="1992">1992</asp:ListItem>
- <asp:ListItem value="1993">1993</asp:ListItem>
- <asp:ListItem value="1994">1994</asp:ListItem>
- <asp:ListItem value="1995">1995</asp:ListItem>
- <asp:ListItem value="1996">1996</asp:ListItem>
- <asp:ListItem value="1997">1997</asp:ListItem>
- <asp:ListItem value="1998">1998</asp:ListItem>
- <asp:ListItem value="1999">1999</asp:ListItem>
- <asp:ListItem value="2000">2000</asp:ListItem>
- <asp:ListItem value="2001">2001</asp:ListItem>
- <asp:ListItem value="2002">2002</asp:ListItem>
- <asp:ListItem value="2003">2003</asp:ListItem>
- <asp:ListItem value="2004">2004</asp:ListItem>
- <asp:ListItem value="2005">2005</asp:ListItem>
- <asp:ListItem value="2006">2006</asp:ListItem>
- <asp:ListItem value="2007">2007</asp:ListItem>
- <asp:ListItem value="2008">2008</asp:ListItem>
- <asp:ListItem value="2009">2009</asp:ListItem>
- <asp:ListItem value="2010">2010</asp:ListItem>
- </asp:DropDownList>年
- <asp:DropDownList ID="DropDownList7" runat="server" >
- <asp:ListItem Value="1">01</asp:ListItem>
- <asp:ListItem Value="2">02</asp:ListItem>
- <asp:ListItem Value="3">03</asp:ListItem>
- <asp:ListItem Value="4">04</asp:ListItem>
- <asp:ListItem Value="5">05</asp:ListItem>
- <asp:ListItem Value="6">06</asp:ListItem>
- <asp:ListItem Value="7">07</asp:ListItem>
- <asp:ListItem Value="8">08</asp:ListItem>
- <asp:ListItem Value="9">09</asp:ListItem>
- <asp:ListItem Value="10">10</asp:ListItem>
- <asp:ListItem Value="11">11</asp:ListItem>
- <asp:ListItem Value="12">12</asp:ListItem>
- </asp:DropDownList>月
- <asp:DropDownList ID="DropDownList8" runat="server" >
- <asp:ListItem Value="1">01</asp:ListItem>
- <asp:ListItem Value="2">02</asp:ListItem>
- <asp:ListItem Value="3">03</asp:ListItem>
- <asp:ListItem Value="4">04</asp:ListItem>
- <asp:ListItem Value="5">05</asp:ListItem>
- <asp:ListItem Value="6">06</asp:ListItem>
- <asp:ListItem Value="7">07</asp:ListItem>
- <asp:ListItem Value="8">08</asp:ListItem>
- <asp:ListItem Value="9">09</asp:ListItem>
- <asp:ListItem Value="10">10</asp:ListItem>
- <asp:ListItem Value="11">11</asp:ListItem>
- <asp:ListItem Value="13">13</asp:ListItem>
- <asp:ListItem Value="14">14</asp:ListItem>
- <asp:ListItem Value="15">15</asp:ListItem>
- <asp:ListItem Value="16">16</asp:ListItem>
- <asp:ListItem Value="17">17</asp:ListItem>
- <asp:ListItem Value="18">18</asp:ListItem>
- <asp:ListItem Value="19">19</asp:ListItem>
- <asp:ListItem Value="20">20</asp:ListItem>
- <asp:ListItem Value="21">21</asp:ListItem>
- <asp:ListItem Value="22">22</asp:ListItem>
- <asp:ListItem Value="23">23</asp:ListItem>
- <asp:ListItem Value="24">24</asp:ListItem>
- <asp:ListItem Value="25">25</asp:ListItem>
- <asp:ListItem Value="26">26</asp:ListItem>
- <asp:ListItem Value="27">27</asp:ListItem>
- <asp:ListItem Value="28">28</asp:ListItem>
- <asp:ListItem Value="29">29</asp:ListItem>
- <asp:ListItem Value="30">30</asp:ListItem>
- <asp:ListItem Value="31">31</asp:ListItem>
- </asp:DropDownList>日
- <asp:CheckBox ID="CheckBox5" runat="server" Text="生日不公开" /></td>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 159px">
- 手机:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="TextBox12" runat="server"></asp:TextBox>如果飞信加入成功,则返回正确验证码</td>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 159px">
- 外网邮箱地址:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_OutSieEmailTextBox" runat="server">http://domain.live.com</asp:TextBox></td>
- </tr>
- <tr>
- <td align="center" class="usertablerow1" colspan="2">
-
- <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
- Text="添加" />
-
- <input type="Button" Class="ptsbutton" value="返回" OnClick="window.location='AddUserForm.aspx'" /><div id="Div2">
- </div> </td>
- </tr>
- </table>
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="2">
- 使用方法</th>
- </tr>
- <tr>
- <td class="usertablerow1" align="right" width="11%">
- <strong>特殊说明</strong></td>
- <td class="usertablerow1" width="89%">
- <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
- </tr>
- </table>
- </form>
- </body>
- </html>