liebieshezhi.aspx
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:4k
源码类别:
OA系统
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="liebieshezhi.aspx.cs" Inherits="qs_wenjian_liebieshezhi" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>类 别 设 置</title>
- <link href="../css/textarea.css" rel="stylesheet" type="text/css"/>
- <style type="text/css">
- div.RoundedCorner{background: #5AAE18}
- b.rtop, b.rbottom{display:block;background: #FFF}
- b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #5AAE18}
- b.r1{margin: 0 4px}
- b.r2{margin: 0 3px}
- b.r3{margin: 0 2px}
- b.rtop b.r4, {margin: 0 1px;height: 1px}
- .style1 {
- font-size: 13px;
- color: #FFFFFF;
- font-weight: bold;
- }
- </style>
- <style type="text/css">
- <!--
- body {
- margin-top: 2px;
- }
- -->
- </style>
- </head>
- <body>
- <form id="form1" runat="server">
- <div align="center">
- <br/>
- <table bgcolor="#5aae18" width="80%" border="0" cellspacing="0" cellpadding="0">
- <tr><td colspan="5" style="height: 15px; width: 100%;" ><div class="RoundedCorner"><div align="center">
- <b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
- <span class="style1">文 件 类 别 设 置</span></div></div></td></tr>
- </table>
- <table width="80%" border="0" cellpadding="0" cellspacing="1" bgcolor="#5AAE18">
- <tr>
- <td bgcolor="#FFFFFF"><table width="99%" height="155" border="0" cellpadding="3" cellspacing="0" bgcolor="#399CA0">
- <tr bgcolor="#FFFFFF">
- <td height="7" colspan="2"></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td rowspan="2" style="height: 30px"><div align="right">文 件:</div></td>
- <td width="511" style="height: 30px; text-align: center;" rowspan="2">
-
-
-
-
-
- <asp:Label ID="Label1" runat="server" Height="19px" Text="Label" Width="168px"></asp:Label></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- </tr>
- <tr bgcolor="#FFFFFF">
- <td><div align="right">
- 类 别:</div></td>
- <td style="text-align: center">
- <asp:DropDownList ID="ddlLeiBei" runat="server" AutoPostBack="True" DataSourceID="SqlDataSource1"
- DataTextField="ftype_filetype" DataValueField="ftype_id">
- <asp:ListItem Value="0">请选择类别</asp:ListItem>
- </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:qs_OA_DBConnectionString4 %>"
- SelectCommand="SELECT [ftype_id], [ftype_filetype] FROM [filetype]"></asp:SqlDataSource>
- <br> </td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td width="69" style="height: 30px"><div align="center"></div></td>
- <td style="height: 30px">
- <asp:Button ID="btLeiBeiShe" runat="server" Text="保存" Width="81px" OnClick="btLeiBeiShe_Click" />
-
- </td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td height="8" colspan="2"></td>
- </tr>
- </table></td>
- </tr>
- </table>
- <br>
- <table width="69" height="26" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="25"><div align="right"><img alt="" src="../images/sj/up.gif" width="17" height="12"/></div></td>
- <td width="44"><a href="javascript:history.go(-1)">返 回</a></td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>