Thanks Ingo, adapted slightly but just about perfect...many thanks.
On Oct 29, 10:52 am, "Ingo Hillebrand" <[email protected]> wrote:
> Hi Neil,
>
> try this version:
> <reddot:cms>
> <if>
> <query valuea="Context:CurrentIndex.Id" operator="=="
> valueb="Context:LastIndex.Id">
> <htmltext>
> <%!! Context:CurrentIndex.Headline" !!%>
> </htmltext>
> </query>
> <query type="else">
> <if>
> <query valuea="Context:CurrentIndex.Id"
> operator="=="
> valueb="Context:FirstIndex.Id">
> <htmltext>
> <li><a class="first"
> href="<%!! Context:CurrentIndex.GetUrl() !!%>"
> title="<%!! Context:CurrentIndex.Headline !!%>"><%!!
> Context:CurrentIndex.Headline !!%> (First)</a> /
> </li><navigation:nextlevel>
> </htmltext>
> </query>
> <query type="else">
> <htmltext>
> <li><a href="<%!!
> Context:CurrentIndex.GetUrl() !!%>" title="<%!!
> Context:CurrentIndex.Headline !!%>"><%!!
> Context:CurrentIndex.Headline !!%> </a> /
> </li><navigation:nextlevel>
> </htmltext>
> </query>
> </if>
> </query>
> </if>
> </reddot:cms>
>
> Greetings,
> Ingo
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---