-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supplemental - Bootstrap 3 and SharePoint
SharePoint 2013 version of Specter Group site using the Bootstrap 3 framework
- Loading branch information
1 parent
a5e4597
commit 641eb44
Showing
183 changed files
with
18,227 additions
and
1 deletion.
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
82 changes: 82 additions & 0 deletions
82
...lemental - Bootstrap 3 SharePoint/_catalogs/masterpage/spectergroup-bootstrap3/about.aspx
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,82 @@ | ||
<%-- SPG: | ||
This HTML file has been associated with a SharePoint Page Layout (.aspx file) carrying the same name. While the files remain associated, you will not be allowed to edit the .aspx file, and any rename, move, or deletion operations will be reciprocated. | ||
To build the page layout directly from this HTML file, simply fill in the contents of content placeholders. Use the Snippet Generator at http://uvo1zz90217p41iwn0y.env.cloudshare.com:8002/_layouts/15/ComponentHome.aspx?Url=http%3A%2F%2Fuvo1zz90217p41iwn0y%2Eenv%2Ecloudshare%2Ecom%3A8002%2F%5Fcatalogs%2Fmasterpage%2Fspectergroup%2Dbootstrap3%2Fabout%2Easpx to create and customize additional content placeholders and other useful SharePoint entities, then copy and paste them as HTML snippets into your HTML code. All updates to this file within content placeholders will automatically sync to the associated page layout. | ||
--%> | ||
<%@Page language="C#" Inherits="Microsoft.SharePoint.Publishing.PublishingLayoutPage, Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | ||
<%@Register TagPrefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%> | ||
<%@Register TagPrefix="PageFieldFieldValue" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%> | ||
<%@Register TagPrefix="Publishing" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%> | ||
<%@Register TagPrefix="PublishingWebControls" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%> | ||
<%@Register TagPrefix="SharePointWebControls" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | ||
<%@Register TagPrefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%> | ||
<asp:Content runat="server" ContentPlaceHolderID="PlaceHolderPageTitle"> | ||
<SharePoint:ProjectProperty Property="Title" runat="server"> | ||
</SharePoint:ProjectProperty> | ||
|
||
|
||
<PageFieldFieldValue:FieldValue FieldName="fa564e0f-0c70-4ab9-b863-0177e6ddd247" runat="server"> | ||
</PageFieldFieldValue:FieldValue> | ||
|
||
</asp:Content><asp:Content runat="server" ContentPlaceHolderID="PlaceHolderAdditionalPageHead"> | ||
|
||
|
||
|
||
<Publishing:EditModePanel runat="server" id="editmodestyles"> | ||
<SharePoint:CssRegistration name="<% $SPUrl:~sitecollection/Style Library/~language/Themable/Core Styles/editmode15.css %>" After="<% $SPUrl:~sitecollection/Style Library/~language/Themable/Core Styles/pagelayouts15.css %>" runat="server"> | ||
</SharePoint:CssRegistration> | ||
</Publishing:EditModePanel> | ||
|
||
</asp:Content><asp:Content runat="server" ContentPlaceHolderID="PlaceHolderMain"> | ||
<!-- page-content --> | ||
<div class="row"> | ||
<div class="col-md-12 page-content"> | ||
|
||
|
||
<PublishingWebControls:EditModePanel runat="server" PageDisplayMode="Edit" CssClass="edit-mode-panel"> | ||
<SharePointWebControls:TextField runat="server" FieldName="Title" /> | ||
</PublishingWebControls:EditModePanel> | ||
<PublishingWebControls:EditModePanel runat="server" PageDisplayMode="Display"> | ||
<h2 class="heading"> | ||
<SharePointWebControls:FieldValue id="PageTitle" FieldName="Title" runat="server" /> | ||
</h2> | ||
</PublishingWebControls:EditModePanel> | ||
<PublishingWebControls:EditModePanel runat="server" CssClass="edit-mode-panel"> | ||
<SharePointWebControls:TextField runat="server" FieldName="SeoMetaDescription" /> | ||
</PublishingWebControls:EditModePanel> | ||
|
||
<div class="row section noborder"> | ||
<div class="col-md-12"> | ||
<div class="floatleft"> | ||
<PublishingWebControls:RichImageField FieldName="PublishingPageImage" runat="server" /> | ||
</div> | ||
<PublishingWebControls:RichHtmlField FieldName="PublishingPageContent" runat="server" /> | ||
</div> | ||
</div> | ||
|
||
<!-- 2 cols --> | ||
<div class="row section noborder"> | ||
<div class="col-md-6 col-sm-6"> | ||
|
||
<WebPartPages:WebPartZone runat="server" ID="LeftColumn" AllowPersonalization="False" FrameType="None" Title="LeftZone" Orientation="Vertical"> | ||
<ZoneTemplate> | ||
|
||
</ZoneTemplate> | ||
</WebPartPages:WebPartZone> | ||
</div> | ||
<div class="col-md-6 col-sm-6"> | ||
|
||
<WebPartPages:WebPartZone runat="server" ID="RightColumn" AllowPersonalization="False" FrameType="None" Title="RightZone" Orientation="Vertical"> | ||
<ZoneTemplate> | ||
|
||
</ZoneTemplate> | ||
</WebPartPages:WebPartZone> | ||
</div> | ||
</div> | ||
<!-- ENDS 2 cols --> | ||
</div> | ||
</div> | ||
<!-- ENDS page-content --> | ||
</asp:Content> |
236 changes: 236 additions & 0 deletions
236
...lemental - Bootstrap 3 SharePoint/_catalogs/masterpage/spectergroup-bootstrap3/about.html
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,236 @@ | ||
<?xml version="1.0" encoding="utf-8"?><!--SPG: | ||
This HTML file has been associated with a SharePoint Page Layout (.aspx file) carrying the same name. While the files remain associated, you will not be allowed to edit the .aspx file, and any rename, move, or deletion operations will be reciprocated. | ||
To build the page layout directly from this HTML file, simply fill in the contents of content placeholders. Use the Snippet Generator at http://uvo1zz90217p41iwn0y.env.cloudshare.com:8002/_layouts/15/ComponentHome.aspx?Url=http%3A%2F%2Fuvo1zz90217p41iwn0y%2Eenv%2Ecloudshare%2Ecom%3A8002%2F%5Fcatalogs%2Fmasterpage%2Fspectergroup%2Dbootstrap3%2Fabout%2Easpx to create and customize additional content placeholders and other useful SharePoint entities, then copy and paste them as HTML snippets into your HTML code. All updates to this file within content placeholders will automatically sync to the associated page layout. | ||
--> | ||
<!DOCTYPE html[]> | ||
<html class="no-js" lang="en" xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"> | ||
<head> | ||
<!--MS:<asp:ContentPlaceHolder id="PlaceHolderPageTitle" runat="server">--> | ||
<!--MS:<SharePoint:ProjectProperty Property="Title" runat="server">--> | ||
<!--ME:</SharePoint:ProjectProperty>--> | ||
<!--CS: Start Page Field: Title Snippet--> | ||
<!--SPM:<%@Register Tagprefix="PageFieldFieldValue" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>--> | ||
<!--MS:<PageFieldFieldValue:FieldValue FieldName="fa564e0f-0c70-4ab9-b863-0177e6ddd247" runat="server">--> | ||
<!--ME:</PageFieldFieldValue:FieldValue>--> | ||
<!--CE: End Page Field: Title Snippet--> | ||
<!--ME:</asp:ContentPlaceHolder>--> | ||
<!--MS:<asp:ContentPlaceHolder id="PlaceHolderAdditionalPageHead" runat="server">--> | ||
<!--CS: Start Edit Mode Panel Snippet--> | ||
<!--SPM:<%@Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>--> | ||
<!--SPM:<%@Register Tagprefix="Publishing" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>--> | ||
<!--MS:<Publishing:EditModePanel runat="server" id="editmodestyles">--> | ||
<!--MS:<SharePoint:CssRegistration name="<% $SPUrl:~sitecollection/Style Library/~language/Themable/Core Styles/editmode15.css %>" After="<% $SPUrl:~sitecollection/Style Library/~language/Themable/Core Styles/pagelayouts15.css %>" runat="server">--> | ||
<!--ME:</SharePoint:CssRegistration>--> | ||
<!--ME:</Publishing:EditModePanel>--> | ||
<!--CE: End Edit Mode Panel Snippet--> | ||
<!--ME:</asp:ContentPlaceHolder>--> | ||
<!--MS:<asp:ContentPlaceHolder id="PlaceHolderBodyAreaClass" runat="server">--> | ||
<!--ME:</asp:ContentPlaceHolder>--> | ||
<link rel="shortcut icon" href="../img/ico/favicon.png" /> | ||
<link rel="stylesheet" href="../css/bootstrap.css" /> | ||
<link rel="stylesheet" href="../css/superfish.css" /> | ||
<link rel="stylesheet" href="../css/nivo-slider.css" /> | ||
<link rel="stylesheet" href="../css/isotope.css" /> | ||
<link rel="stylesheet" href="../css/elements.css" /> | ||
<link rel="stylesheet" href="../css/style.css" /> | ||
<script src="../js/modernizr-2.6.2.custom.js">//<![CDATA[ | ||
|
||
|
||
|
||
|
||
|
||
//]]> | ||
</script> | ||
<script src="/ajax/jQuery/jquery-1.9.1.min.js">//<![CDATA[ | ||
|
||
|
||
|
||
|
||
|
||
|
||
//]]> | ||
</script> | ||
<script>//<![CDATA[window.jQuery || document.write('<script src="js/jquery-1.9.1.min.js">//<![CDATA[<\/script>') | ||
|
||
|
||
|
||
|
||
|
||
|
||
//]]> | ||
</script> | ||
<script src="../js/jquery-migrate-1.1.0.min.js">//<![CDATA[ | ||
|
||
|
||
|
||
|
||
|
||
//]]> | ||
</script> | ||
<script src="../js/jquery-ui-1.8.9.custom.min.js">//<![CDATA[ | ||
|
||
|
||
|
||
|
||
|
||
//]]> | ||
</script> | ||
<script src="../js/hoverIntent.js">//<![CDATA[ | ||
|
||
|
||
|
||
|
||
|
||
//]]> | ||
</script> | ||
<script src="../js/superfish-1.4.8/superfish.js">//<![CDATA[ | ||
|
||
|
||
|
||
|
||
|
||
//]]> | ||
</script> | ||
<script src="../js/superfish-1.4.8/supersubs.js">//<![CDATA[ | ||
|
||
|
||
|
||
|
||
|
||
//]]> | ||
</script> | ||
<script src="../js/jquery.nivo.slider.js">//<![CDATA[ | ||
|
||
|
||
|
||
|
||
|
||
//]]> | ||
</script> | ||
<script src="../js/jquery.isotope.min.js">//<![CDATA[ | ||
|
||
|
||
|
||
|
||
|
||
//]]> | ||
</script> | ||
<script src="../js/jquery.tweet.js">//<![CDATA[ | ||
|
||
|
||
|
||
|
||
|
||
//]]> | ||
</script> | ||
<script src="../js/jquery.tabs.js">//<![CDATA[ | ||
|
||
|
||
|
||
|
||
|
||
//]]> | ||
</script> | ||
<script src="../js/poshytip-1.1/jquery.poshytip.min.js">//<![CDATA[ | ||
|
||
|
||
|
||
|
||
|
||
//]]> | ||
</script> | ||
<script src="../js/bootstrap.js">//<![CDATA[ | ||
|
||
|
||
|
||
|
||
|
||
//]]> | ||
</script> | ||
<script src="../js/jquery-custom.js">//<![CDATA[ | ||
|
||
|
||
|
||
|
||
|
||
//]]> | ||
</script> | ||
<!--[if gte mso 9]><xml> | ||
<mso:CustomDocumentProperties> | ||
<mso:ContentPlaceHolderHashPlaceHolderPageTitleInTitleArea msdt:dt="string">1</mso:ContentPlaceHolderHashPlaceHolderPageTitleInTitleArea> | ||
<mso:ContentPlaceHolderHashPlaceHolderMain msdt:dt="string">1</mso:ContentPlaceHolderHashPlaceHolderMain> | ||
<mso:HtmlDesignStatusAndPreview msdt:dt="string">http://uvo1zz90217p41iwn0y.env.cloudshare.com:8002/_catalogs/masterpage/spectergroup-bootstrap3/about.html, Warnings and Errors.</mso:HtmlDesignStatusAndPreview> | ||
<mso:ContentTypeId msdt:dt="string">0x01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE8110003D357F861E29844953D5CAA1D4D8A3B</mso:ContentTypeId> | ||
<mso:ContentPlaceHolderHashPlaceHolderAdditionalPageHead msdt:dt="string">1</mso:ContentPlaceHolderHashPlaceHolderAdditionalPageHead> | ||
<mso:ContentPlaceHolderHashPlaceHolderPageTitle msdt:dt="string">1</mso:ContentPlaceHolderHashPlaceHolderPageTitle> | ||
<mso:MasterHash msdt:dt="string">95940121</mso:MasterHash> | ||
<mso:HtmlDesignFromMaster msdt:dt="string">http://uvo1zz90217p41iwn0y.env.cloudshare.com:8002/_catalogs/masterpage/spectergroup-bootstrap3/spectergroup-bootstrap3.html, http://uvo1zz90217p41iwn0y.env.cloudshare.com:8002/_catalogs/masterpage/spectergroup-bootstrap3/spectergroup-bootstrap3.html</mso:HtmlDesignFromMaster> | ||
<mso:PublishingAssociatedContentType msdt:dt="string">;#Article Page;#0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF3900242457EFB8B24247815D688C526CD44D;#</mso:PublishingAssociatedContentType> | ||
<mso:HtmlDesignAssociated msdt:dt="string">1</mso:HtmlDesignAssociated> | ||
<mso:ContentPlaceHolderChangedPlaceHolderPageTitle msdt:dt="string">True</mso:ContentPlaceHolderChangedPlaceHolderPageTitle> | ||
<mso:ContentPlaceHolderChangedPlaceHolderAdditionalPageHead msdt:dt="string">True</mso:ContentPlaceHolderChangedPlaceHolderAdditionalPageHead> | ||
<mso:ContentPlaceHolderChangedPlaceHolderMain msdt:dt="string">True</mso:ContentPlaceHolderChangedPlaceHolderMain> | ||
<mso:ContentPlaceHolderHashPlaceHolderTopNavBar msdt:dt="string">-1293097855</mso:ContentPlaceHolderHashPlaceHolderTopNavBar> | ||
<mso:ContentPlaceHolderHashPlaceHolderBodyAreaClass msdt:dt="string">268219038</mso:ContentPlaceHolderHashPlaceHolderBodyAreaClass> | ||
<mso:ContentPlaceHolderChangedPlaceHolderPageTitleInTitleArea msdt:dt="string">True</mso:ContentPlaceHolderChangedPlaceHolderPageTitleInTitleArea> | ||
</mso:CustomDocumentProperties> | ||
</xml><![endif]--> | ||
<title>SG - About | ||
</title> | ||
</head> | ||
<body> | ||
<!--MS:<asp:ContentPlaceHolder ID="PlaceHolderMain" runat="server">--> | ||
<!-- page-content --> | ||
<div class="row"> | ||
<div class="col-md-12 page-content"> | ||
<!--SPM:<%@Register Tagprefix="PublishingWebControls" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>--> | ||
<!--SPM:<%@ Register Tagprefix="SharePointWebControls" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>--> | ||
<!--MS:<PublishingWebControls:EditModePanel runat = "server" PageDisplayMode = "Edit" CssClass = "edit-mode-panel">--> | ||
<!--SPM:<SharePointWebControls:TextField runat = "server" FieldName = "Title"/>--> | ||
<!--ME:</PublishingWebControls:EditModePanel>--> | ||
<!--MS:<PublishingWebControls:EditModePanel runat = "server" PageDisplayMode = "Display">--> | ||
<h2 class="heading"> | ||
<!--SPM:<SharePointWebControls:FieldValue id = "PageTitle" FieldName = "Title" runat = "server"/>--> | ||
</h2> | ||
<!--ME:</PublishingWebControls:EditModePanel>--> | ||
<!--MS:<PublishingWebControls:EditModePanel runat = "server" CssClass = "edit-mode-panel">--> | ||
<!--SPM:<SharePointWebControls:TextField runat = "server" FieldName = "SeoMetaDescription"/>--> | ||
<!--ME:</PublishingWebControls:EditModePanel>--> | ||
<div class="row section noborder"> | ||
<div class="col-md-12"> | ||
<div class="floatleft"> | ||
<!--SPM:<PublishingWebControls:RichImageField FieldName = "PublishingPageImage" runat = "server"/>--> | ||
</div> | ||
<!--SPM:<PublishingWebControls:RichHtmlField FieldName = "PublishingPageContent" runat = "server"/>--> | ||
</div> | ||
</div> | ||
<!-- 2 cols --> | ||
<div class="row section noborder"> | ||
<div class="col-md-6 col-sm-6"> | ||
<!--SPM:<%@Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>--> | ||
<!--MS:<WebPartPages:WebPartZone runat="server" ID="LeftColumn" AllowPersonalization="False" FrameType="None" Title="LeftZone" Orientation="Vertical">--> | ||
<!--MS:<ZoneTemplate>--> | ||
<!--DC: Replace this comment with default web parts for new pages. --> | ||
<!--ME:</ZoneTemplate>--> | ||
<!--ME:</WebPartPages:WebPartZone>--> | ||
</div> | ||
<div class="col-md-6 col-sm-6"> | ||
<!--SPM:<%@Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>--> | ||
<!--MS:<WebPartPages:WebPartZone runat="server" ID="RightColumn" AllowPersonalization="False" FrameType="None" Title="RightZone" Orientation="Vertical">--> | ||
<!--MS:<ZoneTemplate>--> | ||
<!--DC: Replace this comment with default web parts for new pages. --> | ||
<!--ME:</ZoneTemplate>--> | ||
<!--ME:</WebPartPages:WebPartZone>--> | ||
</div> | ||
</div> | ||
<!-- ENDS 2 cols --> | ||
</div> | ||
</div> | ||
<!-- ENDS page-content --> | ||
<!--ME:</asp:ContentPlaceHolder>--> | ||
</body> | ||
</html> |
Oops, something went wrong.