-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8099731
commit bf36f91
Showing
10 changed files
with
123 additions
and
504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %> | ||
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="LANGUAGE" Src="~/Admin/Skins/Language.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="LOGO" Src="~/Admin/Skins/Logo.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="USER" Src="~/Admin/Skins/User.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="BREADCRUMB" Src="~/Admin/Skins/BreadCrumb.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="TERMS" Src="~/Admin/Skins/Terms.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="PRIVACY" Src="~/Admin/Skins/Privacy.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="JQUERY" Src="~/Admin/Skins/jQuery.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="META" Src="~/Admin/Skins/Meta.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/DesktopModules/DDRMenu/Menu.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="TEXT" Src="~/Admin/Skins/Text.ascx" %> | ||
<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Web.Client.ClientResourceManagement" Assembly="DotNetNuke.Web.Client" %> | ||
|
||
<!--#include file = "layouts/system/_header-includes.ascx" --> | ||
<div class="dnnbooster dnnc-mockrup"> | ||
<header> | ||
<div class="fixed-top controlbarfix"> | ||
<!--#include file = "layouts/Mockrup/topbar.ascx" --> | ||
<!--#include file = "layouts/Mockrup/navbar.ascx" --> | ||
</div> | ||
</header><!-- End Header Section --> | ||
|
||
<div class="header-spacer"></div> | ||
<!--#include file = "layouts/page-header.ascx" --> | ||
|
||
<div class="container"> | ||
<div class="row"><div class="col-md-12"><div id="ContentPane" runat="server" /></div> </div> | ||
</div><!-- End : Content Pane : full width --> | ||
|
||
<section> | ||
<!--#include file = "layouts/content-areas.ascx" --> | ||
</section><!-- End : Content Areas --> | ||
|
||
<footer> | ||
<div class="container"> | ||
<!--#include file = "layouts/footer.ascx" --> | ||
</div> | ||
<div class="legal-footer"> | ||
<div class="container"> | ||
<!--#include file = "layouts/Mockrup/footer-legal.ascx" --> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
</div> <!-- ./dnnbootster --> | ||
<!--#include file = "layouts/system/_footer-includes.ascx" --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<SkinDocType> | ||
<![CDATA[<!DOCTYPE html>]]> | ||
</SkinDocType> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.