|
All times are UTC |
Aufklappmenü
Moderator: compufairy
|
Page 1 of 2 |
[ 18 posts ] | Go to page 1, 2 Next |
|
| Author | Message | |||||
|---|---|---|---|---|---|---|
| brandy |
|
|||||
Joined: Mon Apr 21, 2008 5:32 pm Posts: 146 |
|
|||||
| Top | |
|||||
| nockenfell |
|
|||||
Joined: Fri Sep 12, 2008 2:34 pm Posts: 769 Location: Schweiz / Switzerland |
|
|||||
| Top | |
|||||
| brandy |
|
|||||
Joined: Mon Apr 21, 2008 5:32 pm Posts: 146 |
|
|||||
| Top | |
|||||
| pawi |
|
||||||
Joined: Wed Jun 23, 2010 8:20 am Posts: 15 |
|
||||||
| Top | |
||||||
| brandy |
|
|||||
Joined: Mon Apr 21, 2008 5:32 pm Posts: 146 |
|
|||||
| Top | |
|||||
| brandy |
|
|||||
Joined: Mon Apr 21, 2008 5:32 pm Posts: 146 |
|
|||||
| Top | |
|||||
| mike-r |
|
|||||
Joined: Mon Nov 05, 2007 11:35 am Posts: 540 |
|
|||||
| Top | |
|||||
| brandy |
|
|||||
Joined: Mon Apr 21, 2008 5:32 pm Posts: 146 |
|
|||||
| Top | |
|||||
| brandy |
|
|||||
Joined: Mon Apr 21, 2008 5:32 pm Posts: 146 |
|
|||||
| Top | |
|||||
.activeparent - The top level parent when a child is the active/current page
li.active0n h3 - n is the depth/level of the node. To style the active page for each level separately. The active page is not clickable.
.clearfix - Used for the unclickable h3 to use the entire width of the li, just like the anchors. See the Tools stylesheet in the default CMSMS installation.
li.sectionheader h3 - To style section header
li.separator - To style the ruler for the separator *}
{if $count > 0}
<ul>
{foreach from=$nodelist item=node}
{if $node->depth > $node->prevdepth}
{repeat string="<ul>" times=$node->depth-$node->prevdepth}
{elseif $node->depth < $node->prevdepth}
{repeat string="</li></ul>" times=$node->prevdepth-$node->depth}
</li>
{elseif $node->index > 0}</li>
{/if}
{if $node->parent == true or ($node->current == true and $node->haschildren == true)}
<li class="menuactive menuparent"><a class="menuactive menuparent" href="{$node->url}"><span>{$node->menutext}</span></a>
{elseif $node->haschildren == true and $node->type != 'sectionheader' and $node->type != 'separator'}
<li class="parent"><a class="parent" href="{$node->url}"><span>{$node->menutext}</span></a>
{elseif $node->current == true}
<li class="currentpage"><span>{$node->menutext}</span>
{elseif $node->type == 'sectionheader'}
<li class="sectionheader"><span>{$node->menutext}</span>
{elseif $node->type == 'separator'}
<li class="separator" style="list-style-type: none;"> <hr />
{else}
<li><a href="{$node->url}"><span>{$node->menutext}</span></a>
{/if}
{/foreach}
{repeat string="</li></ul>" times=$node->depth-1}</li>
</ul>
{/if}
| mike-r |
|
|||||
Joined: Mon Nov 05, 2007 11:35 am Posts: 540 |
|
|||||
| Top | |
|||||
| brandy |
|
|||||
Joined: Mon Apr 21, 2008 5:32 pm Posts: 146 |
|
|||||
| Top | |
|||||
| brandy |
|
|||||
Joined: Mon Apr 21, 2008 5:32 pm Posts: 146 |
|
|||||
| Top | |
|||||
| brandy |
|
|||||
Joined: Mon Apr 21, 2008 5:32 pm Posts: 146 |
|
|||||
| Top | |
|||||
| mike-r |
|
|||||
Joined: Mon Nov 05, 2007 11:35 am Posts: 540 |
|
|||||
| Top | |
|||||
| brandy |
|
|||||
Joined: Mon Apr 21, 2008 5:32 pm Posts: 146 |
|
|||||
| Top | |
|||||
|
Page 1 of 2 |
[ 18 posts ] | Go to page 1, 2 Next |
|
All times are UTC |
Who is online |
Users browsing this forum: No registered users |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum |








