You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by ge...@apache.org on 2007/11/05 16:27:15 UTC

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@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org