
geoff at apache
Nov 5, 2007, 7:27 AM
Post #1 of 1
(2039 views)
Permalink
|
|
svn commit: r592046 - in /perl/modperl/docs/trunk/tmpl/custom/html: asf_links left_box
|
|
Author: geoff Date: Mon Nov 5 07:27:08 2007 New Revision: 592046 URL: http://svn.apache.org/viewvc?rev=592046&view=rev Log: add in asf links to menu bar Added: perl/modperl/docs/trunk/tmpl/custom/html/asf_links Modified: perl/modperl/docs/trunk/tmpl/custom/html/left_box Added: perl/modperl/docs/trunk/tmpl/custom/html/asf_links URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/tmpl/custom/html/asf_links?rev=592046&view=auto ============================================================================== --- perl/modperl/docs/trunk/tmpl/custom/html/asf_links (added) +++ perl/modperl/docs/trunk/tmpl/custom/html/asf_links Mon Nov 5 07:27:08 2007 @@ -0,0 +1,32 @@ +[.%-# links menu + # expects to be set: + # nav - cache navigator object + # rel_doc_root - relative docs path (only for chapters!) +-%] +[%- SET buttons = [ + ['http://www.apache.org/', 'ASF Home'], + ['http://www.apache.org/foundation/sponsorship.html', 'ASF Sponsorship'], + ['http://www.apache.org/foundation/thanks.html', 'ASF Thanks'], + ]; +-%] +[%- WRAPPER wrap_box + title = 'The Apache Software Foundation' +-%] + +[%- 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"><img src="[%- doc.dir.abs_doc_root -%]/images/trans_pix.gif"></a></td> + </tr> +[%- END -%] Modified: perl/modperl/docs/trunk/tmpl/custom/html/left_box URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/tmpl/custom/html/left_box?rev=592046&r1=592045&r2=592046&view=diff ============================================================================== --- perl/modperl/docs/trunk/tmpl/custom/html/left_box (original) +++ perl/modperl/docs/trunk/tmpl/custom/html/left_box Mon Nov 5 07:27:08 2007 @@ -30,6 +30,14 @@ <br> + <!-- asf links begin --> + +[%- INCLUDE asf_links -%] + + <!-- asf links end --> + + <br> + <!-- menu links begin --> [%- INCLUDE menu_links -%] --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|