-
Notifications
You must be signed in to change notification settings - Fork 0
/
page.html
29 lines (27 loc) · 1015 Bytes
/
page.html
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
%%Panel.HTMLHead%%
<body>
%%Panel.DrawerMenu%%
<div class="page">
%%Panel.Header%%
<div class="main">
<div class="inner">
%%Panel.WrapperBanner%%
%%Panel.PageBreadcrumb%%
<h1 class="TitleHeading">%%GLOBAL_PageTitle%%</h1>
<div class="Left" id="LayoutColumn1">
%%Panel.SideSubPageList%%
</div>
<div class="Content" id="LayoutColumn2">
<div class="BlockContent PageContent">
%%GLOBAL_PageContent%%
</div>
%%Panel.PageComments%%
%%Banner.BottomBanner%%
</div>
<div class="clear"></div>
</div>
</div>
%%Panel.Footer%%
</div>
</body>
</html>