Query.aspx
上传用户:xuming1973
上传日期:2014-02-27
资源大小:17511k
文件大小:5k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="Query.aspx.cs" AutoEventWireup="false" Inherits="UDS.SubModule.UnitiveDocument.DocumentFlow.Query" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>Query</title>
  6. <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
  7. <meta content="C#" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <LINK href="../../../css/BasicLayout.css" type="text/css" rel="stylesheet">
  10. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  11. </HEAD>
  12. <body leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout">
  13. <form id="Form1" method="post" runat="server">
  14. <FONT face="宋体">
  15. <TABLE borderColor="#111111" cellSpacing="0" cellPadding="0" width="100%" border="0">
  16. <TR height="30">
  17. <TD class="GbText" align="right" width="20" background="../../../Images/treetopbg.jpg"
  18. bgColor="#c0d9e6"><FONT color="#003366" size="3"><IMG height="16" src="../../../DataImages/DocFlow.gif" width="16"></FONT></TD>
  19. <TD class="GbText" style="WIDTH: 75px" align="right" width="75" background="../../../Images/treetopbg.jpg"
  20. bgColor="#e8f4ff"><FONT color="#003366" size="2">文档流转</FONT></TD>
  21. <TD class="GbText" align="left" background="../../../Images/treetopbg.jpg" bgColor="#e8f4ff"><FONT color="#003366" size="2">-查询&nbsp;</FONT></TD>
  22. </TR>
  23. </TABLE>
  24. <table class="GbText" style="BORDER-COLLAPSE: collapse" borderColor="#c3d9ff" cellSpacing="0"
  25. cellPadding="0" width="100%" border="1">
  26. <tr>
  27. <td width="56" style="WIDTH: 56px; HEIGHT: 31px"><FONT color="#003366" size="2">流程名</FONT></td>
  28. <td width="1" style="WIDTH: 1px; HEIGHT: 31px"><asp:dropdownlist id="ddlFlow" runat="server" AutoPostBack="True" Width="150px"></asp:dropdownlist></td>
  29. <td width="56" style="WIDTH: 156px; HEIGHT: 31px" align="right"><FONT color="#003366" size="2">判断条件</FONT>&nbsp;
  30. </td>
  31. <td colspan="2" style="HEIGHT: 31px"><asp:dropdownlist id="ddlCondition" runat="server" Width="120px"></asp:dropdownlist>
  32. <asp:dropdownlist id="ddlCompare" runat="server" Width="60px" Height="20px">
  33. <asp:ListItem Value="&gt;">&gt;</asp:ListItem>
  34. <asp:ListItem Value="=">=</asp:ListItem>
  35. <asp:ListItem Value="&lt;">&lt;</asp:ListItem>
  36. <asp:ListItem Value="&gt;=">&gt;=</asp:ListItem>
  37. <asp:ListItem Value="&lt;=">&lt;=</asp:ListItem>
  38. <asp:ListItem Value="&lt;&gt;">&lt;&gt;</asp:ListItem>
  39. <asp:ListItem Value=" Like "> 中有</asp:ListItem>
  40. </asp:dropdownlist><asp:textbox id="txtValue" runat="server" Width="100px"></asp:textbox>统计:
  41. <asp:DropDownList id="ddlStatistic" runat="server" Width="108px"></asp:DropDownList></td>
  42. </tr>
  43. <tr>
  44. <td style="WIDTH: 56px" vAlign="top" rowSpan="2"><FONT color="#003366" size="2">显示列</FONT></td>
  45. <td style="WIDTH: 1px" vAlign="top" rowSpan="2" borderColor="#ffffff"><asp:checkboxlist id="cblDisplay" runat="server" Width="150px" Height="122px" BorderColor="#99ccff"
  46. BorderStyle="Solid" BorderWidth="1px" Font-Size="10"></asp:checkboxlist></td>
  47. <td colspan="2" vAlign="middle" align="right" style="HEIGHT: 20px" borderColor="#ffffff"><asp:button id="cmdAdd" runat="server" Width="75px" CssClass="redButtonCss" Text="增加>>"></asp:button></td>
  48. <td width="285" rowspan="2" vAlign="middle" style="WIDTH: 250px" borderColor="#ffffff">
  49. <asp:listbox id="lbCondition" runat="server" Width="141px" Height="163px"></asp:listbox>
  50. </td>
  51. </tr>
  52. <tr>
  53. <td colspan="2" vAlign="middle" align="right" borderColor="#ffffff">
  54. <asp:button id="cmdDelete" runat="server" Width="75px" CssClass="redButtonCss" Text="删除<<"></asp:button></td>
  55. </tr>
  56. </table>
  57. <table class="GbText" style="BORDER-COLLAPSE: collapse" borderColor="#93bee2" cellSpacing="0"
  58. cellPadding="0" width="100%" border="1">
  59. <tr>
  60. <td align="center" colSpan="5" height="30" borderColor="#ffffff"><asp:button id="cmdQuery" runat="server" Width="56px" CssClass="redButtonCss" Text="查询"></asp:button></td>
  61. </tr>
  62. <tr>
  63. <td style="WIDTH: 929px" vAlign="top" colSpan="5"><FONT color="#003366" size="2">
  64. <asp:table id="tabResult" runat="server" Width="100%" Height="16px" BorderStyle="Solid" BorderWidth="1px"
  65. BorderColor="#8080FF">
  66. <asp:TableRow>
  67. <asp:TableCell Font-Size="10pt" HorizontalAlign="Center" Text="自定义查询"></asp:TableCell>
  68. </asp:TableRow>
  69. </asp:table>
  70. </FONT>
  71. </td>
  72. </tr>
  73. </table>
  74. </FONT>
  75. </form>
  76. </TR></TABLE>
  77. </body>
  78. </HTML>