You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
956 B
39 lines
956 B
<div id="sidebar1" style="float: right; margin-top:5px; width: 220px;">
|
|
#(nav-domains)#::
|
|
<h3 style="padding-left:25px;">Domain Navigator</h3>
|
|
<div><ul style="padding-left: 0px;">#{element}#
|
|
<li>#[url]#</li>
|
|
#{/element}#</ul></div>
|
|
#(/nav-domains)#
|
|
</div>
|
|
|
|
<div id="sidebar2" style="float: right; margin-top:5px; width: 220px;">
|
|
#(nav-authors)#::
|
|
<h3 style="padding-left:25px;">Author Navigator</h3>
|
|
<div><ul style="padding-left: 0px;">#{element}#
|
|
<li>#[url]#</li>
|
|
#{/element}#</ul></div>
|
|
#(/nav-authors)#
|
|
</div>
|
|
|
|
<div id="sidebar3" style="float: right; margin-top:5px; width: 220px;">
|
|
#(nav-topics)#::
|
|
<h3 style="padding-left:25px;">Topic Navigator</h3>
|
|
<div><ul style="padding-left: 0px;">#{element}#
|
|
<li>#[url]#</li>
|
|
#{/element}#</ul></div>
|
|
#(/nav-topics)#
|
|
</div>
|
|
|
|
#(nav-about)#::
|
|
<div id="sidebarAbout" style="float: right; margin-top:5px; width: 220px;">
|
|
<h3 style="padding-left:25px;">#[headline]#</h3>
|
|
<div>
|
|
#[body]#
|
|
</div>
|
|
</div>
|
|
#(/nav-about)#
|
|
|
|
|
|
|