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

📄 left.aspx

📁 网站后台管理系统框架 很精美的程序,大家可以自己修改
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="left.aspx.cs" Inherits="_Default" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>left</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <link href="style.css" rel="stylesheet" type="text/css">
<style>
<!-- 
td{

}
.menubar{
	behavior:url(menubar.htc);
}
.barcontent{
	display:none;
}
.barcontent1{
	overflow: hidden;
	display:;
}
.bartitle
{
	background: url(images/toolbar_bg.gif);
	background-repeat: repeat-x;
	height:25px;
	font-variant: middle;
	cursor:hand;
}
.datalist{
	color:white;
	line-height: 180%;
	padding-left:5pt;
}
.clstrc{
	display:none;
}
.clstrcshow{
	display:;
}
.clstr{
	color:white;
	cursor:hand;
}
-->
</style>
<SCRIPT LANGUAGE="JavaScript">
<!--
function init()
{
}

function RemoveAll()
{
	top.fraMain.win.removeall();
}

function AddWin(url, title)
{
	top.fraMain.AddWin(url, title);
}

//-->
</SCRIPT>
</head>
<body bgcolor="#6E8ADE" style="border-left:1pt solid white;border-bottom:1pt solid white;" leftmargin="0" topmargin="0" oncontextmenu="return false" onselectstart="return false" ondragstart="return false" scroll="no" onload="init()">
<form runat="server">
    <%=htmlr%>
    </form>
</body>
</html>

⌨️ 快捷键说明

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