form.aspx
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:22k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="form.aspx.cs" Inherits="web_approvel_tw_form" %>
  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.     <title>无标题页</title>
  6.     <link href="../../../css/style.css" rel="stylesheet" type="text/css" />
  7.     <script type="text/javascript" language="javascript">
  8.         function selectEmployee()
  9.         {
  10.             var url = "../../personnel/curricula_vitae/employee_select_single_index.aspx";
  11.             var features = "width=500,height=400,top=200,left=250,location=no,toolbar=no,status=no,resizable=yes,scrollbars=yes";
  12.             var employee = open(url, 'selectDepartment', features);
  13.             employee.focus();
  14.         }
  15.         function setValue(id, name)
  16.         {
  17.             document.all.TxtDelegate.value=name;
  18.             document.all.DelegateId.value=id;
  19.         }
  20.     </script>
  21. </head>
  22. <body>
  23.     <form id="form1" runat="server">
  24.     <div>
  25.     <center><br />
  26.         <asp:Table ID="TblForm" runat="server" Width="574px" Height="587px">
  27.             <asp:TableHeaderRow runat="server">
  28.                 <asp:TableHeaderCell Height="20px" HorizontalAlign="Left" ColumnSpan="4" BackColor="Menu" runat="server">流通事業群台幹差假單</asp:TableHeaderCell>
  29.             </asp:TableHeaderRow>
  30.             <asp:TableRow runat="server">
  31.                 <asp:TableCell BorderWidth="1px" runat="server">
  32.                     <asp:Label BorderStyle="None" ID="LblFormNo" runat="server" Text="申請單號"></asp:Label>
  33.                 </asp:TableCell>
  34.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  35.                     <asp:TextBox ID="TxtFormNo" runat="server" Enabled="False"></asp:TextBox>
  36.                 </asp:TableCell>
  37.                 <asp:TableCell BorderWidth="1px" runat="server">
  38.                     <asp:Label BorderStyle="None" ID="LblVacationBegin" runat="server" Text="休假日期起" Enabled="False"></asp:Label>
  39.                 </asp:TableCell>
  40.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  41.                     <asp:TextBox ID="TxtVacationBegin" runat="server" Enabled="False"></asp:TextBox>
  42.                     <asp:ImageButton ID="ImageButton1" ImageUrl="~/images/calbtn.gif" runat="server" OnClick="ImageButton1_Click" Enabled="False"></asp:ImageButton>
  43.                     <asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="#999999"
  44.                         CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
  45.                         ForeColor="Black" Height="145px" OnSelectionChanged="Calendar1_SelectionChanged"
  46.                         Style="position: relative" Visible="False" Width="200px">
  47.                         <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White" />
  48.                         <SelectorStyle BackColor="#CCCCCC" />
  49.                         <WeekendDayStyle BackColor="#FFFFCC" />
  50.                         <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
  51.                         <OtherMonthDayStyle ForeColor="Gray" />
  52.                         <NextPrevStyle VerticalAlign="Bottom" />
  53.                         <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
  54.                         <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
  55.                     </asp:Calendar>
  56.                 </asp:TableCell>
  57.             </asp:TableRow>
  58.             <asp:TableRow runat="server">
  59.                 <asp:TableCell BorderWidth="1px" runat="server">
  60.                     <asp:Label BorderStyle="None" ID="LblEmpNo" runat="server" Text="申請人工號"></asp:Label>
  61.                 </asp:TableCell>
  62.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  63.                     <asp:TextBox ID="TxtEmpNo" runat="server" Enabled="False"></asp:TextBox>
  64.                 </asp:TableCell>
  65.                 <asp:TableCell BorderWidth="1px" runat="server">
  66.                     <asp:Label BorderStyle="None" ID="LblVacationEnd" runat="server" Text="休假日期止" Enabled="False"></asp:Label>
  67.                 </asp:TableCell>
  68.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  69.                     <asp:TextBox ID="TxtVacationEnd" runat="server" Enabled="False"></asp:TextBox>
  70.                     <asp:ImageButton ID="ImageButton2" ImageUrl="~/images/calbtn.gif" runat="server" OnClick="ImageButton2_Click" Enabled="False"></asp:ImageButton>
  71.                     <asp:Calendar ID="Calendar2" runat="server" BackColor="White" BorderColor="#999999"
  72.                         CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
  73.                         ForeColor="Black" Height="145px" OnSelectionChanged="Calendar2_SelectionChanged"
  74.                         Style="position: relative" Visible="False" Width="200px">
  75.                         <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White" />
  76.                         <SelectorStyle BackColor="#CCCCCC" />
  77.                         <WeekendDayStyle BackColor="#FFFFCC" />
  78.                         <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
  79.                         <OtherMonthDayStyle ForeColor="Gray" />
  80.                         <NextPrevStyle VerticalAlign="Bottom" />
  81.                         <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
  82.                         <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
  83.                     </asp:Calendar>
  84.                 </asp:TableCell>
  85.             </asp:TableRow>
  86.             <asp:TableRow runat="server">
  87.                 <asp:TableCell BorderWidth="1px" runat="server">
  88.                     <asp:Label BorderStyle="None" ID="LblApplyDate" runat="server" Text="申請日期"></asp:Label>
  89.                 </asp:TableCell>
  90.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  91.                     <asp:TextBox ID="TxtApplyDate" runat="server" Enabled="False"></asp:TextBox>
  92.                 </asp:TableCell>
  93.                 <asp:TableCell BorderWidth="1px" runat="server">
  94.                     <asp:Label BorderStyle="None" ID="LblVacationPlace" runat="server" Text="休假區域" Enabled="False"></asp:Label>
  95.                 </asp:TableCell>
  96.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  97.                     <asp:DropDownList Width="150px" ID="DdlVacationPlace" runat="server" DataSourceID="SqlDataSource2" DataTextField="name" DataValueField="id" Enabled="False">
  98.                     </asp:DropDownList>
  99.                 </asp:TableCell>
  100.             </asp:TableRow>
  101.             <asp:TableRow runat="server">
  102.                 <asp:TableCell BorderWidth="1px" runat="server">
  103.                     <asp:Label BorderStyle="None" ID="LblEmpId" runat="server" Text="申請人姓名"></asp:Label>
  104.                 </asp:TableCell>
  105.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  106.                     <asp:TextBox ID="TxtEmpName" runat="server" Enabled="False"></asp:TextBox>
  107.                 </asp:TableCell>
  108.                 <asp:TableCell BorderWidth="1px" runat="server">
  109.                     <asp:Label BorderStyle="None" ID="LblFlightGoDepart" runat="server" Text="班機(往)出發地"></asp:Label>
  110.                 </asp:TableCell>
  111.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  112.                     <asp:DropDownList ID="DdlFlightGoDepart" Width="150px" runat="server" DataSourceID="SqlDataSource3" DataTextField="name" DataValueField="id">
  113.                     </asp:DropDownList>
  114.                 </asp:TableCell>
  115.             </asp:TableRow>
  116.             <asp:TableRow runat="server">
  117.                 <asp:TableCell BorderWidth="1px" runat="server">
  118.                     <asp:Label BorderStyle="None" ID="LblDepartment" runat="server" Text="申請人部門"></asp:Label>
  119.                 </asp:TableCell>
  120.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  121.                     <asp:TextBox ID="TxtDepartment" runat="server" Enabled="False"></asp:TextBox>
  122.                 </asp:TableCell>
  123.                 <asp:TableCell BorderWidth="1px" runat="server">
  124.                     <asp:Label BorderStyle="None" ID="LblFlightGoArrive" runat="server" Text="班機(往)終地點"></asp:Label>
  125.                 </asp:TableCell>
  126.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  127.                     <asp:DropDownList ID="DdlFlightGoArrive" Width="150px" runat="server" DataSourceID="SqlDataSource3" DataTextField="name" DataValueField="id">
  128.                     </asp:DropDownList>
  129.                 </asp:TableCell>
  130.             </asp:TableRow>
  131.             <asp:TableRow runat="server">
  132.                 <asp:TableCell BorderWidth="1px" runat="server">
  133.                     <asp:Label BorderStyle="None" ID="LblPosition" runat="server" Text="申請人職稱"></asp:Label>
  134.                 </asp:TableCell>
  135.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  136.                     <asp:TextBox ID="TxtPosition" runat="server" Enabled="False"></asp:TextBox>
  137.                 </asp:TableCell>
  138.                 <asp:TableCell BorderWidth="1px" runat="server">
  139.                     <asp:Label BorderStyle="None" ID="LblFlightGoTime" runat="server" Text="(往)起飛時間"></asp:Label>
  140.                 </asp:TableCell>
  141.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  142.                     <asp:TextBox ID="TxtFlightGoTime" runat="server"></asp:TextBox>
  143.                     <asp:ImageButton ID="ImageButton5" ImageUrl="~/images/calbtn.gif" runat="server" OnClick="ImageButton5_Click"></asp:ImageButton>
  144.                     <asp:Calendar ID="Calendar5" runat="server" BackColor="White" BorderColor="#999999"
  145.                         CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
  146.                         ForeColor="Black" Height="145px" OnSelectionChanged="Calendar5_SelectionChanged"
  147.                         Style="position: relative" Visible="False" Width="200px">
  148.                         <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White" />
  149.                         <SelectorStyle BackColor="#CCCCCC" />
  150.                         <WeekendDayStyle BackColor="#FFFFCC" />
  151.                         <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
  152.                         <OtherMonthDayStyle ForeColor="Gray" />
  153.                         <NextPrevStyle VerticalAlign="Bottom" />
  154.                         <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
  155.                         <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
  156.                     </asp:Calendar>
  157.                 </asp:TableCell>
  158.             </asp:TableRow>
  159.             <asp:TableRow runat="server">
  160.                 <asp:TableCell BorderWidth="1px" runat="server">
  161.                     <asp:Label BorderStyle="None" ID="LblDelegate" runat="server" Text="代理人"></asp:Label>
  162.                 </asp:TableCell>
  163.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  164.                     <asp:TextBox ID="TxtDelegate" runat="server"></asp:TextBox>
  165.                     <input type="button" value="選擇" onclick="selectEmployee()" />
  166.                     <input id="DelegateId" type="hidden" runat="server" />
  167.                 </asp:TableCell>
  168.                 <asp:TableCell BorderWidth="1px" runat="server">
  169.                     <asp:Label BorderStyle="None" ID="LblFlightBackTime" runat="server" Text="(返)起飛時間"></asp:Label>
  170.                 </asp:TableCell>
  171.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  172.                     <asp:TextBox ID="TxtFlightBackTime" runat="server"></asp:TextBox>
  173.                     <asp:ImageButton ID="ImageButton6" ImageUrl="~/images/calbtn.gif" runat="server" OnClick="ImageButton6_Click"></asp:ImageButton>
  174.                     <asp:Calendar ID="Calendar6" runat="server" BackColor="White" BorderColor="#999999"
  175.                         CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
  176.                         ForeColor="Black" Height="145px" OnSelectionChanged="Calendar6_SelectionChanged"
  177.                         Style="position: relative" Visible="False" Width="200px">
  178.                         <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White" />
  179.                         <SelectorStyle BackColor="#CCCCCC" />
  180.                         <WeekendDayStyle BackColor="#FFFFCC" />
  181.                         <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
  182.                         <OtherMonthDayStyle ForeColor="Gray" />
  183.                         <NextPrevStyle VerticalAlign="Bottom" />
  184.                         <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
  185.                         <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
  186.                     </asp:Calendar>
  187.                 </asp:TableCell>
  188.             </asp:TableRow>
  189.             <asp:TableRow runat="server">
  190.                 <asp:TableCell BorderWidth="1px" runat="server">
  191.                     <asp:Label BorderStyle="None" ID="LblOffType" runat="server" Text="假別"></asp:Label>
  192.                 </asp:TableCell>
  193.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  194.                     <asp:DropDownList ID="DdlOffType" Width="150px" runat="server" DataSourceID="SqlDataSource1" 
  195.                         DataTextField="name" DataValueField="id" AutoPostBack="True" OnSelectedIndexChanged="DdlOffType_SelectedIndexChanged">
  196.                     </asp:DropDownList>
  197.                 </asp:TableCell>
  198.                 <asp:TableCell BorderWidth="1px" runat="server">
  199.                     <asp:Label BorderStyle="None" ID="LblFlightBackDepart" runat="server" Text="班機(返)出發地"></asp:Label>
  200.                 </asp:TableCell>
  201.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  202.                     <asp:DropDownList ID="DdlFlightBackDepart" Width="150px" runat="server" DataSourceID="SqlDataSource3" DataTextField="name" DataValueField="id">
  203.                     </asp:DropDownList>
  204.                 </asp:TableCell>
  205.             </asp:TableRow>
  206.             <asp:TableRow runat="server">
  207.                 <asp:TableCell BorderWidth="1px" runat="server">
  208.                     <asp:Label BorderStyle="None" ID="LblParenthesis" runat="server" Text="附帶公務假"></asp:Label>
  209.                 </asp:TableCell>
  210.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  211.                     <asp:TextBox ID="TxtParenthesis" runat="server"></asp:TextBox>
  212.                 </asp:TableCell>
  213.                 <asp:TableCell BorderWidth="1px" runat="server">
  214.                     <asp:Label BorderStyle="None" ID="LblFlightBackArrive" runat="server" Text="班機(返)終地點"></asp:Label>
  215.                 </asp:TableCell>
  216.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  217.                     <asp:DropDownList ID="DdlFlightBackArrive" Width="150px" runat="server" DataSourceID="SqlDataSource3" DataTextField="name" DataValueField="id">
  218.                     </asp:DropDownList>
  219.                 </asp:TableCell>
  220.             </asp:TableRow>
  221.             <asp:TableRow runat="server">
  222.                 <asp:TableCell BorderWidth="1px" runat="server">
  223.                     <asp:Label BorderStyle="None" ID="LblDays" runat="server" Text="工作日數"></asp:Label>
  224.                 </asp:TableCell>
  225.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  226.                     <asp:TextBox ID="TxtDays" runat="server"></asp:TextBox>
  227.                 </asp:TableCell>
  228.                 <asp:TableCell BorderWidth="1px" runat="server">
  229.                     <asp:Label BorderStyle="None" ID="LblBusinessBegin" runat="server" Text="工作日期起"></asp:Label>
  230.                 </asp:TableCell>
  231.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  232.                     <asp:TextBox ID="TxtBusinessBegin" runat="server"></asp:TextBox>
  233.                     <asp:ImageButton ID="ImageButton3" ImageUrl="~/images/calbtn.gif" runat="server" OnClick="ImageButton3_Click"></asp:ImageButton>
  234.                     <asp:Calendar ID="Calendar3" runat="server" BackColor="White" BorderColor="#999999"
  235.                         CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
  236.                         ForeColor="Black" Height="145px" OnSelectionChanged="Calendar3_SelectionChanged"
  237.                         Style="position: relative" Visible="False" Width="200px">
  238.                         <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White" />
  239.                         <SelectorStyle BackColor="#CCCCCC" />
  240.                         <WeekendDayStyle BackColor="#FFFFCC" />
  241.                         <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
  242.                         <OtherMonthDayStyle ForeColor="Gray" />
  243.                         <NextPrevStyle VerticalAlign="Bottom" />
  244.                         <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
  245.                         <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
  246.                     </asp:Calendar>
  247.                 </asp:TableCell>
  248.             </asp:TableRow>
  249.             <asp:TableRow runat="server">
  250.                 <asp:TableCell ID="TableCell1" BorderWidth="1px" runat="server">
  251.                     <asp:Label BorderStyle="None" ID="LblBusinessPlace" runat="server" Text="工作地點"></asp:Label>
  252.                 </asp:TableCell>
  253.                 <asp:TableCell ID="TableCell2" BorderWidth="1px" runat="server" HorizontalAlign="Left">
  254.                     <asp:DropDownList ID="DdlBusinessPlace" runat="server" DataSourceID="SqlDataSource4" 
  255.                         DataTextField="name" DataValueField="id">
  256.                     </asp:DropDownList>
  257.                 </asp:TableCell>
  258.                 <asp:TableCell BorderWidth="1px" runat="server">
  259.                     <asp:Label BorderStyle="None" ID="LblBusinessEnd" runat="server" Text="工作日期止"></asp:Label>
  260.                 </asp:TableCell>
  261.                 <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  262.                     <asp:TextBox ID="TxtBusinessEnd" runat="server"></asp:TextBox>
  263.                     <asp:ImageButton ID="ImageButton4" ImageUrl="~/images/calbtn.gif" runat="server" OnClick="ImageButton4_Click"></asp:ImageButton>
  264.                     <asp:Calendar ID="Calendar4" runat="server" BackColor="White" BorderColor="#999999"
  265.                         CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
  266.                         ForeColor="Black" Height="145px" OnSelectionChanged="Calendar4_SelectionChanged"
  267.                         Style="position: relative" Visible="False" Width="200px">
  268.                         <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White" />
  269.                         <SelectorStyle BackColor="#CCCCCC" />
  270.                         <WeekendDayStyle BackColor="#FFFFCC" />
  271.                         <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
  272.                         <OtherMonthDayStyle ForeColor="Gray" />
  273.                         <NextPrevStyle VerticalAlign="Bottom" />
  274.                         <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
  275.                         <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
  276.                     </asp:Calendar>
  277.                 </asp:TableCell>
  278.             </asp:TableRow>
  279.             <asp:TableRow runat="server">
  280.                 <asp:TableCell BorderWidth="1px" runat="server">
  281.                     <asp:Label BorderStyle="None" ID="LblReason" runat="server" Text="申請事由"></asp:Label>
  282.                 </asp:TableCell>
  283.                 <asp:TableCell ColumnSpan="3" BorderWidth="1px" runat="server" HorizontalAlign="Left">
  284.                     <asp:TextBox ID="TxtReason" Width="450px" Rows="3" TextMode="MultiLine" runat="server"></asp:TextBox>
  285.                 </asp:TableCell>
  286.             </asp:TableRow>
  287.             <asp:TableRow runat="server" BorderWidth="1px">
  288.                 <asp:TableCell ColumnSpan="4" BorderWidth="1px" runat="server">
  289.                     <asp:Button ID="BtnOk" runat="server" Text="送件" OnClick="BtnOk_Click" />&nbsp;
  290.                     <asp:Button ID="BtnSave" runat="server" Text="存储" OnClick="BtnSave_Click" />
  291.                 </asp:TableCell>
  292.             </asp:TableRow>
  293.         </asp:Table><br />
  294.         <asp:Label ID="LblError" runat="server" ForeColor="Red" Style="position: relative"></asp:Label>
  295.         <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
  296.             SelectCommand="SELECT [id], [name] FROM [OA_TW_OFF_TYPE] ORDER BY [sequence]"></asp:SqlDataSource>
  297.         <asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
  298.             SelectCommand="SELECT [id], [name] FROM [OA_VACATION_PLACE] ORDER BY [sequence]">
  299.         </asp:SqlDataSource>
  300.         <asp:SqlDataSource ID="SqlDataSource3" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
  301.             SelectCommand="SELECT [id], [name] FROM [OA_FLIGHT_PLACE] order by sequence"></asp:SqlDataSource>
  302.          <asp:SqlDataSource ID="SqlDataSource4" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
  303.             SelectCommand="SELECT [id], [name] FROM [OA_BUSINESS_PLACE]"></asp:SqlDataSource>
  304.         <asp:HiddenField ID="DepartmentId" runat="server" />
  305.         <asp:HiddenField ID="EmpId" runat="server" />
  306.         <asp:HiddenField ID="OperatorId" runat="server" />
  307.         <asp:HiddenField ID="PositionId" runat="server" />
  308.         <asp:HiddenField ID="PositionSequence" runat="server" />
  309.         <asp:HiddenField ID="a" runat="server" />
  310.     </center>
  311.     </div>
  312.     </form>
  313. </body>
  314. </html>