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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="UpFilesAdd.aspx.cs" Inherits="FileBooks_UpFilesAdd" %>
  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.                 <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
  20.                     class="small" width="95%">
  21.                     <tr>
  22.                         <td class="usertablerow2">
  23.                             文件号:</td>
  24.                         <td class="usertablerow2">
  25.                        <asp:TextBox ID="KeyValue_WJH" runat="server" ToolTip="文件号"  MaxLength="150"></asp:TextBox></td>
  26.                         <td class="usertablerow2">
  27.                             文件主题词:</td>
  28.                         <td class="usertablerow2">
  29.                      <asp:TextBox ID="KeyValue_WJZTC" runat="server" ToolTip="文件主题词"  MaxLength="150"></asp:TextBox></td>
  30.                     </tr>
  31.                     <tr>
  32.                         <td class="usertablerow2">
  33.                             文件标题:</td>
  34.                         <td class="usertablerow2">
  35.                <asp:TextBox ID="KeyValue_BJBT" runat="server" ToolTip="文件标题"  MaxLength="150"></asp:TextBox></td>
  36.                         <td class="usertablerow2">
  37.                             文件辅标题:</td>
  38.                         <td class="usertablerow2">
  39.                           <asp:TextBox ID="KeyValue_WJFBT" runat="server" ToolTip="文件辅标题"  MaxLength="50"></asp:TextBox></td>
  40.                     </tr>
  41.                     <tr>
  42.                         <td class="usertablerow2">
  43.                             发文单位:</td>
  44.                         <td class="usertablerow2">
  45.                             <asp:TextBox ID="KeyValue_FWDW" runat="server" ToolTip="发文单位"  MaxLength="150"></asp:TextBox></td>
  46.                         <td class="usertablerow2">
  47.                             发文日期 :</td>
  48.                         <td class="usertablerow2">
  49.                             <asp:TextBox ID="KeyValue_FWRQ" runat="server" ToolTip="发文日期"  MaxLength="20" onblur="IsDate(this)" onclick="calendar()"></asp:TextBox><img
  50.                                 align="absMiddle" border="0" 
  51.                                 src="../images/calendar.gif" style="cursor: hand" />
  52.                         </td>
  53.                     </tr>
  54.                     <tr>
  55.                         <td class="usertablerow2">
  56.                             密级:</td>
  57.                         <td class="usertablerow2">
  58.                                   <asp:DropDownList ID="KeyValue_MJ" runat="server" >
  59.                     <asp:ListItem Value="0">普密</asp:ListItem>
  60.                     <asp:ListItem Value="1">绝密</asp:ListItem>
  61.          
  62.                 </asp:DropDownList>
  63.                      
  64.                         </td>
  65.                         <td class="usertablerow2">
  66.                             紧急等级:</td>
  67.                         <td class="usertablerow2">
  68.                                                   <asp:DropDownList ID="KeyValue_JJDJ" runat="server" >
  69.                     <asp:ListItem Value="0">特级</asp:ListItem>
  70.                     <asp:ListItem Value="1">普级</asp:ListItem>
  71.             
  72.                 </asp:DropDownList>
  73.                   
  74.                         </td>
  75.                     </tr>
  76.                     <tr>
  77.                         <td class="usertablerow2" height="27">
  78.                             文件分类:</td>
  79.                         <td class="usertablerow2" height="27">
  80.                                                              <asp:DropDownList ID="KeyValue_WJFL" runat="server" >
  81.                     <asp:ListItem Value="0">A</asp:ListItem>
  82.                     <asp:ListItem Value="1">B</asp:ListItem>
  83.                     <asp:ListItem Value="2">C</asp:ListItem>
  84.                      <asp:ListItem Value="3">D</asp:ListItem>
  85.                 </asp:DropDownList>
  86.                         </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.       
  94.                 </asp:DropDownList>
  95.                  
  96.                         </td>
  97.                     </tr>
  98.                     <tr>
  99.                         <td class="usertablerow2">
  100.                             文件页数:</td>
  101.                         <td class="usertablerow2">
  102.                           <asp:TextBox ID="KeyValue_WJYS" runat="server" ToolTip="文件页数"  MaxLength="4"></asp:TextBox></td>
  103.                         <td class="usertablerow2">
  104.                             打印页数:</td>
  105.                         <td class="usertablerow2">
  106.                            <asp:TextBox ID="KeyValue_DYYS" runat="server" ToolTip="打印页数"  MaxLength="4"></asp:TextBox></td>
  107.                     </tr>
  108.                     <tr>
  109.                         <td class="usertablerow2" nowrap="nowrap">
  110.                             备注:</td>
  111.                         <td class="usertablerow2">
  112.                            <asp:TextBox ID="KeyValue_BZ" runat="server" ToolTip="备注"  MaxLength="16"></asp:TextBox></td>
  113.                         <td class="usertablerow2">
  114.                             所属案卷:</td>
  115.                         <td class="usertablerow2">
  116.                                                                 <asp:DropDownList ID="KeyValue_SSJA" runat="server" >
  117.                     <asp:ListItem Value="0">人才的事</asp:ListItem>
  118.                     <asp:ListItem Value="1">人才的事</asp:ListItem>
  119.             
  120.                 </asp:DropDownList>
  121.                      
  122.                         </td>
  123.                     </tr>
  124.                     <tr>
  125.                         <td class="usertablerow2" nowrap="nowrap">
  126.                             添加附件:</td>
  127.                         <td class="usertablerow2" colspan="3">
  128.                             <asp:FileUpload ID="KeyValue_FJPath" runat="server" /></td>
  129.                     </tr>
  130.                    
  131.            
  132.                 </table>
  133.                 <div>
  134.                     &nbsp;</div>
  135.       
  136.          
  137.             </td>
  138.         </tr>
  139.        <tr>
  140.             <td align="center" class="usertablerow1" colspan="2">
  141.              &nbsp;&nbsp;
  142.                 <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
  143.                     Text="添加" />
  144.                         &nbsp;&nbsp;
  145.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="javascript:history.go(-1);" /><div id="Div2">
  146.                                 </div>     </td>
  147.          
  148.         </tr>
  149.      
  150.     </table>
  151.     <br>
  152.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  153.         border="0">
  154.         <tr>
  155.             <th colspan="2">
  156.                 使用方法</th>
  157.         </tr>
  158.         <tr>
  159.             <td class="usertablerow1" align="right" width="11%">
  160.                 <strong>特殊说明</strong></td>
  161.             <td class="usertablerow1" width="89%">
  162.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  163.         </tr>
  164.     </table>
  165.     </form>
  166.     
  167. </body>
  168. </html>