BBSTypeSetting.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:4k
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="BBSTypeSetting.aspx.cs" Inherits="WorkFlow_BBSTypeSetting" %>
- <!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="left" style="height: 32px;" colspan="2">
- <table border="0" cellpadding="3" cellspacing="0" class="small" width="100%">
- <tr>
- <td class="Big" style="height: 45px">
- <img align="absMiddle" src="../images/plus.gif" /><span class="big3"> 新建小分类</span></td>
- </tr>
- </table>
- <div align="center">
- 分类名称:<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> 选择大分类:<asp:DropDownList
- ID="DropDownListBigType" runat="server">
- </asp:DropDownList>
- 版头图片:<asp:TextBox ID="TextBox2" runat="server">Images/user_login_03.gif</asp:TextBox><br />
- <br />
-
-
- <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
- Text="添加" Width="100px" />
-
-
- <table border="0" cellpadding="3" cellspacing="0" class="small" width="100%">
- <tr>
- <td class="Big" style="height: 32px">
- <img align="absMiddle" src="../images/plus.gif" /><span class="big3"> 管理小分类</span></td>
- </tr>
- </table>
- <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CssClass="usertableborder"
- OnRowDataBound="GridView1_RowDataBound" PageSize="20" Width="77%" OnRowCancelingEdit="GridView1_RowCancelingEdit" OnRowDeleting="GridView1_RowDeleting" OnRowEditing="GridView1_RowEditing" OnRowUpdating="GridView1_RowUpdating">
- <Columns>
- <asp:BoundField DataField="ID" HeaderText="ID" ReadOnly="True" />
- <asp:BoundField DataField="MC" HeaderText="流程分类" >
- <ItemStyle HorizontalAlign="Center" />
- </asp:BoundField>
- <asp:CommandField HeaderText="编辑" ShowEditButton="True" >
- <ItemStyle HorizontalAlign="Center" />
- </asp:CommandField>
- <asp:CommandField HeaderText="删除" ShowDeleteButton="True" >
- <ItemStyle HorizontalAlign="Center" />
- </asp:CommandField>
-
-
-
- </Columns>
- <RowStyle CssClass="usertablerow2" />
- <AlternatingRowStyle CssClass="usertablerow1" />
- </asp:GridView>
-
-
-
- </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>