[WM] navlinks: no{up,prev,next} don't work

ckolumbus.gmx.de ckolumbus.gmx.de
Tue Oct 30 08:27:03 GMT 2001


Dear Listmembers,

I'm new to WebMake so the problem might be my fault but I can't find any
information on how to solve it.

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.

Any hints?

Thank you in advance.

Regards,
Chris




More information about the Webmake-talk mailing list