[Zope] Left navigation bar; how to implement one.
Peter Bengtsson
mail@peterbe.com
Sat, 14 Dec 2002 22:02:06 +0000
in standard_html_header:
<html><head>..bla..
<body>
<table><tr>
<td><dtml-var left_navigation></td>
<td>
in standard_html_footer:
</td></tr>
</table>
</body>
</html>
in left_navigation::
<a href="links.html">Links</a>
Good luck.
Look into ZPT and METAL to do it more professionally.
At 16:49 2002-12-14 -0500, Hans Deragon wrote:
>Greetings.
>
>
> I searched in many places, but I could not find an example on how to
> create a left navigation bar with Zope. I might have some ideas, but I
> would like to hear from you oldies (as opposed to newbies) the most
> efficient way to create one. Off course, the left navigation bar should
> show up on each web page of the site, it would expand as the user goes in
> deeper on the site and you would only need to write it once and use it on
> all of the web pages.
>
> I am a newbie to Zope, but not in html or python.
>
>
>Sincerely,
>Hans Deragon
>
>
>_______________________________________________
>Zope maillist - Zope@zope.org
>http://lists.zope.org/mailman/listinfo/zope
>** No cross posts or HTML encoding! **
>(Related lists - http://lists.zope.org/mailman/listinfo/zope-announce
>http://lists.zope.org/mailman/listinfo/zope-dev )