skin-left.ascx
来自「cnForums是功能强大的论坛。开发语言c#,三层结构。模块设计很值得学习」· ASCX 代码 · 共 43 行
ASCX
43 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?