webgui/docs/upgrades/7fixup/style1/style01_nav.tmpl
JT Smith ac15407a7e trying to fix the new styles which are all broke to hell!!!!
removed convertCarriageReturns from article
added two of the new content items for 7
2006-04-26 01:59:13 +00:00

29 lines
828 B
Cheetah

#stevenav00000000000001
#title:Style 01 Nav
#menuTitle:Style 01 Nav
#url:style1_nav
#namespace:Navigation
<tmpl_if displayTitle>
<h2><tmpl_var title></h2>
</tmpl_if>
<tmpl_if description>
<p><tmpl_var description></p>
</tmpl_if>
<tmpl_if session.var.adminOn>
<tmpl_var controls>
</tmpl_if>
<span style="float:left">&#160;&#160;&#160;&#160;&#160;&#160;</span>
<tmpl_loop page_loop>
<div<tmpl_if page.isCurrent> class="navOn"</tmpl_if><tmpl_if page.isAncestor> class="navOn"</tmpl_if>>
<span class="left">&#160;</span>
<span class="center">
<a <tmpl_if page.newWindow>onclick="window.open('<tmpl_var page.url>')" href="#" <tmpl_else>href="<tmpl_var page.url>"</tmpl_if>><tmpl_var page.menuTitle></a>
</span>
<span class="right">&#160;</span>
</div>
</tmpl_loop>
<div style="clear:both;"></div>