stas 02/02/22 03:06:01
Modified: tmpl/custom/html navbar_global sitemap
Added: tmpl/custom/html button
Removed: tmpl/std/splash domm_buttom domm_button domm_menu
domm_pulldown
Log:
- eliminate domm_ prefices in files
Revision Changes Path
1.8 +4 -4 modperl-docs/tmpl/custom/html/navbar_global
Index: navbar_global
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_global,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- navbar_global 21 Feb 2002 12:15:25 -0000 1.7
+++ navbar_global 22 Feb 2002 11:06:01 -0000 1.8
@@ -42,10 +42,10 @@
<tr>
<td class="navbarglobal" valign="top" height="20">
[%- IF nav_not_empty == 1 -%]
- [%- WRAPPER splash/domm_button
- width = "100%"
- align = 'left'
- col = splash.style.select.col.fore
+ [%- WRAPPER button
+ width = "100%"
+ align = 'left'
+ col = splash.style.select.col.fore
-%]
[%- FOREACH sec = sects -%]<a href="[% sec.link
%]"><b>[% sec.text %]</b></a> / [%- END -%]
[%- END -%]
1.3 +1 -1 modperl-docs/tmpl/custom/html/sitemap
Index: sitemap
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/sitemap,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sitemap 21 Feb 2002 08:55:18 -0000 1.2
+++ sitemap 22 Feb 2002 11:06:01 -0000 1.3
@@ -52,7 +52,7 @@
</div>
<br>
<div class="menu">
-[% INCLUDE splash/domm_pulldown
+[% INCLUDE splash/pulldown
select = selected
width = "5%"
pad = 0
1.1 modperl-docs/tmpl/custom/html/button
Index: button
===================================================================
[% # splash/button: a bar with rounded corners
#
# ARGS: content, style
# STYLE: col, bgcol, align, width
#
SET
default = splash.style.default
;
DEFAULT
style = default
col = style.col.fore or default.col.fore
bgcol = style.col.back or default.col.back
align = style.button.align or default.button.align
;
SET
rgbcol = splash.rgb.$col
imgbase = "$splash.images/$bgcol"
imgsize = splash.imgsize
imgtype = splash.imgtype
;
-%]
[% IF navstyle %]<div class='[%- navstyle -%]'>[% END %]
[%- content.length ? content : ' ' -%]
[% IF navstyle %]</div>[% END %]
[% IF linebrake %]<br>[% END %]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]