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

📄 skin-left.ascx

📁 cnForums是功能强大的论坛。开发语言c#,三层结构。模块设计很值得学习
💻 ASCX
字号:
<%@ Control %>
<%@ Import Namespace="AspNetForums.Components" %>
<%@ Register TagPrefix="Forums" Namespace="AspNetForums.Controls" Assembly="AspNetForums.Controls" %>
<html>
<head>
<Forums:PageTitle runat="server" ID="Pagetitle1"/>

<style type="text/css">
td {  font-family: "宋体"; font-size: 9pt}
body {  
font-family: "宋体"; 
font-size: 9pt;
color: #ffffff;
background-color: #6699CC;
/*
SCROLLBAR-FACE-COLOR: #386CA0;  
SCROLLBAR-HIGHLIGHT-COLOR: white; 
SCROLLBAR-SHADOW-COLOR: #336699; 
SCROLLBAR-ARROW-COLOR: black; 
FONT-FAMILY: sans-serif; 
SCROLLBAR-BASE-COLOR:#386CA0; 
scrollbar-3d-light-color: White; 
scrollbar-dark-shadow-color: #336699
*/
}
select {  font-family: "宋体"; font-size: 9pt}
.Tree{
	color: white;
}
.Tree A {text-decoration: none; color: #ffffff; font-family: "宋体"; font-size: 9pt}
.Tree A:hover {text-decoration: underline; color: #FF0000; font-family: "宋体"; font-size: 9pt} 
</style> 
</head>
<body leftmargin="4" topmargin="4" marginheight="4" marginwidth="4">
	<form runat="server">
<a target="_blank" href="http://www.CnForums.Net/">
<img alt="<%=string.Format(ResourceManager.GetString("Footer_PoweredBy"), "CnForums")%>" border="0" src="<%=Globals.ApplicationPath%>/utility/CnForumsLogo.GIF">
</a>
<br>	
		<Forums:NavigationTree runat="server" />
	</form>
</body>
</html>

⌨️ 快捷键说明

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