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

.net编程

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="WorkFlowSelectDocAct.aspx.cs" Inherits="Workflow_WorkFlowSelectDocAct" %>
  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="style/formbody.css" rel="stylesheet" type="text/css" />
  6.     <title>文挡模板选择</title>
  7. </head>
  8. <body>
  9.     <form id="form1" runat="server">
  10.     <div>
  11.     <input id="HListDoc" type="hidden" name="ListDoc" runat="server"/>
  12.     <input id="HEditDoc" type ="hidden" name ="HEditDoc" runat="server" />
  13.     <input id="HFileDialog" type="hidden" name="HFileDialog" runat="server" />
  14. <table cellspacing="0" cellpadding="0" width="82%" border="0" style="text-align:center;" >
  15.     <tr>
  16.         <td>
  17.             <fieldset>
  18.             <legend style="text-align:left;">
  19. <img alt="本活动选择可编辑的文挡模板" src="image/DateTime.gif" style="text-align:center; border:0;"/>本活动选择可编辑的文挡模板
  20. </legend>
  21.             <table>
  22.                 <tr>
  23.             <td style="height:10; width:10;"></td>
  24.             <td align="left" style="width:400;"></td>
  25.             </tr>
  26.             <tr style="height:18;">
  27.             <td style="height:18;">
  28.             <table>
  29.                 <tr>
  30.                 <td>
  31.                     <asp:listbox id="lbDoc" runat="server" Height="200px" Width="160px" SelectionMode="Multiple"
  32. CssClass="input"></asp:listbox>
  33.                 </td>
  34.                 <td>
  35.                     <asp:ImageButton id="ImgDoc" runat="server" ImageUrl="image/ch.gif" ></asp:ImageButton>
  36.                 </td>
  37.                 <td>
  38.                     <asp:ImageButton id="DeleteDoc" runat="server" ImageUrl="image/deleteb.gif" OnClientClick="javascript:return DeleteDoc();"></asp:ImageButton>
  39.                 </td>
  40.                 <td>
  41.                     <asp:ImageButton id="EditDoc" runat="server" ImageUrl="image/handle.gif" OnClientClick="javascript:return OpenWindowDoc();"></asp:ImageButton>
  42.                 </td>
  43.                 </tr>
  44.             </table>
  45.             </td>
  46.             </tr>
  47.             </table> 
  48.           </fieldset>
  49.             </td>
  50.         </tr>
  51.     </table>     
  52.     </div>
  53.     </form>
  54. </body>
  55. </html>