- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="UpFilesEdit.aspx.cs" Inherits="FileBooks_UpFilesEdit" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <link href="../css/main.css" type="text/css" rel="stylesheet">
- </head>
- <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
- <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
- <form runat="server" id="fm1">
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="3" style="height: 25px">
- 编辑文件</th>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="height: 32px;" colspan="2">
- <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
- class="small" width="95%">
- <tr>
- <td class="usertablerow2">
- 文件号:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_WJH" runat="server" ToolTip="文件号" MaxLength="150"></asp:TextBox></td>
- <td class="usertablerow2">
- 文件主题词:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_WJZTC" runat="server" ToolTip="文件主题词" MaxLength="150"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2">
- 文件标题:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_BJBT" runat="server" ToolTip="文件标题" MaxLength="150"></asp:TextBox></td>
- <td class="usertablerow2">
- 文件辅标题:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_WJFBT" runat="server" ToolTip="文件辅标题" MaxLength="50"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2">
- 发文单位:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_FWDW" runat="server" ToolTip="发文单位" MaxLength="150"></asp:TextBox></td>
- <td class="usertablerow2">
- 发文日期 :</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_FWRQ" runat="server" ToolTip="发文日期" MaxLength="20" onblur="IsDate(this)" onclick="calendar()"></asp:TextBox><img
- align="absMiddle" border="0"
- src="../images/calendar.gif" style="cursor: hand" />
- </td>
- </tr>
- <tr>
- <td class="usertablerow2">
- 密级:</td>
- <td class="usertablerow2">
- <asp:DropDownList ID="KeyValue_MJ" runat="server" >
- <asp:ListItem Value="0">普密</asp:ListItem>
- <asp:ListItem Value="1">绝密</asp:ListItem>
- </asp:DropDownList>
- </td>
- <td class="usertablerow2">
- 紧急等级:</td>
- <td class="usertablerow2">
- <asp:DropDownList ID="KeyValue_JJDJ" runat="server" >
- <asp:ListItem Value="0">特级</asp:ListItem>
- <asp:ListItem Value="1">普级</asp:ListItem>
- </asp:DropDownList>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" height="27">
- 文件分类:</td>
- <td class="usertablerow2" height="27">
- <asp:DropDownList ID="KeyValue_WJFL" runat="server" >
- <asp:ListItem Value="0">A</asp:ListItem>
- <asp:ListItem Value="1">B</asp:ListItem>
- <asp:ListItem Value="2">C</asp:ListItem>
- <asp:ListItem Value="3">D</asp:ListItem>
- </asp:DropDownList>
- </td>
- <td class="usertablerow2" height="27">
- 公文类别:</td>
- <td class="usertablerow2" height="27">
- <asp:DropDownList ID="KeyValue_GWLB" runat="server" >
- <asp:ListItem Value="0">公文</asp:ListItem>
- <asp:ListItem Value="1">资料</asp:ListItem>
- </asp:DropDownList>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2">
- 文件页数:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_WJYS" runat="server" ToolTip="文件页数" MaxLength="4"></asp:TextBox></td>
- <td class="usertablerow2">
- 打印页数:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_DYYS" runat="server" ToolTip="打印页数" MaxLength="4"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 备注:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_BZ" runat="server" ToolTip="备注" MaxLength="16"></asp:TextBox></td>
- <td class="usertablerow2">
- 所属案卷:</td>
- <td class="usertablerow2">
- <asp:DropDownList ID="KeyValue_SSJA" runat="server" >
- <asp:ListItem Value="0">人才的事</asp:ListItem>
- <asp:ListItem Value="1">人才的事</asp:ListItem>
- </asp:DropDownList>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 添加附件:</td>
- <td class="usertablerow2" colspan="3">
- <asp:FileUpload ID="KeyValue_FJPath" runat="server" /></td>
- </tr>
- </table>
- <div>
- </div>
- </td>
- </tr>
- <tr>
- <td align="center" class="usertablerow1" colspan="2">
-
- <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
- Text="更新" />
-
- <input type="Button" Class="ptsbutton" value="返回" OnClick="javascript:history.go(-1);" /><div id="Div2">
- </div> </td>
- </tr>
- </table>
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="2">
- 使用方法</th>
- </tr>
- <tr>
- <td class="usertablerow1" align="right" width="11%">
- <strong>特殊说明</strong></td>
- <td class="usertablerow1" width="89%">
- <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
- </tr>
- </table>
- </form>
- </body>
- </html>