?? auditpost.aspx
字號(hào):
?<%@ Register TagPrefix="cc1" Namespace="Discuz.Admin.Controls" Assembly="Discuz.Controls" %>
<%@ Page language="c#" Codebehind="auditpost.aspx.cs" AutoEventWireup="false" Inherits="Discuz.admin.Auditing.auditpost" %>
<%@ Register TagPrefix="uc1" TagName="AjaxPostInfo" Src="../UserControls/AjaxPostInfo.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>auditnewtopic</title>
<LINK href="../styles/datagrid.css" type="text/css" rel="stylesheet">
<LINK href="../styles/default.css" type="text/css" rel="stylesheet">
<script language="javascript" src="../js/common.js"></script>
<script language="javascript" src="../js/AjaxHelper.js" type="text/javascript"></script>
<script language="javascript1.2" type="text/javascript">
function LoadInfo(istopic,pid,tid)
{
AjaxHelper.Updater('../UserControls/AjaxPostInfo','AjaxPostInfo','istopic='+istopic+'&pid='+pid+'&tid='+tid);
if(navigator.appName.indexOf("Explorer") > -1)
{
document.getElementById('PostInfo').style.display = "block";
}
else
{
document.getElementById('PostInfo').style.display = "block";
}
}
</script>
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table class="table1" cellSpacing="0" cellPadding="4" width="100%" align="center" style="MARGIN: 10px">
<tr>
<td class="multi">當(dāng)前帖子表:
<cc1:DropDownList id="postlist" runat="server"></cc1:DropDownList></td>
</tr>
</table>
<table class="table1" cellspacing="0" cellPadding="4" width="100%" align="center" style="MARGIN: 10px">
<TBODY>
<tr>
<td class="category"><input title="選中/取消選中 本頁所有Case" onClick="CheckAll(this.form)" type="checkbox" name="chkall">全選/取消全選
<cc1:Button id="SelectPass" runat="server" Text=" 通 過 "></cc1:Button>
<cc1:Button id="SelectDelete" runat="server" Text=" 刪 除 " ButtonImgUrl="../images/del.gif"></cc1:Button></td>
</tr>
<tr>
<td bgColor="#f8f8f8" colSpan="2">
<asp:literal id="msg" runat="server" Text="沒有等待審核新主題. " Visible="False"></asp:literal>
</td>
</tr>
</TBODY>
</table>
</TR></TABLE>
<cc1:datagrid id="DataGrid1" runat="server" OnPageIndexChanged="DataGrid_PageIndexChanged" OnSortCommand="Sort_Grid">
<Columns>
<asp:TemplateColumn HeaderText="選擇">
<ItemTemplate>
<INPUT id="pid" onclick="javascript:SH_SelectOne()" type="checkbox" value="<%# DataBinder.Eval(Container, "DataItem.pid").ToString() %>" name="pid"></asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
<asp:BoundColumn DataField="pid" SortExpression="pid" HeaderText="帖子ID" Visible="false"></asp:BoundColumn>
<asp:TemplateColumn HeaderText="標(biāo)題">
<ItemTemplate>
<a href="javascript:void(0);" onclick="javascript:LoadInfo('false','<%# DataBinder.Eval(Container, "DataItem.pid").ToString() %>','<%# DataBinder.Eval(Container, "DataItem.tid").ToString() %>');"><%# DataBinder.Eval(Container, "DataItem.title").ToString() %></a>
</ItemTemplate>
</asp:TemplateColumn>
<asp:BoundColumn DataField="postdatetime" SortExpression="postdatetime" HeaderText="發(fā)布日期"></asp:BoundColumn>
<asp:BoundColumn DataField="poster" SortExpression="poster" HeaderText="發(fā)貼人"></asp:BoundColumn>
<asp:BoundColumn DataField="attachment" SortExpression="attachment" HeaderText="附件數(shù)"></asp:BoundColumn>
<asp:BoundColumn DataField="rate" SortExpression="rate" HeaderText="評(píng)分分?jǐn)?shù)"></asp:BoundColumn>
<asp:BoundColumn DataField="ratetimes" SortExpression="ratetimes" HeaderText="評(píng)分次數(shù)"></asp:BoundColumn>
</Columns>
</cc1:datagrid>
<table cellSpacing="0" cellPadding="0" width="95%" align="center">
<tr>
<td class="multi"></td>
</tr>
</table>
<div id="AjaxPostInfo" style="OVERFLOW-Y: auto;" valign="top">
<uc1:AjaxPostInfo id="AjaxPostInfo1" runat="server"></uc1:AjaxPostInfo>
</div>
</form>
<%=footer%>
</body>
</HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -