⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_logmang.aspx

📁 程序设计:Flyangel 用到了vb.net c# asp.net xml等 最大特别是核心功能组件化. 特色: 强大的后台管理功能 支持二级分类 支持匿名投稿 超强用户权限设置
💻 ASPX
字号:
<%@ Register TagPrefix="admin_top" TagName="admin_top" Src="admin_top.ascx"%>
<%@ Register TagPrefix="copyrightlocal" TagName="footer" Src="../bottom.ascx"%>
<%@ Register TagPrefix="admin_menu" TagName="admin_menu" Src="admin_menu.ascx"%>
<%@ Page Language="vb" Codebehind="admin_logmang.aspx.vb" Inherits="flyangel.news.admin_logmang" validateRequest=false %>
<admin_top:admin_top id="admin_top" runat="server"></admin_top:admin_top>
<form id="Form1" runat="server">
	<admin_menu:admin_menu id="admin_menu_head" runat="server"></admin_menu:admin_menu>
	<table class="tdborder1" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
		<tr>
			<td bgColor="#eef4fb" height="25">&nbsp;&nbsp;&nbsp;<IMG height="9" src="../images/dot.gif">
				当前位置: <IMG height="9" src="../images/more.gif" width="29"> <A href="admin_logmang.aspx">
					日志管理</A> <IMG height="9" src="../images/more.gif" width="29">
				<asp:Label id="logtype_Label" runat="server"></asp:Label>
			</td>
			<td bgColor="#eef4fb" height="25" width="40%" align="middle">
				相关操作: <IMG height="9" src="../images/more.gif" width="29">&nbsp;&nbsp;
				<asp:HyperLink id="aboutHyperLink" runat="server"></asp:HyperLink>
				&nbsp;&nbsp;<IMG height="9" src="../images/dot.gif">
			</td>
		</tr>
	</table>
	<table class="tdborder2" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
		<tr>
			<td bgColor="#eef4fb">
				<asp:TextBox id="logEntryRepeater" class="unnamed5" runat="server" TextMode="MultiLine" Width="100%" Height="229px" EnableViewState="False" ReadOnly="True"></asp:TextBox>
			</td>
		</tr>
		<tr>
			<td bgColor="#eef4fb" align="middle" height="24">
				<asp:Button id="backup_button" runat="server" Text="数据操作日志备份" ForeColor="blue" BackColor="#eef4fb" BorderColor="#eef4fb" BorderStyle="None" Font-Size="9pt" Font-Names="宋体"></asp:Button>
				&nbsp;&nbsp;&nbsp;<IMG height="9" src="../images/bullet.gif"><IMG height="9" src="../images/bullet.gif"><IMG height="9" src="../images/bullet.gif">&nbsp;&nbsp;&nbsp;
				<asp:Button id="delete_button" runat="server" Text="删除数据操作日志" ForeColor="blue" BackColor="#eef4fb" BorderColor="#eef4fb" BorderStyle="None" Font-Size="9pt" Font-Names="宋体"></asp:Button>
			</td>
		</tr>
	</table>
	<table class="tdborder2" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
		<tr>
			<td align="middle" bgColor="#eef4fb" height="35"><FONT face="宋体"><STRONG>操作提示:</STRONG></FONT><asp:label id="addzhuanti_error_message" runat="server" ForeColor="Red">日志管理是查看系统操作的记录,如果需要,请定时删除记录,在删除前可以进行日志备份!</asp:label></td>
		</tr>
	</table>
</form>
<copyrightlocal:footer id="globalbottom" runat="server"></copyrightlocal:footer>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -