-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathRightColumnPage.html
More file actions
44 lines (40 loc) · 1.25 KB
/
RightColumnPage.html
File metadata and controls
44 lines (40 loc) · 1.25 KB
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
<ac:pagelayout id="RightColumnPage">
<div class="well">
<ac:widgetarea id="Top">
<ac:widget id="BLOGDRILLDOWN2516" type="BlogDrillDown">
<ac:visibilityarea id="dvControl">
<ul class="nav nav-list">
<li>
<strong>$$HEADER$$</strong>
</li>
<ac:layoutarea id="Item">
<li>
<ac:visibilityarea id="Blog">
<a href="$$HREF$$" class="$$LINKCLASS$$"> <img src="$$ICONSRC$$" alt=""> $$TEXT$$</a>
</ac:visibilityarea>
<ac:visibilityarea id="BlogCategory">
<a href="$$HREF$$" class="$$LINKCLASS$$"> <img src="$$ICONSRC$$" alt=""> $$TEXT$$</a>
</ac:visibilityarea>
</li>
</ac:layoutarea>
</ul>
</ac:visibilityarea>
</ac:widget>
<ac:widget id="BLOGTAGCLOUD2515" type="BlogTagCloud">
<ac:visibilityarea id="dvControl">
<strong>$$HEADER$$</strong>
<div class="panel-body">
<ul class="$$CLASSNAME$$">
<ac:layoutarea id="Tag">
<li class="$$CLASSNAME$$">
<a href="$$TAGHREF$$" class="$$TAGCLASS" style="$$TAGFONTSIZE$$">$$TAGNAME$$</a>
</li>
</ac:layoutarea>
</ul>
</div>
</ac:visibilityarea>
</ac:widget>
</ac:widgetarea><ac:widgetarea id="Bottom">
</ac:widgetarea>
</div>
</ac:pagelayout>