client.aspx
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:9k
源码类别:

.net编程

开发平台:

C#

  1. <%@ page language="C#" autoeventwireup="true" inherits="Workflow_ProjectTaking_document, App_Web_4afs73eh" theme="Normal" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <link href="../../App_Themes/Normal/default.css" rel="stylesheet" type="text/css" />
  6.    <base target =_self ></base>
  7.     <title>无标题页</title>
  8.     <LINK rel="stylesheet" type="text/css" href="../App_Themes/Normal/default.css" />
  9.     <script type ="text/javascript">
  10.      function returnvalue()
  11.      {
  12.         var clientname=document.getElementById ("TB_Name").value;
  13.         window.returnValue=clientname;
  14.      }
  15.     </script>
  16. </head>
  17. <body bgcolor="#f7f7f7" style="overflow-x:auto; overflow-y: auto;" onunload ="returnvalue()">
  18.     <form id="form1" runat="server" >
  19.         <table width="100%" border="1" bordercolor="#B0ADAD" cellpadding=0 cellspacing=0>
  20.         <tr>
  21.           <td background="../Images/top_32.jpg" height="25" align="center" style ="text-align :center" colspan ="4">添加客户信息</td>
  22.         </tr>
  23.             <tr>
  24.                 <td style="width: 15%; height: 26px; text-align: right;">
  25.                     客户名称:</td>
  26.                 <td style="width: 35%; height: 26px">
  27.                     <asp:TextBox ID="TB_Name" runat="server" Width="250px"></asp:TextBox></td>
  28.                 <td style="width: 15%; height: 26px; text-align: right;">
  29.                     出生年月:</td>
  30.                 <td style="width: 35%; height: 26px">
  31.                     <asp:TextBox ID="TB_Birthday" runat="server" Width="250px"></asp:TextBox></td>
  32.             </tr>
  33.             <tr>
  34.                 <td style="width: 15%; text-align: right; height: 22px;">
  35.                     性别:</td>
  36.                 <td style="width: 35%; height: 22px;">
  37.                     <asp:DropDownList ID="DDL_Sex" runat="server" Width="256px">
  38.                         <asp:ListItem Value="1">男</asp:ListItem>
  39.                         <asp:ListItem Value="2">女</asp:ListItem>
  40.                     </asp:DropDownList></td>
  41.                 <td style="width: 15%; text-align: right; height: 22px;">
  42.                     客户学历:</td>
  43.                 <td style="width: 35%; height: 22px;"><asp:DropDownList ID="DDL_ClientDegree" runat="server" Width="256px">
  44.                     <asp:ListItem Value="1">中专</asp:ListItem>
  45.                     <asp:ListItem Value="2">大专</asp:ListItem>
  46.                     <asp:ListItem Value="3">本科</asp:ListItem>
  47.                     <asp:ListItem Value="4">研究生</asp:ListItem>
  48.                     <asp:ListItem Value="5">博士</asp:ListItem>
  49.                     <asp:ListItem Value="6">其他</asp:ListItem>
  50.                 </asp:DropDownList></td>
  51.             </tr>
  52.             <tr>
  53.                 <td style="width: 15%; text-align: right; height: 28px;">
  54.                     身份证:</td>
  55.                 <td style="width: 35%; height: 28px;">
  56.                     <asp:TextBox ID="TB_IdentityCard" runat="server" Width="250px"></asp:TextBox></td>
  57.                 <td style="width: 15%; text-align: right; height: 28px;">
  58.                     客户电话:</td>
  59.                 <td style="width: 35%; height: 28px;">
  60.                     <asp:TextBox ID="TB_Phone" runat="server" Width="250px"></asp:TextBox></td>
  61.             </tr>
  62.             <tr>
  63.                 <td style="width: 15%; height: 26px; text-align: right;">
  64.                     婚姻状况:</td>
  65.                 <td style="width: 35%; height: 26px">
  66.                     <asp:DropDownList ID="DDL_Marriage" runat="server" Width="256px">
  67.                         <asp:ListItem Value="1">未婚</asp:ListItem>
  68.                         <asp:ListItem Value="2">已婚</asp:ListItem>
  69.                         <asp:ListItem Value="3">离异</asp:ListItem>
  70.                         <asp:ListItem Value="4">丧偶</asp:ListItem>
  71.                     </asp:DropDownList></td>
  72.                 <td style="width: 15%; height: 26px; text-align: right;">
  73.                     家庭住址:</td>
  74.                 <td style="width: 35%; height: 26px">
  75.                     <asp:TextBox ID="TB_HomeAddress" runat="server" Width="250px"></asp:TextBox></td>
  76.             </tr>
  77.             <tr>
  78.                 <td style="width: 15%; text-align: right;">
  79.                     客户工作单位:</td>
  80.                 <td style="width: 35%">
  81.                     <asp:TextBox ID="TB_WorkUnit" runat="server" Width="250px"></asp:TextBox></td>
  82.                 <td style="width: 15%; text-align: right;">
  83.                     客户住所:</td>
  84.                 <td style="width: 35%">
  85.                     <asp:TextBox ID="TB_Address" runat="server" Width="250px"></asp:TextBox></td>
  86.             </tr>
  87.             <tr>
  88.                 <td style="width: 15%; height: 21px; text-align: right;">
  89.                     工资:</td>
  90.                 <td style="width: 35%; height: 21px">
  91.                     <asp:TextBox ID="TB_Salary" runat="server" Width="250px"></asp:TextBox></td>
  92.                 <td style="width: 15%; height: 21px; text-align: right;">
  93.                     客户备注:</td>
  94.                 <td style="width: 35%; height: 21px">
  95.                     <asp:TextBox ID="TB_Remark" runat="server" Width="250px"></asp:TextBox></td>
  96.             </tr>
  97.             <tr>
  98.                 <td style="width: 15%; text-align: right;">
  99.                     配偶名称:</td>
  100.                 <td style="width: 35%">
  101.                     <asp:TextBox ID="TB_ConsortName" runat="server" Width="250px"></asp:TextBox></td>
  102.                 <td style="width: 15%; text-align: right;">
  103.                     配偶出生年月:</td>
  104.                 <td style="width: 35%">
  105.                     <asp:TextBox ID="TB_ConsortBirthday" runat="server" Width="250px"></asp:TextBox></td>
  106.             </tr>
  107.             <tr>
  108.                 <td style="width: 15%; height: 21px; text-align: right;">
  109.                     配偶性别:</td>
  110.                 <td style="width: 35%; height: 21px">
  111.                     <asp:DropDownList ID="DDL_ConsortSex" runat="server" Width="256px">
  112.                         <asp:ListItem Value="1">男</asp:ListItem>
  113.                         <asp:ListItem Value="2">女</asp:ListItem>
  114.                     </asp:DropDownList></td>
  115.                 <td style="width: 15%; height: 21px; text-align: right;">
  116.                     配偶学历:</td>
  117.                 <td style="width: 35%; height: 21px"><asp:DropDownList ID="DDL_MateDegree" runat="server" Width="256px">
  118.                     <asp:ListItem Value="1">中专</asp:ListItem>
  119.                     <asp:ListItem Value="2">大专</asp:ListItem>
  120.                     <asp:ListItem Value="3">本科</asp:ListItem>
  121.                     <asp:ListItem Value="4">研究生</asp:ListItem>
  122.                     <asp:ListItem Value="5">博士</asp:ListItem>
  123.                     <asp:ListItem Value="6">其他</asp:ListItem>
  124.                 </asp:DropDownList></td>
  125.             </tr>
  126.             <tr>
  127.                 <td style="width: 15%; text-align: right; height: 17px;">
  128.                     配偶身份证号码:</td>
  129.                 <td style="width: 100px; height: 17px;">
  130.                     <asp:TextBox ID="TB_ConsortIdentityCard" runat="server" Width="250px"></asp:TextBox></td>
  131.                 <td style="width: 15%; text-align: right; height: 17px;">
  132.                     配偶家庭住址:</td>
  133.                 <td style="width: 35%; height: 17px;">
  134.                     <asp:TextBox ID="TB_ConsortHomeAddress" runat="server" Width="250px"></asp:TextBox></td>
  135.             </tr>
  136.             <tr>
  137.                 <td style="width: 15%; text-align: right;">
  138.                     配偶单位:</td>
  139.                 <td style="width: 35%">
  140.                     <asp:TextBox ID="TB_ConsortUnit" runat="server" Width="250px"></asp:TextBox></td>
  141.                 <td style="width: 15%; text-align: right;">
  142.                     配偶工资:</td>
  143.                 <td style="width: 35%">
  144.                     <asp:TextBox ID="TB_ConsortSalary" runat="server" Width="250px"></asp:TextBox></td>
  145.             </tr>
  146.             <tr>
  147.                 <td style="width: 15%; text-align: right;">
  148.                     配偶住所:</td>
  149.                 <td style="width: 35%">
  150.                     <asp:TextBox ID="TB_ConsortZhuSuo" runat="server" Width="250px"></asp:TextBox></td>
  151.                 <td style="width: 15%; text-align: right;">
  152.                     配偶备注:</td>
  153.                 <td style="width: 35%">
  154.                     <asp:TextBox ID="TB_ConsortRemark" runat="server" Width="250px"></asp:TextBox></td>
  155.             </tr>
  156.             <tr>
  157.                 <td colspan="4" style="height: 21px">
  158.                 </td>
  159.             </tr>
  160.             <tr>
  161.                 <td colspan="4" style="text-align: center">
  162.                     <asp:ImageButton ID="IB_Confirm" runat="server" ImageUrl="~/Images/queding.gif" OnClick="IB_Confirm_Click" />
  163.                     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
  164.                     <asp:ImageButton ID="IB_Cancel" runat="server" ImageUrl="~/Images/quxiao.gif" OnClick="IB_Cancel_Click"/></td>
  165.             </tr>
  166.         </table>
  167.     </form>
  168. </body>
  169. </html>