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

.net编程

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="WFTaskBrowse.aspx.cs" Inherits="Workflow_WFTaskBrowse" %>
  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.     <%--  <script type="text/javascript" language="javascript" src="../js/calendar.js"></script>--%>
  7.     <script type="text/javascript" language="javascript" src="../js/default.js"></script>
  8.      
  9.       <SCRIPT language="JavaScript">
  10. function SetLinkUrl(filename,flag)
  11. {
  12.    // window.open("DaiBan.aspx?strFName="+filename+"&Strbl=true");
  13.    var str=document.all('txt_sEmpName').value;
  14. //window.open("DaiBan.aspx?strFName="+filename+"&Strbl="+ flag + "&strUName=" + escape(str),"","height="+screen.availHeight+",width="+screen.availWidth+",left=0,top=0");
  15. window.open("DaiBan.aspx?strFName="+filename+"&Strbl=true&strUName=" + escape(str),"","height="+screen.availHeight+",width="+screen.availWidth+",left=0,top=0");
  16. }
  17. function SetLinkUrl2(filename)
  18. {  var str=document.all('txt_sEmpName').value;
  19. window.open("DaiBan.aspx?strFName="+filename+"&Strbl=true&strUName=" + escape(str),"","height="+screen.availHeight+",width="+screen.availWidth+",left=0,top=0");
  20. }
  21. function openHtml(filename)
  22. {
  23. window.open("doc/"+filename);
  24. }
  25. function openWordReadOnly(fileid)
  26. {
  27. var aw = window.screen.availWidth - 10; 
  28. var ah = window.screen.availHeight - 130; 
  29. window.open('word.aspx?ID='+fileid,"","fullscreen=0,toolbar=1,location=1,directories=1,status=0,menubar=1,scrollbars=1,resizable=1,width=" + aw + ",height=" + ah + ",top=0,left=0",true);
  30. }
  31. </SCRIPT>
  32.      
  33. </head>
  34. <body bgcolor="#f7f7f7"  class="body1">
  35.     <form id="form1" runat="server" >
  36.   
  37.    <TABLE width="100%" border="0" cellPadding="0" cellSpacing="0">
  38.     <tr>
  39.      <td>
  40.     <TABLE width="100%" border="0" cellPadding="0" cellSpacing="0" >
  41.        <tr>
  42.           <td bgColor="#f7f7f7" width="100%" height="25px">
  43.              <strong>&nbsp;&nbsp;    
  44.                  <asp:Label ID="LB_title" runat="server"></asp:Label>   </strong>
  45.            </td>
  46.        </tr>
  47.        <tr>
  48.          <td style="height: 28px">
  49.              <asp:ImageButton ID="IB_quxiao"  ImageUrl="~/Images/p8.jpg" ToolTip="取消"   runat="server"  OnClick="IB_quxiao_Click" />
  50.              <asp:ImageButton ID="IB_chakan" runat="server" ToolTip="查看"  ImageUrl="~/SearchP/Images/cha.gif" OnClick="IB_chakan_Click"/>
  51.            
  52.             
  53.              </td> 
  54.        </tr>
  55.     </TABLE>
  56.      <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_Qd">
  57.         <TABLE  width="100%" border="1"  cellPadding="0" cellSpacing="0"  bordercolor="#b0adad" id="TABLE2">
  58.      
  59.         <tr>
  60.          <td background="../Images/top_32.jpg" align="center" colspan="2" height="25">  
  61.            工程管理计划
  62.          </td> 
  63.         </tr>
  64.        
  65.         <tr>
  66.          <td  align="center" style="height: 26px">  
  67.             项目名称<font color="#ff0033">*</font>:  
  68.          </td> 
  69.           <td  style="height: 26px">  
  70.              <asp:TextBox ID="TB_ProjectName" runat="server"  Width="500px"></asp:TextBox>
  71.               <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="必填" ControlToValidate="TB_ProjectName" ValidationGroup="SaveButton" Display="Dynamic"></asp:RequiredFieldValidator>    
  72.              
  73.          </td> 
  74.        </tr>
  75.        </TABLE>
  76.     </asp:Panel>
  77.        <!--基层单位申请-->
  78.      <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Application">
  79.           <TABLE  width="100%" border="1"  cellPadding="0" cellSpacing="0"  bordercolor="#b0adad" id="Application2">
  80.      
  81.       <%--<tr>
  82.          <td background="../Images/top_32.jpg" align="center" colspan="2" height="25">  
  83.            工程管理计划
  84.          </td> 
  85.        </tr>
  86.        
  87.         <tr>
  88.          <td  align="center" style="height: 26px">  
  89.             项目名称<font color="#ff0033">*</font>:  
  90.          </td> 
  91.           <td  style="height: 26px">  
  92.              <asp:TextBox ID="TB_ProjectName" runat="server"  Width="500px"></asp:TextBox>
  93.               <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="必填" ControlToValidate="TB_ProjectName" ValidationGroup="SaveButton" Display="Dynamic"></asp:RequiredFieldValidator>    
  94.              
  95.          </td> 
  96.        </tr>--%>
  97.      <tr>
  98.         <td  style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
  99.         </td>
  100.          <td align="left"><asp:TextBox ID="LB_JC" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  101.               &nbsp; 
  102.               <asp:Button ID ="BtWord_JC" runat="server" Text="打开文档模板" /> 
  103.               <asp:Button ID ="BT_View_JC" runat="server" Text="浏览文档" Visible="false" /> 
  104.          </td> 
  105.        </tr>
  106.        <tr>
  107.         <td  style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
  108.         </td>
  109.          <td align="left"><asp:TextBox ID="TB_JC2" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  110.               &nbsp; 
  111.               <asp:Button ID ="BtWord_JC2" runat="server" Text="打开文档模板" /> 
  112.               <asp:Button ID ="BT_View_JC2" runat="server" Text="浏览文档" Visible="false" /> 
  113.          </td> 
  114.        </tr>
  115.         <tr>
  116.         <td  style="font-size: 10pt" align="right"> 上报人/上报时间:
  117.         </td>
  118.          <td align="left"><asp:TextBox ID="TB_JcTransactor" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  119.          </td> 
  120.        </tr>
  121.     </TABLE>
  122.   </asp:Panel>
  123.     <!-- 主管部门项目汇总-->
  124.      <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_ZG">
  125.         <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0"  bordercolor="#b0adad" id="Charge2">
  126.         <tr>
  127.          <td background="../Images/top_32.jpg" align="center"  height="25" colspan="2">  主管部门项目汇总
  128.          </td> 
  129.        </tr>
  130.          <tr>
  131.         <td  style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
  132.         </td>
  133.           <td align="left"><asp:TextBox ID="TB_ZG" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  134.               &nbsp; 
  135.               <asp:Button ID ="BT_ZG" runat="server" Text="打开文档模板" />
  136.                <asp:Button ID ="BT_View_ZG" runat="server" Text="浏览文档" Visible="false"/> 
  137.          </td> 
  138.        </tr>
  139.      <tr >
  140.         <td  style="font-size: 10pt" align="right"> 请上传电子文档(.xls文件):
  141.         </td>
  142.           <td align="left"><asp:TextBox ID="TB_ZG2" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  143.               &nbsp; 
  144.               <asp:Button ID ="BT_ZG2" runat="server" Text="打开文档模板" />
  145.                <asp:Button ID ="BT_View_ZG2" runat="server" Text="浏览文档" Visible="false"/> 
  146.          </td> 
  147.        </tr>
  148.         <tr>
  149.         <td  style="font-size: 10pt" align="right"> 上报人/上报时间:
  150.         </td>
  151.          <td align="left"><asp:TextBox ID="TB_ZgTransactor" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  152.            
  153.          </td> 
  154.        </tr>
  155.      </TABLE>
  156.    </asp:Panel>
  157.       <!-- 计企部项目汇总-->
  158.       <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_Jqb_HZ">
  159.          <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0"  bordercolor="#b0adad" id="Fg_Charge2">
  160.         <tr>
  161.          <td background="../Images/top_32.jpg" align="center"  height="25" colspan="2">  计企部项目汇总</td> 
  162.        </tr>
  163.         <tr>
  164.         <td  style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
  165.         </td>
  166.          <td align="left"><asp:TextBox ID="TB_Jqb_HZ" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  167.               &nbsp; 
  168.               <asp:Button ID ="BT_Jqb_HZ" runat="server" Text="打开文档模板" />
  169.                <asp:Button ID ="BT_View_Jqb_HZ" runat="server" Text="浏览文档" Visible="false"/>  
  170.                </td> 
  171.        </tr>
  172.        <tr>
  173.         <td  style="font-size: 10pt" align="right"> 请上传电子文档(.xls文件):
  174.         </td>
  175.          <td align="left"><asp:TextBox ID="TB_Jqb_HZ2" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  176.               &nbsp; 
  177.               <asp:Button ID ="BT_Jqb_HZ2" runat="server" Text="打开文档模板" />
  178.                <asp:Button ID ="BT_View_Jqb_HZ2" runat="server" Text="浏览文档" Visible="false"/>  
  179.                </td> 
  180.        </tr>
  181.         <tr>
  182.         <td  style="font-size: 10pt" align="right"> 上报人/上报时间:
  183.         </td>
  184.          <td align="left"><asp:TextBox ID="TB_JqbXTransactor" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  185.            
  186.          </td> 
  187.        </tr>
  188.    </TABLE>
  189.   </asp:Panel>
  190.   
  191.    <!-- 工程管理办公室项目分析-->
  192.     <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_Gcgl_XF">
  193.     <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0"  bordercolor="#b0adad" id="Finance2">
  194.         <tr>
  195.          <td background="../Images/top_32.jpg" align="center"  height="25" colspan="2">  工程管理办公室项目分析</td> 
  196.        </tr>
  197.        <tr>
  198.         <td  style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
  199.         </td>
  200.          <td align="left"><asp:TextBox ID="TB_Gcgl_XF" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  201.               &nbsp; 
  202.              <%-- <asp:Button ID ="BT_Gcgl_XF" runat="server" Text="打开文档模板"/> --%>
  203.                <asp:Button ID ="BT_View_Gcgl_XF" runat="server" Text="浏览文档" Visible="false"/> 
  204.                </td> 
  205.        </tr>
  206.         <tr>
  207.         <td  style="font-size: 10pt" align="right"> 请上传电子文档(.xls文件):
  208.         </td>
  209.          <td align="left"><asp:TextBox ID="TB_Gcgl_XF2" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  210.               &nbsp; 
  211.            <%--   <asp:Button ID ="BT_Gcgl_XF2" runat="server" Text="打开文档模板"/> --%>
  212.                <asp:Button ID ="BT_View_Gcgl_XF2" runat="server" Text="浏览文档"/> 
  213.                </td> 
  214.        </tr>
  215.         <tr>
  216.         <td  style="font-size: 10pt" align="right"> 上报人/上报时间:
  217.         </td>
  218.          <td align="left"><asp:TextBox ID="TB_GcglXTransactor" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  219.            
  220.          </td> 
  221.        </tr>
  222.    </TABLE>
  223.    </asp:Panel>
  224.    
  225.   <!-- 分管领导批示(审核)-->
  226.   <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_Fg">
  227.      <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0"  bordercolor="#b0adad" id="FG_Charge22">
  228.          <tr>
  229.          <td background="../Images/top_32.jpg" align="center"  height="25px">  
  230.           分管领导审定意见
  231.          </td> 
  232.        </tr>
  233.          <tr>
  234.          <td align="center">  
  235.            <asp:TextBox ID="TB_FgIdea" runat="server" Width="700px" Text="同意" TextMode="MultiLine" Rows="5"></asp:TextBox>
  236.          </td> 
  237.        </tr>
  238.    </TABLE>
  239.   </asp:Panel>
  240.    
  241.    
  242.    <!-- 计企部编写工程计划清单-->
  243.    <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_Jqb_BX">
  244.          <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0"  bordercolor="#b0adad" id="TABLE1">
  245.         <tr>
  246.          <td background="../Images/top_32.jpg" align="center"  height="25" colspan="2">  计企部编写工程计划清单</td> 
  247.        </tr>
  248.         <tr>
  249.         <td  style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
  250.         </td>
  251.          <td align="left"><asp:TextBox ID="TB_Jqb_BX" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  252.               &nbsp; 
  253.               <asp:Button ID ="BT_Jqb_BX" runat="server" Text="打开文档模板"/> 
  254.                <asp:Button ID ="BT_View_Jqb_BX" runat="server" Text="浏览文档" Visible="false"/> 
  255.                </td> 
  256.        </tr>
  257.         <tr>
  258.         <td  style="font-size: 10pt" align="right"> 请上传电子文档(.xls文件):
  259.         </td>
  260.          <td align="left"><asp:TextBox ID="TB_Jqb_BX2" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  261.               &nbsp; 
  262.              <%-- <asp:Button ID ="BT_Jqb_BX2" runat="server" Text="打开文档模板"/> --%>
  263.                <asp:Button ID ="BT_View_Jqb_BX2" runat="server" Text="浏览文档"/> 
  264.                </td> 
  265.        </tr>
  266.         <tr>
  267.         <td  style="font-size: 10pt" align="right"> 上报人/上报时间:
  268.         </td>
  269.          <td align="left"><asp:TextBox ID="TB_JqbBTransactor" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  270.            
  271.          </td> 
  272.        </tr>
  273.    </TABLE>
  274.   </asp:Panel>
  275.    <!-- 工程预算委员会审批-->
  276.    <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_Gc">
  277.     <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0"  bordercolor="#b0adad" id="Jqb_FirstAudit2">
  278.         <tr>
  279.          <td background="../Images/top_32.jpg" align="center"  height="25px">  
  280.           工程预算委员会审批
  281.          </td> 
  282.        </tr>
  283.          <tr>
  284.          <td align="center">  
  285.            <asp:TextBox ID="TB_ZjwyhIdea" runat="server" Width="700px" Text="同意" TextMode="MultiLine" Rows="5"></asp:TextBox>
  286.          </td> 
  287.        </tr>
  288.    </TABLE>
  289.    </asp:Panel>
  290.     <!-- 总经济师核算-->
  291.       <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_HS">
  292.     <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0"  bordercolor="#b0adad" id="TABLE4">
  293.         <tr>
  294.          <td background="../Images/top_32.jpg" align="center" colspan="2" style="height: 25px">  总经济师核算
  295.          </td> 
  296.        </tr>
  297.         
  298.         <tr>
  299.         <td  style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
  300.         </td>
  301.          <td align="left"><asp:TextBox ID="TB_HS" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  302.               &nbsp; 
  303.               <asp:Button ID ="BT_HS" runat="server" Text="打开文档模板" />
  304.                <asp:Button ID ="BT_View_HS" runat="server" Text="浏览文档" Visible="false" /> 
  305.                </td> 
  306.        </tr>
  307.         <tr>
  308.         <td  style="font-size: 10pt" align="right"> 请上传电子文档(.xls文件):
  309.         </td>
  310.          <td align="left"><asp:TextBox ID="TB_HS2" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  311.               &nbsp; 
  312.               <%--<asp:Button ID ="BT_HS2" runat="server" Text="打开文档模板" />--%>
  313.                <asp:Button ID ="BT_View_HS2" runat="server" Text="浏览文档"/> 
  314.                </td> 
  315.        </tr>
  316.        <tr>
  317.         <td  style="font-size: 10pt" align="right"> 上报人/上报时间:
  318.         </td>
  319.          <td align="left"><asp:TextBox ID="TB_HSTransactor" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  320.            
  321.          </td> 
  322.        </tr>
  323.    </TABLE>
  324.  </asp:Panel>
  325.      <!-- 公司领导审批-->
  326.    <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Pn_Gs">
  327.     <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0"  bordercolor="#b0adad" id="Zjl_Charge2">
  328.          <tr>
  329.          <td background="../Images/top_32.jpg" align="center"  height="25px">  
  330.           公司领导审批
  331.          </td> 
  332.        </tr>
  333.          <tr>
  334.          <td align="center">  
  335.            <asp:TextBox ID="TB_GsIdea" runat="server" Width="700px" Text="同意" TextMode="MultiLine" Rows="5"></asp:TextBox>
  336.          </td> 
  337.        </tr>
  338.          
  339.    </TABLE>
  340.    </asp:Panel>
  341.   
  342.    
  343.    <!-- 计企部正式发文-->
  344.    <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="Jqb_FW">
  345.     <TABLE width="100%" border="1" cellPadding="0" cellSpacing="0"  bordercolor="#b0adad" id="Jqb_Charge2">
  346.         <tr>
  347.          <td background="../Images/top_32.jpg" align="center" colspan="2" style="height: 25px">  计企部正式发文
  348.          </td> 
  349.        </tr>
  350.         
  351.         <tr>
  352.         <td  style="font-size: 10pt" align="right"> 请上传电子文档(.doc文件):
  353.         </td>
  354.          <td align="left"><asp:TextBox ID="TB_Jqb_FW" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  355.               &nbsp; 
  356.               <asp:Button ID ="BT_Jqb_FW" runat="server" Text="打开文档模板" />
  357.                <asp:Button ID ="BT_View_Jqb_FW" runat="server" Text="浏览文档" Visible="false" /> 
  358.                </td> 
  359.        </tr>
  360.         <tr>
  361.         <td  style="font-size: 10pt" align="right"> 请上传电子文档(.xls文件):
  362.         </td>
  363.          <td align="left"><asp:TextBox ID="TB_Jqb_FW2" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  364.               &nbsp; 
  365.              <%-- <asp:Button ID ="BT_Jqb_FW2" runat="server" Text="打开文档模板" />--%>
  366.                <asp:Button ID ="BT_View_Jqb_FW2" runat="server" Text="浏览文档"/> 
  367.                </td> 
  368.        </tr>
  369.        <tr>
  370.         <td  style="font-size: 10pt" align="right"> 上报人/上报时间:
  371.         </td>
  372.          <td align="left"><asp:TextBox ID="TB_JqbZTransactor" runat="server"  Width="380px" Enabled="false"></asp:TextBox>
  373.            
  374.          </td> 
  375.        </tr>
  376.    </TABLE>
  377.  </asp:Panel>
  378.     
  379.          
  380.     <TABLE width="100%" border="0" cellPadding="0" cellSpacing="0"  bordercolor="#B0ADAD">
  381.        <tr>
  382.           <td  height="5px">  </td>
  383.        </tr>
  384.        <tr>
  385.          <td align="center">  
  386.                  <asp:ImageButton ID="BT_Confirm" runat="server" ImageUrl="~/Images/queding.gif"   ValidationGroup="SaveButton" OnClick="BT_Confirm_Click"/>
  387.             
  388.              </td> 
  389.         
  390.        </tr>
  391.       <tr>
  392.           <td  height="5">  </td>
  393.        </tr>
  394.    </TABLE>
  395.    <asp:Panel BorderWidth="0px" Width="100%" runat="server" ID="PN_Button">
  396.      <TABLE width="100%" border="0" cellPadding="0" cellSpacing="0"  bordercolor="#b0adad">
  397.        <tr>
  398.           <td  height="5">  </td>
  399.        </tr>
  400.        <tr>
  401.          <td align="center">
  402.                     <asp:ImageButton ID="IB_Collect" runat="server" ImageUrl="~/Workflow/image/collect.jpg"  Visible="false"  ValidationGroup="SaveButton" OnClick="IB_Collect_Click" />
  403. <%--          <asp:ImageButton ID="IB_Pass_JQ" runat="server" ImageUrl="~/Workflow/image/Pass.jpg"  ValidationGroup="SaveButton"  Visible="false"  OnClientClick="javascript:modelesswin5();" OnClick="IB_Pass_JQ_Click" />--%>
  404.           <asp:ImageButton ID="BT_Pass" runat="server" ImageUrl="~/Workflow/image/Pass.jpg"  ValidationGroup="SaveButton"  OnClick="BT_Pass_Click" />
  405.            <%-- <asp:Button ID="BT_Pass" runat="server" Text="申核通过" OnClick="BT_Pass_Click" />--%>
  406.           <asp:ImageButton ID="BT_NoPass" runat="server" ImageUrl="~/Images/NoPass.gif"  Visible="false"  ValidationGroup="SaveButton" OnClick="BT_NoPass_Click"/>
  407.           <%--  <asp:Button ID="BT_Untread" runat="server" Text="退回" OnClick="BT_Untread_Click"  />--%>
  408.          <asp:ImageButton ID="BT_Untread" runat="server" ImageUrl="~/Workflow/image/Untread.jpg" ValidationGroup="SaveButton" OnClick="BT_Untread_Click" />
  409.            <%-- <asp:Button ID="BT_Revoke" runat="server" Text="作废" OnClick="BT_Revoke_Click" />--%>
  410.         
  411.             <asp:ImageButton ID="BT_Revoke" runat="server" ImageUrl="~/Workflow/image/Revoke.jpg"  ValidationGroup="SaveButton" OnClick="BT_Revoke_Click" />
  412.        
  413.          </td> 
  414.          
  415.        </tr>
  416.         <tr>
  417.           <td  height="5">  </td>
  418.        </tr>
  419.     </TABLE>
  420.   </asp:Panel>
  421.   
  422.     </td> 
  423.    
  424.    </tr>
  425.    </TABLE>
  426.       <input type="hidden" id="txt_sEmpName" name="txt_sEmpName"   runat="server">
  427.       <input type="hidden" id="txt_ProjectID" name="txt_ProjectID"    runat="server">
  428.       <input type="hidden" id="txt_WFInstanceID" name="txt_WFInstanceID"   runat="server">
  429.       <input type="hidden" id="txt_ActivityID" name="txt_ActivityID"   runat="server">
  430.       <input type="hidden" id="txt_ActID" name="txt_ActID"   runat="server">
  431.       
  432.        <input type="hidden" id="txt_employeid" name="txt_employeid"   runat="server">
  433.        
  434.        <input type="hidden" id="txt_MustChooseItem" name="txt_MustChooseItem"   runat="server">
  435.        <input type="hidden" id="txt_LDid" name="txt_LDid"   runat="server">
  436.        <input type="hidden" id="txt_FName" name="txt_FName"   runat="server">
  437.            
  438.        <input type="hidden" id="txt_ZgFname" name="txt_ZgFname"   runat="server">
  439.     </form>
  440. </body>
  441. </html>