liebieshezhi.aspx
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:4k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="liebieshezhi.aspx.cs" Inherits="qs_wenjian_liebieshezhi" %>
  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.     <title>类 别 设 置</title>
  6.     <link href="../css/textarea.css" rel="stylesheet" type="text/css"/>
  7.     <style type="text/css"> 
  8. div.RoundedCorner{background: #5AAE18} 
  9. b.rtop, b.rbottom{display:block;background: #FFF} 
  10. b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #5AAE18} 
  11. b.r1{margin: 0 4px} 
  12. b.r2{margin: 0 3px} 
  13. b.r3{margin: 0 2px} 
  14. b.rtop b.r4, {margin: 0 1px;height: 1px}
  15. .style1 {
  16. font-size: 13px;
  17. color: #FFFFFF;
  18. font-weight: bold;
  19. </style>
  20. <style type="text/css">
  21. <!--
  22. body {
  23. margin-top: 2px;
  24. }
  25. -->
  26. </style>
  27. </head>
  28. <body>
  29.     <form id="form1" runat="server">
  30.     <div align="center">
  31.     <br/>
  32.     <table bgcolor="#5aae18" width="80%" border="0" cellspacing="0" cellpadding="0">
  33.     <tr><td colspan="5" style="height: 15px; width: 100%;" ><div class="RoundedCorner"><div align="center">
  34.         <b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
  35.         <span class="style1">文 件 类 别 设 置</span></div></div></td></tr>
  36.     </table>
  37.     <table width="80%" border="0" cellpadding="0" cellspacing="1" bgcolor="#5AAE18">
  38.       <tr>
  39.         <td bgcolor="#FFFFFF"><table width="99%" height="155" border="0" cellpadding="3" cellspacing="0" bgcolor="#399CA0">
  40.           <tr bgcolor="#FFFFFF">
  41.             <td height="7" colspan="2"></td>
  42.             </tr>
  43.           <tr bgcolor="#FFFFFF">
  44.             <td rowspan="2" style="height: 30px"><div align="right">文 件:</div></td>
  45.             <td width="511" style="height: 30px; text-align: center;" rowspan="2">
  46.             &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  &nbsp;
  47.                 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  48.                 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  49.                 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  50.                 &nbsp; &nbsp;
  51.                 <asp:Label ID="Label1" runat="server" Height="19px" Text="Label" Width="168px"></asp:Label></td>
  52.           </tr>
  53.           <tr bgcolor="#FFFFFF">
  54.           </tr>
  55.           <tr bgcolor="#FFFFFF">
  56.             <td><div align="right">
  57.                 类 别:</div></td>
  58.             <td style="text-align: center">
  59.                 <asp:DropDownList ID="ddlLeiBei" runat="server" AutoPostBack="True" DataSourceID="SqlDataSource1"
  60.                     DataTextField="ftype_filetype" DataValueField="ftype_id">
  61.                     <asp:ListItem Value="0">请选择类别</asp:ListItem>
  62.                 </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:qs_OA_DBConnectionString4 %>"
  63.                     SelectCommand="SELECT [ftype_id], [ftype_filetype] FROM [filetype]"></asp:SqlDataSource>
  64.   <br>           </td>
  65.   </tr>
  66.           <tr bgcolor="#FFFFFF">
  67.             <td width="69" style="height: 30px"><div align="center"></div></td>
  68.             <td style="height: 30px">
  69.                 <asp:Button ID="btLeiBeiShe" runat="server" Text="保存" Width="81px" OnClick="btLeiBeiShe_Click" />
  70.                 &nbsp;
  71.                 
  72.  </td>
  73.           </tr>
  74.           <tr bgcolor="#FFFFFF">
  75.             <td height="8" colspan="2"></td>
  76.             </tr>
  77.         </table></td>
  78.       </tr>
  79.     </table>
  80.     <br>
  81.     <table width="69" height="26" border="0" cellpadding="0" cellspacing="0">
  82.       <tr>
  83.         <td width="25"><div align="right"><img alt=""  src="../images/sj/up.gif" width="17" height="12"/></div></td>
  84.         <td width="44"><a href="javascript:history.go(-1)">返 回</a></td>
  85.       </tr>
  86.     </table>
  87.   </div>
  88.     </form>
  89. </body>
  90. </html>