Hi.

I would like to get some pages from a navigation structure.

I want to display all the pages from level (not depth) 5 and above.

However, the code below only generates only a page; the one indicated
in the INT (for example 5th page in the code).

<reddot:cms>
    <if>
        <query valuea="Context:CurrentLevelCount" operator="gt"
valueb="Int:2">
          <htmltext>
            <li class="Level<%!! Context:CurrentDepth !!%>">
              <a title="" href="<%!! Context:CurrentIndex.GetUrl() !!
%>"><%!! Context:CurrentIndex.Headline !!%></a>
            </li>
          </htmltext>
        </query>
    </if>
</reddot:cms>

Hope to hear anyone from you.

Thanks.

Den
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to