Log in |
Another Site MapSite MapThis How-To help you to keep your site map on left all the time.First look at Overlib and Zope. Then download Map.zexp which contains SimpleSiteMap made by djay and a folder called js which contains Overlib. You have to move js folder on root of your site. SiteMap is integrated by a table with: <table> <tr> <td>map</td> <td>your_content</td> </table> I mean you set your standard_html_header: <HTML> <HEAD> <TITLE> <dtml-var title_or_id> </TITLE> </HEAD> <LINK REL="stylesheet" HREF="/js/overlib.css" TYPE="text/css"> <body BGCOLOR='#AABBFF' TEXT='#000000' LINK='#0000FF' ALINK='#0000FF' VLINK='#0000FF'> <DIV ID="overDiv" STYLE="position:absolute; visibility:hide; z-index: 1;"></DIV> <SCRIPT LANGUAGE="JavaScript" SRC="/js/overlib.js"></SCRIPT> <center> <table border=0 WIDTH="100%"> <tr><td WIDTH="20%" VALIGN="top" BGCOLOR="#AAAAFF"> <h1>Site Map</h1> <dtml-with "PARENTS[-1]"> <dtml-var rF> </dtml-with> </td> <td> Then set your standard_html_footer: </td> </tr> </table> </center> <BR> <HR> <dtml-var bobobase_modification_time><BR> </BODY></HTML> Just download Map.zexp and have fun! |