📄 admin_top.ascx
字号:
<%@ Control Codebehind="admin_top.ascx.vb" Inherits="flyangel.news.admin_top" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<HTML>
<HEAD>
<title>欢迎光临银川电力工业学校 </title>
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="JavaScript" name="vs_defaultClientScript">
<LINK href="../js/Styles.css" type="text/css" rel="stylesheet">
<SCRIPT language="JavaScript">
function openAdminWindow(url) {
popupWin = window.open(url,'new_page','width=760,height=650');
return false;
}
</SCRIPT>
</HEAD>
<body onmouseover="window.status='欢迎来到电校校园网! ';return true" text="#7a8696" bgColor="#eef4fb"
topMargin="20">
<table class="tdborder2" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
<tr>
<td bgColor="#eef4fb" align="center" height="30">
<b>
<%= Application("WebTitle")%>
文章管理系统:管理程序</b>
</td>
</tr>
</table>
<table width="760" border="0" cellpadding="2" cellspacing="2" align="center" style="BORDER-RIGHT: #c6cfde 1px solid; BORDER-TOP: #c6cfde 1px solid; BORDER-LEFT: #c6cfde 1px solid; BORDER-BOTTOM: #c6cfde 1px solid">
<tr>
<td width="100%" align="center">
<asp:Panel id="Panel_super" runat="server" Visible="False" BorderStyle="Dotted" BorderWidth="1px"
Wrap="False" HorizontalAlign="Center">
<BR>
<A href="admin_manage.aspx">新闻管理</A> <FONT color="#000000">| </FONT><A href="admin_newscheck.aspx">
新闻审核</A> <FONT color="#000000">| </FONT><A href="admin_zhuanti.aspx">专题管理</A>
<FONT color="#000000">| </FONT><A href="admin_inputuser.aspx">用户组管理</A> <FONT color="#000000">
| </FONT><A href="admin_systemman.aspx">管理员设置</A> <FONT color="#000000">| </FONT>
<A href="admin_sort.aspx">栏目管理</A> <FONT color="#000000">| </FONT><A href="admin_logmang.aspx">
日志管理</A> <FONT color="#000000">| </FONT><A href="admin_file.aspx">文件管理</A> <FONT color="#000000">
| </FONT><A href="admin_system.aspx">系统设置</A> <FONT color="#000000">| </FONT>
<A href="admin_ip.aspx">IP地址管理</A> <FONT color="#000000">| </FONT><A href="admin_logout.aspx">
退出管理</A>
<HR align="center" color="#66cccc" SIZE="0">
</asp:Panel>
<asp:Panel id="Panel_normal" runat="server" Visible="False" BorderStyle="Dotted" BorderWidth="1px"
Wrap="False" HorizontalAlign="Center">
<BR>
<A href="admin_manage.aspx">新闻管理</A> <FONT color="#000000">| </FONT><A href="admin_newscheck.aspx">
新闻审核</A> <FONT color="#000000">| </FONT><A href="admin_zhuanti.aspx">专题管理</A>
<FONT color="#000000">| </FONT><A href="admin_inputuser.aspx">用户组管理</A> <FONT color="#000000">
| </FONT><A href="admin_logout.aspx">退出管理</A>
<HR align="center" color="#66cccc" SIZE="0">
</asp:Panel>
<asp:Panel id="Panel_check" runat="server" Visible="False" BorderStyle="Dotted" BorderWidth="1px"
Wrap="False" HorizontalAlign="Center">
<BR>
<A href="admin_manage.aspx">新闻管理</A> <FONT color="#000000">| </FONT><A href="admin_newscheck.aspx">
新闻审核</A> <FONT color="#000000">| </FONT><A href="admin_zhuanti.aspx">专题管理</A>
<FONT color="#000000">| </FONT><A href="admin_logout.aspx">退出管理</A>
<HR align="center" color="#66cccc" SIZE="0">
</asp:Panel>
</td>
</tr>
</table>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -