📄 admin_list.aspx
字号:
<%@ Page language="c#" Codebehind="Admin_List.Aspx.cs" AutoEventWireup="false" Inherits="XfokSite.Manage.Admin_List" %>
<LINK href="Images/Editor/edit.css" type="text/css" rel="STYLESHEET">
<!--#include file="Admin_Header.Aspx" -->
<style type="text/css">.style1 { COLOR: #ff0000 }
</style>
<form id="XfokForm" runat="server">
<table id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tbody>
<tr>
<td colSpan="2">
<table cellSpacing="1" cellPadding="5" width="100%" align="center" border="0">
<tbody>
<tr>
<td class="bevel1" height="22">内容管理
<asp:HyperLink id="AddLink" runat="server" ForeColor="White">添加内容</asp:HyperLink>
</td>
</tr>
<tr bgColor="#f6f6f3">
<td bgColor="#f6f6f3">管理:搜索:
<asp:TextBox id="Keyword" runat="server" Height="20px"></asp:TextBox>
<asp:DropDownList id="Field" runat="server">
<asp:ListItem Value="Title">标题</asp:ListItem>
<asp:ListItem Value="Author">作者</asp:ListItem>
<asp:ListItem Value="LikeKey">关键字</asp:ListItem>
<asp:ListItem Value="Content">内容</asp:ListItem>
</asp:DropDownList>
<asp:Button id="SearchButton" runat="server" Text="搜索"></asp:Button></td>
</tr>
<tr bgColor="#f6f6f3">
<td bgColor="#f6f6f3">
<asp:RadioButtonList id="BatchAction" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow">
<asp:ListItem Value="batchdelete">批量删除</asp:ListItem>
<asp:ListItem Value="batchmove">批量移动</asp:ListItem>
</asp:RadioButtonList>
<asp:DropDownList id="MoveClass" runat="server"></asp:DropDownList><FONT face="宋体"> </FONT>
<asp:Button id="Go" runat="server" Text="执行"></asp:Button>
<asp:Label id="Status" runat="server" CssClass="bold_red"></asp:Label></td>
</tr>
</tbody></table>
<ASP:DATAGRID id="myDataGrid" runat="server" Width="100%" CellSpacing="1" Align="Center" BorderWidth="0px"
CellPadding="4" ItemStyle-CssClass="fm2" HeaderStyle-CssClass="fm1" AutoGenerateColumns="False"
HorizontalAlign="Center" OnDeleteCommand="myDataGrid_ItemDelete" OnItemDataBound="myDataGrid_ItemDataBound"
DataKeyField="ID">
<EditItemStyle CssClass="fm1"></EditItemStyle>
<ItemStyle Height="23px" CssClass="fm2"></ItemStyle>
<HeaderStyle HorizontalAlign="Center" Height="22px" CssClass="fm1"></HeaderStyle>
<Columns>
<asp:TemplateColumn>
<HeaderStyle Width="5%"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
<HeaderTemplate>
<asp:CheckBox runat="server" ID="selectall"></asp:CheckBox>
</HeaderTemplate>
<ItemTemplate>
<asp:CheckBox runat="server" ID="checkitem"></asp:CheckBox>
</ItemTemplate>
</asp:TemplateColumn>
<asp:HyperLinkColumn DataNavigateUrlField="ID" DataNavigateUrlFormatString="Admin_TopicEdit.Aspx?ID={0}"
DataTextField="Title" HeaderText="标题"></asp:HyperLinkColumn>
<asp:HyperLinkColumn DataNavigateUrlField="ClassID" DataNavigateUrlFormatString="?ClassID={0}" DataTextField="Class"
HeaderText="分类">
<HeaderStyle Width="12%"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:HyperLinkColumn>
<asp:ButtonColumn Text="删除" CommandName="Delete">
<ItemStyle HorizontalAlign="Center" Width="40px"></ItemStyle>
</asp:ButtonColumn>
<asp:HyperLinkColumn Text="评论" DataNavigateUrlField="ID" DataNavigateUrlFormatString="Admin_Remark.Aspx?ID={0}">
<ItemStyle HorizontalAlign="Center" Width="40px"></ItemStyle>
</asp:HyperLinkColumn>
</Columns>
</ASP:DATAGRID>
<table cellSpacing="0" cellPadding="5" width="100%" align="center" border="0">
<tbody>
<tr>
<td class="fm2"><asp:label id="PageListLabel" runat="server"></asp:label></td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</form>
<!--#include file="Admin_Footer.Aspx" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -