ASP.NET 3.5 CMS

时间:2015-02-26 09:15:30
【文件属性】:
文件名称:ASP.NET 3.5 CMS
文件大小:1.54MB
文件格式:ZIP
更新时间:2015-02-26 09:15:30
.NET CMS CMS傻瓜建站 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="main.aspx.cs" Inherits="LavitaSite.Admin.background.main" %> <%@ Import Namespace="Lavita.Config" %> <html <head> <title><%= GeneralConfig.GetConfig().ShortSiteTitle %>后台管理</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="<%= StylePath %>css/style.css" rel="Stylesheet" type="text/css" /> [removed][removed] [removed][removed] [removed][removed] [removed][removed] <%= StyleTopBG%> </head> <body>
<!-- Container --> <!-- END Sidebar -->
<!-- Main, right side content -->
<!-- Content begins here --> <iframe id="mainframe" frameborder="0" scrolling="no" src="site/main.aspx" width="850px" height="550px;">/iframe>
<!-- END Content -->
<!-- END Container --> </body> </html> [removed] function SetWinHeight(obj) { var win=obj; if (document.getElementById) { if (win && !window.opera) { if (win.contentDocument && win.contentDocument.body.offsetHeight) { win.height = win.contentDocument.body.offsetHeight; } else if(win.Document && win.Document.body.scrollHeight){ win.height = win.Document.body.scrollHeight; } } } } [removed]

网友评论