📄 admin_logview.aspx
字号:
<%@ Page language="c#" Codebehind="Admin_LogView.aspx.cs" AutoEventWireup="false" Inherits="Dxbbs.Admin.Admin_LogView" EnableViewState="true"%>
<HTML>
<HEAD>
<title>论坛后台管理</title>
<base target="_self">
<LINK href="css/style.css" type="text/css" rel="stylesheet">
</HEAD>
<body bgcolor="#cad7f7">
<table cellpadding="2" cellspacing="1" border="0" width="100%" class="tableBorder" align="center"
bgcolor="#ffffff" height="175">
<tr align="center">
<td height="37" class="topbg" bgcolor="#4455aa"><font color="#ffffff">论坛日志查看</font></td>
</tr>
<tr>
<td width="100%" class="tdbg" height="218" bgcolor="#f1f3f5" valign="top">
<form runat="server" ID="Form1">
<asp:TextBox id="LevelID" Visible="False" runat="server"></asp:TextBox>
<asp:TextBox id="Temp_Level" Visible="False" runat="server"></asp:TextBox>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="309">
<tr>
<td width="224" height="33" align="right">操作类型:</td>
<td width="53" height="33">
</td>
<td width="701" height="33">
<asp:Label id="Log_Type" ForeColor="#0000FF" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td width="224" height="33" align="right">操作位置:</td>
<td width="53" height="33">
</td>
<td width="701" height="33">版面ID:<font color="#ff0000"><%=BoardID%>
</font>帖子ID: <font color="#ff0000">
<%=TopicID%>
</font>回复ID:<font color="#ff0000"><%=ReplyID%>
</font><a target="_blank" href="Topic.aspx?BoardID=<%=BoardID%>&TopicID=<%=TopicID%>&ID=<%=ReplyID%>">
查看</a></td>
</tr>
<tr>
<td width="224" height="39" align="right">操作帖子标题:</td>
<td width="53" height="39">
</td>
<td width="701" height="39">
<asp:Label id="Log_Title" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td width="224" height="56" align="right" valign="top">操作帖子内容:</td>
<td width="53" height="56">
</td>
<td width="701" height="56" bgcolor="#eeffee">
<asp:Literal id="Log_Content" runat="server"></asp:Literal>
</td>
</tr>
<tr>
<td width="224" height="33" align="right">用户金币操作:</td>
<td width="53" height="33">
</td>
<td width="701" height="33">
<asp:Label id="Log_CoinNum" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td width="224" height="33" align="right">用户积分操作:</td>
<td width="53" height="33">
</td>
<td width="701" height="33">
<asp:Label id="Log_PointNum" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td width="224" height="33" align="right">操作用户:</td>
<td width="53" height="33">
</td>
<td width="701" height="33">
<asp:Label id="Log_User" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td width="224" height="33" align="right">被操作用户:</td>
<td width="53" height="33">
</td>
<td width="701" height="33">
<asp:Label id="Log_DealUser" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td width="224" height="33" align="right">操作原因:</td>
<td width="53" height="33">
</td>
<td width="701" height="33">
<asp:Label id="Log_Reason" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td width="224" height="33" align="right">日志时间:</td>
<td width="53" height="33">
</td>
<td width="701" height="33">
<asp:Label id="Log_AddTime" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td align="center" height="46" width="978" colspan="3">
<input type="button" value="返回" name="B1" onclick="history.back(-1)">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -