-
Notifications
You must be signed in to change notification settings - Fork 1
/
sidebar.aspx
70 lines (49 loc) · 4.43 KB
/
sidebar.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<%-- 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://uvo1uskctox5amo7y4y.vm.cld.sr:8001/sites/bootstrap3-dev/_layouts/15/ComponentHome.aspx?Url=http%3A%2F%2Fuvo1uskctox5amo7y4y%2Evm%2Ecld%2Esr%3A8001%2Fsites%2Fbootstrap3%2Ddev%2F%5Fcatalogs%2Fmasterpage%2Fbootstrap3%2Fsidebar%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="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>
<style style="text/css">
<!--
#sideNavBox {display: none;}
-->
</style>
</asp:Content><asp:Content runat="server" ContentPlaceHolderID="PlaceHolderPageTitleInTitleArea">
<PageFieldFieldValue:FieldValue FieldName="fa564e0f-0c70-4ab9-b863-0177e6ddd247" runat="server">
</PageFieldFieldValue:FieldValue>
</asp:Content><asp:Content runat="server" ContentPlaceHolderID="PlaceHolderMain">
<div class="row">
<!-- Sidebar -->
<div class="col-sm-3 ">
<div>
<WebPartPages:WebPartZone runat="server" AllowPersonalization="false" ID="bootstrapRow1Column1" FrameType="None" Orientation="Vertical">
<ZoneTemplate>
</ZoneTemplate>
</WebPartPages:WebPartZone>
</div>
</div>
<!-- Main Content Section -->
<div class="col-sm-9">
<div>
<WebPartPages:WebPartZone runat="server" AllowPersonalization="false" ID="bootstrapRow1Column2" FrameType="None" Orientation="Vertical">
<ZoneTemplate>
</ZoneTemplate>
</WebPartPages:WebPartZone>
</div>
</div>
</div>
</asp:Content>