Ingo

Thanks for the quick reply.

I need <a class="first" href=...> for the Home ilnk, however... I had
something along the lines of this, which produces the breadcrumbs
twice:

<reddot:cms>
<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>
</if>
<if>
    <query valuea="Context:CurrentIndex.Id" operator="!="
valueb="Context:LastIndex.Id">
        <htmltext>
            <li><a href="<%!! Context:CurrentIndex.GetUrl() !!%>"
title="<%!! Context:CurrentIndex.Headline !!%>"><%!!
Context:CurrentIndex.Headline !!%></a> / </li>
            <navigation:nextlevel>
        </htmltext>
    </query>
    <query type="else">
        <htmltext>
            <li><em><%!! Context:CurrentIndex.Headline !!%></em></li>
            <% currentDepth = <%!! Context:CurrentDepth !!%> %>
        </htmltext>
    </query>
</if>
</reddot:cms>

Neil

On Oct 29, 10:09 am, "Ingo Hillebrand" <[email protected]> wrote:
> Hi Neil,
>
> try this one:
> <reddot:cms>
>    <if>
>       <query valuea="Context:CurrentIndex.Id" operator="=="
> valueb="Context:LastIndex.Id">
>          <htmltext>
>             <%!! Context:CurrentIndex.Headline" !!%>
>          </htmltext>
>       </query>
>       <query type="else">
>          <htmltext>
>             <a href="<%!! Context:CurrentIndex.GetUrl() !!%>"><%!!
> Context:CurrentIndex.Headline !!%></a> >
> <navigation:nextlevel>
>          </htmltext>
>       </query>
>    </if>
> </reddot:cms>
>
> Use this template in all sections and always selected.
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to