[WM] navlinks: no{up,prev,next} don't work
Justin Mason
jm.jmason.org
Tue Oct 30 19:04:02 GMT 2001
ckolumbus at gmx.de said:
> The navigation bar I want to use is defined like this:
>
> <template name=up><a href=${url}>Up</a></template>
> <template name=next><a href=${url}>Next</a></template>
> <template name=prev><a href=${url}>Prev</a></template>
> <template name=noup>Up</template>
> <template name=nonext>Next</template>
> <template name=noprev>Prev</template>
>
> <navlinks name=navlinks map=mainsitemap
> up=up
> next=next
> prev=prev
> noup=noup
> nonext=nonext
> noprev=noprev>
> ${prevtext} | ${uptext} | ${nexttext}
> </navlinks>
>
> But the "no*" templates are never used. The rest works as expected.
Interesting -- it looks like a bug! The WebMake doco displays the same
problem, now that I look at it. Wonder why the breadcrumbs tests in the
test suite didn't find it?
Anyway, I'll take a look... thanks for the note.
--j.
More information about the Webmake-talk
mailing list