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

📄 menu.aspx

📁 最好用的站点内容管理系统 全部源代码都有
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" Inherits="manage_menu" Codebehind="menu.aspx.cs" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link href="../sysImages/<%Response.Write(NetCMS.Config.UIConfig.CssPath()); %>/css/css.css" rel="stylesheet" type="text/css" />
<script language="JavaScript" type="text/javascript" src="../Configuration/JS/Public.js"></script>
<script language="javascript" type="text/javascript">
if(self==top)
{self.location.href='index.aspx';}
function setshorcutmenu(setoption)
{
   document.getElementById("channeldiv").style.display=setoption;
   
}
</script>
<style type="text/css">
.divstyle {
	overflow:hidden;
	position:absolute;
	right:3px;
	top:0px;
	background:#F3FBFB repeat-x left top;
	border:1px double #CADFE0;
	width:95%;
	margin:0px 0px 0px 3px;
	text-align:left;
	padding-left:8px;
	padding-top:8px;
	padding-bottom:12px;
	padding-right:8px;
	clip:rect(auto, auto, auto, auto);
	z-index:50;
	filter: progid:DXImageTransform.Microsoft.DropShadow(color=#F1F3F3,offX=2,offY=2,positives=true);

</style>
</head>
<body>
<div id="channeldiv" class="divstyle" style="text-align:left;display:none;">

            自定义频道:<br />
            <div runat="server" id="channelDivMenu"></div>

</div>

<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table width="100%" height="29" border="0" cellpadding="0" cellspacing="0" class="menuq">
  <tr>
    <td width="26" rowspan="2" align="center"><img src="../sysImages/<%Response.Write(NetCMS.Config.UIConfig.CssPath()); %>/admin/menu_dot.gif" width="8" height="11" border="0"  alt="展开/隐藏"  id="arrow_1"/></td>
    <td height="2"></td>
    <td width="50" rowspan="2" align="center"></td>
  </tr>
  <tr>
    <td width="121" align="left" class="Lion_menu_2" style="cursor:pointer;" onClick="show_hide('profile_1', 'arrow_1')">快捷导航</td>
  </tr>
</table>
<div id="profile_1" style="display:<%if (stype == "000000"){Response.Write("");}else{Response.Write("none");}%>">
<!--------快捷方式导航开始,by simplt.xie--------------------->
<div id="shortcut_id" runat="server" />
<!--------快捷方式导航结束,by simplt.xie--------------------->
</div>
<%if (stype != "000000")
  {%>
<table width="100%" height="29" border="0" cellpadding="0" cellspacing="0" class="menuq">
  <tr>
    <td width="26" rowspan="2" align="center"><img src="../sysImages/<%Response.Write(NetCMS.Config.UIConfig.CssPath()); %>/admin/menu_dot1.gif" width="8" height="11" border="0" alt="展开/隐藏" id="arrow_2" /></td>
    <td height="2"></td>
    <td width="50" rowspan="2" align="center"></td>
  </tr>
  <tr>
    <td width="101" align="left" class="Lion_menu_2" style="cursor:pointer;" onClick="show_hide('profile_2', 'arrow_2')">功能导航</td>
  </tr>
</table>
<!--------自定义菜单开始,by simplt.xie--------------------->
<div id="profile_2" style="display:"><label id="menuNavi_id" runat="server" />
<!--------自定义菜单结束,by simplt.xie--------------------->
 <% } %>
</div></td>
  </tr>
</table>
</body>
<script language="javascript" type="text/ecmascript">
 function show_hide(DivID,ImgID)
 {
    if (document.getElementById(DivID).style.display=='')
    {
        document.getElementById(DivID).style.display='none';
        document.getElementById(ImgID).src='../sysImages/<%Response.Write(NetCMS.Config.UIConfig.CssPath()); %>/admin/menu_dot.gif';
    }
    else
    {
        document.getElementById(DivID).style.display='';
        document.getElementById(ImgID).src='../sysImages/<%Response.Write(NetCMS.Config.UIConfig.CssPath()); %>/admin/menu_dot1.gif';
    }
}
</script>
</html>

⌨️ 快捷键说明

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