1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/GrapeCity-ActiveReports_ASP.NET_Demos

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
ActiveReportsSite.Master 8.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
LenkaGuo Отправлено 17.09.2015 05:21 a98c460
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="ActiveReportsSite.Master.cs" Inherits="ActiveReportsDemo.ActiveReportsSite" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--[if IE 8]> <html xmlns="http://www.w3.org/1999/xhtml" lang="zh-cn" class="ie8 no-js"> <![endif]-->
<!--[if IE 9]> <html xmlns="http://www.w3.org/1999/xhtml" lang="zh-cn" class="ie9 no-js"> <![endif]-->
<!--[if !IE]><!-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-cn" class="no-js">
<!--<![endif]-->
<!-- BEGIN HEAD -->
<head runat="server">
<%--<meta charset="utf-8" />--%>
<title><%= Title %></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content="<%= Description %>" name="description" />
<meta content="<%= KeyWords %>" name="keywords" />
<link rel="icon" href="Resources/AR.ico" type="image/x-icon" />
<link rel="shortcut icon" href="Resources/AR.ico" type="image/x-icon" />
<asp:ContentPlaceHolder ID="HeaderContainer" runat="server">
</asp:ContentPlaceHolder>
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link runat="server" href="~/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link runat="server" href="~/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link runat="server" href="~/css/style-non-responsive.css" rel="stylesheet" type="text/css" />
<link runat="server" href="~/css/style.css" rel="stylesheet" type="text/css" />
<link runat="server" href="~/css/light.css" rel="stylesheet" type="text/css" id="style_color" />
</head>
<!-- END HEAD -->
<!-- BEGIN BODY -->
<body class="page-header-fixed page-sidebar-fixed page-footer-fixed">
<form id="form1" runat="server" style="width: 100%; height: 100%;" enctype="multipart/form-data">
<!-- BEGIN HEADER -->
<div class="header navbar navbar-inverse navbar-fixed-top">
<!-- BEGIN TOP NAVIGATION BAR -->
<div class="navbar-inner">
<div class="container-fluid">
<!-- BEGIN LOGO -->
<a class="brand" href="../default.aspx">
<img src="../image/logo.png" alt="葡萄城控件" title="葡萄城控件" />
ActiveReports&nbsp;&nbsp;报表应用系统
</a>
<!-- END LOGO -->
<!--Button Start-->
<ul class="featurelist">
<li>
<div class="buttonarea">
<a href="../Feature.aspx" title="报表功能"><i class="icon-comments red"></i></a>
</div>
<div class="furtherarea"><a href="../Feature.aspx" target="_self">报表功能</a></div>
</li>
<li>
<div class="buttonarea">
<a href="../Library.aspx?t=lib" title="行业报表"><i class="icon-bar-chart yellow"></i></a>
</div>
<div class="furtherarea"><a href="../Library.aspx?t=lib" target="_self">行业报表</a></div>
</li>
<li>
<div class="buttonarea">
<a href="../About/Requirement.aspx?category=1001&action=1&t=abt" target="_self" title="提交需求"><i class="icon-phone purple"></i></a>
</div>
<div class="furtherarea"><a href="../About/Requirement.aspx?category=1001&action=1&t=abt" target="_self">提交需求</a></div>
</li>
<li>
<div class="buttonarea">
<a href="http://d2.gcpowertools.com.cn/sourcecode/ActiveReports_Sample_for_ASP.NET.zip?utm_source=Demo&utm_medium=activereports&utm_term=controlexplorer&utm_content=sourcecode&utm_campaign=asp.net" target="_self" title="下载源码"><i class="icon-arrow-down orange"></i></a>
</div>
<div class="furtherarea"><a href="http://d2.gcpowertools.com.cn/sourcecode/ActiveReports_Sample_for_ASP.NET.zip?utm_source=Demo&utm_medium=activereports&utm_term=controlexplorer&utm_content=sourcecode&utm_campaign=asp.net" target="_self">下载源码</a></div>
</li>
<%-- <li>
<div class="buttonarea">
<a href="http://www.gcpowertools.com.cn/company/contactus.htm" target="_blank" title="提交需求"><i class="icon-briefcase purple"></i></a>
</div>
<div class="furtherarea"><a href="http://www.gcpowertools.com.cn/company/contactus.htm" target="_blank">提交需求</a></div>
</li>--%>
<li>
<div class="buttonarea">
<a href="http://www.gcpowertools.com.cn/products/activereports_overview.htm?utm_source=Demo&utm_medium=activereports&utm_term=controlexplorer&utm_content=website&utm_campaign=asp.net" target="_blank" title="产品官网"><i class="icon-bullhorn green"></i></a>
</div>
<div class="furtherarea"><a href="http://www.gcpowertools.com.cn/products/activereports_overview.htm?utm_source=Demo&utm_medium=activereports&utm_term=controlexplorer&utm_content=website&utm_campaign=asp.net" target="_blank">产品官网</a></div>
</li>
</ul>
<!--Button End-->
</div>
</div>
<!-- END TOP NAVIGATION BAR -->
</div>
<!-- END HEADER -->
<!-- BEGIN CONTAINER -->
<div class="page-container">
<!-- BEGIN SIDEBAR -->
<div class="page-sidebar nav-collapse collapse">
<!-- BEGIN SIDEBAR MENU -->
<%= this.str_siteMenu %>
<!-- END SIDEBAR MENU -->
</div>
<!-- END SIDEBAR -->
<!-- BEGIN PAGE -->
<asp:ContentPlaceHolder ID="MainContainer" runat="server">
<!-- 主要内容! -->
</asp:ContentPlaceHolder>
</div>
<!-- END PAGE CONTAINER-->
<!-- END PAGE -->
<!-- END CONTAINER -->
<!-- BEGIN FOOTER -->
<%-- <div class="footer">
<div class="footer-inner">
&copy; 2015 GrapeCity, Inc. 保留所有权利。
</div>
<div class="footer-tools">
<span class="go-top">
<i class="icon-angle-up"></i>
</span>
</div>
</div>--%>
<!-- END FOOTER -->
<!-- BEGIN CORE PLUGINS -->
<script src="../Script/jquery.min.js" type="text/javascript"></script>
<!--<script src="/Script/jquery-1.10.1.min.js" type="text/javascript"></script>-->
<script src="../Script/jquery-ui-1.10.1.custom.min.js" type="text/javascript"></script>
<script src="../Script/bootstrap.min.js" type="text/javascript"></script>
<script src="../Script/jquery.slimscroll.min.js" type="text/javascript"></script>
<!-- END CORE PLUGINS -->
<!-- BEGIN PAGE LEVEL SCRIPTS -->
<script src="../Script/app.js" type="text/javascript"></script>
<!-- END PAGE LEVEL SCRIPTS -->
<script>
jQuery(document).ready(function () {
App.init(); // initlayout and core plugins
});
</script>
<!-- END JAVASCRIPTS -->
</form>
<!--Google-->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-852777-12', 'gcpowertools.com.cn');
ga('send', 'pageview');
</script>
</body>
<!-- END BODY -->
</html>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/GrapeCity-ActiveReports_ASP.NET_Demos.git
git@api.gitlife.ru:oschina-mirror/GrapeCity-ActiveReports_ASP.NET_Demos.git
oschina-mirror
GrapeCity-ActiveReports_ASP.NET_Demos
GrapeCity-ActiveReports_ASP.NET_Demos
master