SearchFiles.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:8k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SearchFiles.aspx.cs" Inherits="FileBooks_SearchFiles" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html>
  4. <head>
  5.     <link href="../css/main.css" type="text/css" rel="stylesheet">
  6. </head>
  7.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  8. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  9. <form runat="server" id="fm1">
  10.     <br>
  11.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  12.         border="0">
  13.         <tr>
  14.             <th colspan="3" style="height: 25px">
  15.                 文件查询</th>
  16.         </tr>
  17.                <tr>
  18.             <td class="usertablerow2" align="right" style="height: 32px;" colspan="2">
  19.              
  20.                     <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
  21.                         class="small" width="600">
  22.                         <tr>
  23.                             <td class="usertablerow2">
  24.                                 文件号:</td>
  25.                             <td class="usertablerow2">
  26.                                 <asp:TextBox ID="KeyValue_WJH" runat="server" MaxLength="150" ToolTip="文件号"></asp:TextBox></td>
  27.                             <td class="usertablerow2">
  28.                                 文件主题词:</td>
  29.                             <td class="usertablerow2">
  30.                                 <asp:TextBox ID="KeyValue_WJZTC" runat="server" MaxLength="150" ToolTip="文件主题词"></asp:TextBox></td>
  31.                         </tr>
  32.                         <tr>
  33.                             <td class="usertablerow2">
  34.                                 文件标题:</td>
  35.                             <td class="usertablerow2">
  36.                                 <asp:TextBox ID="KeyValue_BJBT" runat="server" MaxLength="150" ToolTip="文件标题"></asp:TextBox></td>
  37.                             <td class="usertablerow2">
  38.                                 文件辅标题:</td>
  39.                             <td class="usertablerow2">
  40.                                 <asp:TextBox ID="KeyValue_WJFBT" runat="server" MaxLength="50" ToolTip="文件辅标题"></asp:TextBox></td>
  41.                         </tr>
  42.                         <tr>
  43.                             <td class="usertablerow2">
  44.                                 发文单位:</td>
  45.                             <td class="usertablerow2">
  46.                                 <asp:TextBox ID="KeyValue_FWDW" runat="server" MaxLength="150" ToolTip="发文单位"></asp:TextBox></td>
  47.                             <td class="usertablerow2">
  48.                                 发文日期 :</td>
  49.                             <td class="usertablerow2">
  50.                                 <asp:TextBox ID="KeyValue_FWRQ" runat="server" MaxLength="20" onblur="IsDate(this)"
  51.                                     onclick="calendar()" ToolTip="发文日期" Width="94px"></asp:TextBox>
  52.                                 <img align="absMiddle" border="0" 
  53.                                         src="../images/calendar.gif" style="cursor: hand" />
  54.                                 -
  55.                                 <asp:TextBox ID="KeyValue_FWRQ2" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()"
  56.                                     ToolTip="发文日期" Width="114px"></asp:TextBox>
  57.                                 <img align="absMiddle" border="0" 
  58.                                         src="../images/calendar.gif" style="cursor: hand" />
  59.                             </td>
  60.                         </tr>
  61.                         <tr>
  62.                             <td class="usertablerow2" style="height: 24px">
  63.                                 密级:</td>
  64.                             <td class="usertablerow2" style="height: 24px">
  65.                                 <asp:DropDownList ID="KeyValue_MJ" runat="server">
  66.                                     <asp:ListItem Value="0">普密</asp:ListItem>
  67.                                     <asp:ListItem Value="1">绝密</asp:ListItem>
  68.                                 </asp:DropDownList></td>
  69.                             <td class="usertablerow2" style="height: 24px">
  70.                                 紧急等级:</td>
  71.                             <td class="usertablerow2" style="height: 24px">
  72.                                 <asp:DropDownList ID="KeyValue_JJDJ" runat="server">
  73.                                     <asp:ListItem Value="0">特级</asp:ListItem>
  74.                                     <asp:ListItem Value="1">普级</asp:ListItem>
  75.                                 </asp:DropDownList></td>
  76.                         </tr>
  77.                         <tr>
  78.                             <td class="usertablerow2" height="27">
  79.                                 文件分类:</td>
  80.                             <td class="usertablerow2" height="27">
  81.                                 <asp:DropDownList ID="KeyValue_WJFL" runat="server">
  82.                                     <asp:ListItem Value="0">A</asp:ListItem>
  83.                                     <asp:ListItem Value="1">B</asp:ListItem>
  84.                                     <asp:ListItem Value="2">C</asp:ListItem>
  85.                                     <asp:ListItem Value="3">D</asp:ListItem>
  86.                                 </asp:DropDownList></td>
  87.                             <td class="usertablerow2" height="27">
  88.                                 公文类别:</td>
  89.                             <td class="usertablerow2" height="27">
  90.                                 <asp:DropDownList ID="KeyValue_GWLB" runat="server">
  91.                                     <asp:ListItem Value="0">公文</asp:ListItem>
  92.                                     <asp:ListItem Value="1">资料</asp:ListItem>
  93.                                 </asp:DropDownList></td>
  94.                         </tr>
  95.                         <tr>
  96.                             <td class="usertablerow2">
  97.                                 文件页数:</td>
  98.                             <td class="usertablerow2">
  99.                                 <asp:TextBox ID="KeyValue_WJYS" runat="server" MaxLength="4" ToolTip="文件页数"></asp:TextBox></td>
  100.                             <td class="usertablerow2">
  101.                                 打印页数:</td>
  102.                             <td class="usertablerow2">
  103.                                 <asp:TextBox ID="KeyValue_DYYS" runat="server" MaxLength="4" ToolTip="打印页数"></asp:TextBox></td>
  104.                         </tr>
  105.                         <tr>
  106.                             <td class="usertablerow2" nowrap="nowrap">
  107.                                 备注:</td>
  108.                             <td class="usertablerow2" colspan="3">
  109.                                 <asp:TextBox ID="KeyValue_BZ" runat="server" MaxLength="16" ToolTip="备注"></asp:TextBox></td>
  110.                         </tr>
  111.       
  112.                     </table>
  113.             
  114.            
  115.             
  116.          
  117.             </td>
  118.         </tr>
  119.         <tr>
  120.             <td align="center" class="usertablerow1" colspan="2">
  121.                 &nbsp; &nbsp;<asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
  122.                     Text="查询" />
  123.                         &nbsp;&nbsp;
  124.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='FilesManager.aspx'" /><div id="Div2">
  125.                                 </div>   </td>
  126.          
  127.         </tr>
  128.      
  129.     </table>
  130.     <br>
  131.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  132.         border="0">
  133.         <tr>
  134.             <th colspan="2">
  135.                 使用方法</th>
  136.         </tr>
  137.         <tr>
  138.             <td class="usertablerow1" align="right" width="11%">
  139.                 <strong>特殊说明</strong></td>
  140.             <td class="usertablerow1" width="89%">
  141.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  142.         </tr>
  143.     </table>
  144.     </form>
  145.     
  146. </body>
  147. </html>