ArticlesTypeSetting.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:4k
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ArticlesTypeSetting.aspx.cs" Inherits="Articles_ArticlesTypeSetting" %>
- <!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="center" style="height: 32px; " colspan="2">
- <table align="center" bgcolor="#000000" border="0" cellpadding="3" cellspacing="1"
- class="small" width="400">
- <tr>
- <td class="usertablerow2">
- 类别名称:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_LBMC" runat="server" MaxLength="150" ToolTip="用品名称" Width="173px"></asp:TextBox> </td>
- </tr>
- </table>
- <br>
- <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CssClass="usertableborder"
- OnRowDataBound="GridView1_RowDataBound" PageSize="20" Width="40%">
- <Columns>
- <asp:TemplateField>
- <ItemTemplate>
- <asp:CheckBox ID="CheckBoxItem" runat="server" />
- </ItemTemplate>
- </asp:TemplateField>
- <asp:BoundField DataField="ID" HeaderText="ID" />
- <asp:BoundField DataField="LBMC" HeaderText="物品类别" />
-
-
- </Columns>
- <RowStyle CssClass="usertablerow2" />
- <AlternatingRowStyle CssClass="usertablerow1" />
- </asp:GridView>
- <asp:CheckBox ID="CheckBox1" runat="server" AutoPostBack="True" OnCheckedChanged="CheckBox1_CheckedChanged"
- Text="全选" />
-
- <asp:Button ID="DelButton1" runat="server" OnClick="DelButton1_Click"
- Text="删除" />
-
-
- </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="window.location='ArticlesInfoManager.aspx'" /><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>