stas 02/04/13 11:25:48 Modified: tmpl/custom/html left_box Added: tmpl/custom/html short_cuts Log: - adding new submenu - hot short cuts, with most important shortcuts Revision Changes Path 1.2 +8 -0 modperl-docs/tmpl/custom/html/left_box Index: left_box =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/left_box,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- left_box 13 Apr 2002 14:39:45 -0000 1.1 +++ left_box 13 Apr 2002 18:25:48 -0000 1.2 @@ -22,6 +22,14 @@ <br> + <!-- menu short_cuts begin --> + +[%- INCLUDE short_cuts -%] + + <!-- menu short_cuts end --> + + <br> + <!-- menu links begin --> [%- INCLUDE menu_links -%] 1.1 modperl-docs/tmpl/custom/html/short_cuts Index: short_cuts =================================================================== [%-# links menu # expects to be set: # nav - cache navigator object # rel_doc_root - relative docs path (only for chapters!) -%] [%- SET buttons = [ [ "${doc.dir.abs_doc_root}/maillist/list-modperl.html#Searchable_Archives", 'Maillist Archives'], ["${doc.dir.abs_doc_root}/docs/1.0/guide/index.html", 'The 1.x guide'], ["${doc.dir.abs_doc_root}/download/source.html#How_to_get_the_stable_source_distribution", 'The 1.x source'], ]; -%] [%- WRAPPER wrap_box title = 'Hot Short Cuts' -%] [%- FOREACH but = buttons -%] <tr> <td class="menu-border"><br></td> <td class="non-sel-bg"> <div class="nonselectedmenuitem"> <a href="[%- but.0 -%]">[%- but.1 -%]</a> </div> </td> <td class="menu-border"><br></td> </tr> [%- END -%] <tr> <td class="menu-border" colspan="3" height="1"><br class="smallbr"></td> </tr> [%- END -%]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]