forked from bherila/n2cms_docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path@N2_Schema.html
41 lines (35 loc) · 939 Bytes
/
@N2_Schema.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
30
31
32
33
34
35
36
37
38
39
40
41
<n2:mapProperty selector="title" findProperty="Title" /> <!-- map title tag to page's Title property -->
<html>
<head>
<title>Test</title>
<meta name="N2:ShowNav" value="false" />
<meta name="N2:Type" value="TextPage" />
</head>
<body>
<div class="N2_Zone" id="Left">
</div>
<div class="N2_Zone" id="Content">
<div class="N2_Part RawHTML" id="Content_01">
<div class="N2_Attribute Text">
<p>blah blah blah</p>
</div>
</div>
<div class="N2_Part TwoColumn" id="Content_02">
<div class="N2_Zone" id="Left">
<div class="N2_Part RawHTML" id="Content_03">
<div class="N2_Attribute Text">
<p>blah blah blah</p>
</div>
</div>
</div>
<div class="N2_Zone" id="Right">
<div class="N2_Part RawHTML" id="Content_04">
<div class="N2_Attribute Text">
<p>blah blah blah</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>