📄 maintop.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="MainTop.ascx.cs" Inherits="Seaskyer.WebApp.skyNews.Pages.AdminMSC.CUserControls.MainTop" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%Response.Clear();%>
<head>
<title>
<%= config["siteName"]%> - <%= lang.AppName%>
</title>
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<style type="text/css">
a:link { color:#000000;text-decoration:none}
a:hover {color:#000000;}
a:visited {color:#000000;text-decoration:none}
td {font-family: Arial; FONT-SIZE: 9pt; FILTER: dropshadow(color=#FFFFFF,offx=1,offy=1); COLOR: #000000; }
img {filter:Alpha(opacity:100); chroma(color=#FFFFFF)}
</style>
<base target="rightframe" />
<script type="text/javascript" language="javascript">
<!--
function preloadImg(src)
{
var img = new Image();
img.src = src;
}
preloadImg("Images/admin_top_open.gif");
var displayBar = true;
function switchBar(obj)
{
if (displayBar)
{
parent.frameIndex.cols="0,*";
displayBar=false;
obj.src="/skyNews/Images/Skin/admin_top_open.gif";
obj.title="打开左边管理菜单";
}else{
parent.frameIndex.cols="180,*";
displayBar=true;
obj.src="/skyNews/Images/Skin/admin_top_close.gif";
obj.title="关闭左边管理菜单";
}
}
function hideBar(obj)
{
if ( parent.frameRight.rows == "38,0,*" )
{
parent.frameRight.rows = "38,*,0";
obj.innerHTML = "打开系统设置";
}else{
parent.frameRight.rows = "38,0,*";
obj.innerHTML = "关闭系统设置";
}
}
-->
</script>
</head>
<body background="/skyNews/Images/Skin/admin_top_bg.gif" style="margin:0px" oncontextmenu="return false;">
<table height="100%" width="95%" border="0" cellpadding="0" cellspacing="0">
<tr valign="middle">
<td width="50">
<img onclick="switchBar(this)" src="/skyNews/Images/Skin/admin_top_close.gif" alt="关闭左边管理菜单" style="cursor:hand" />
</td>
<td width="40">
<img src="/skyNews/Images/Skin/admin_top_icon_3.gif" alt="" />
</td>
<td width="70">
<a href="/skyNews/Index.aspx" target="_blank">打开首页</a>
</td>
<td width="40">
<img src="/skyNews/Images/Skin/admin_top_icon_1.gif" alt="" />
</td>
<td width="90">
<span id="mystatus" onclick="hideBar(this);" style="font-size:12px; font-weight: normal; cursor: hand;">打开系统设置</span></a>
</td>
<td width="40">
<img src="/skyNews/Images/Skin/admin_top_icon_2.gif" alt="" />
</td>
<td width="70">
<a href="">修改密码</a>
</td>
<td width="40">
<img src="/skyNews/Images/Skin/admin_top_icon_4.gif" alt="" />
</td>
<td width="90">
<a href="/skyNews/Admin/Logout.aspx" target="_top">退出后台管理</a>
</td>
<td align="right" title="内部版本号:<%= user.GetVersion%>">
<b><%= productName%></b> <%= appVersion%>
</td>
</tr>
</table>
</body>
</html>
<%Response.End();%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -