Hi!
I added the text "UP" below the upward arrow. IMO it makes the widget a
little bit clearer.
BTW, if someone comes up with a better looking widget (Allen?), or you think
we should use Allens current (?) one
http://www.bullitt.suite.dk/mod_perl_site/var_d/download/bundles.html
let me know!
Preview at:
http://domm.zsi.at/modperl-site-domm/
Patch attached (I hope I got it right this time..)
--
D_OMM +----> http://domm.zsi.at <-----+
O_xyderkes | neu: Arbeitsplatz |
M_echanen | http://domm.zsi.at/d/d162.html |
M_asteuei +--------------------------------+
Index: tmpl/custom/html/navbar_local
===================================================================
RCS file: /home/cvspublic/modperl-docs/tmpl/custom/html/navbar_local,v
retrieving revision 1.2
diff -u -r1.2 navbar_local
--- tmpl/custom/html/navbar_local 6 Jan 2002 12:15:17 -0000 1.2
+++ tmpl/custom/html/navbar_local 10 Jan 2002 20:32:26 -0000
@@ -31,7 +31,7 @@
buttons.push({link => "$rel_doc_root/index.html",
- text => "<img src='${doc.dir.abs_doc_root}/images/up.png'
ALT='up' border=0>"
+ text => "<div class='navbarlocaltext'><img
src='${doc.dir.abs_doc_root}/images/up.png' ALT='up' border=0><br>UP</div>"
postlink => "</td>",
prelink => "<td align='center' valign='top' width='3%'>",
Index: tmpl/custom/html/page
===================================================================
RCS file: /home/cvspublic/modperl-docs/tmpl/custom/html/page,v
retrieving revision 1.2
diff -u -r1.2 page
--- tmpl/custom/html/page 10 Jan 2002 18:24:34 -0000 1.2
+++ tmpl/custom/html/page 10 Jan 2002 20:32:26 -0000
@@ -18,4 +18,13 @@
<br>
[% INCLUDE ad -%]
</div>
+
+<div class='cbox'>
+<div class='content'>
+[% INCLUDE page_body %]
+<br>
+[% INCLUDE tail -%]
+</div>
+</div>
+
</body></html>
Index: tmpl/custom/html/page_body
===================================================================
RCS file: /home/cvspublic/modperl-docs/tmpl/custom/html/page_body,v
retrieving revision 1.1
diff -u -r1.1 page_body
--- tmpl/custom/html/page_body 5 Jan 2002 19:29:53 -0000 1.1
+++ tmpl/custom/html/page_body 10 Jan 2002 20:32:26 -0000
@@ -9,6 +9,7 @@
nav=doc.nav
rel_doc_root=doc.dir.rel_doc_root;
+
INCLUDE toc toc=doc.toc;
# prepare section sub-menus
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]