[interchange-cvs] interchange - heins modified 7 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Dec 5 09:27:21 EST 2003


User:      heins
Date:      2003-12-05 14:27:21 GMT
Modified:  dist/foundation/templates/blueyellow theme.cfg
Modified:  dist/foundation/templates/fixedwidth theme.cfg
Modified:  dist/foundation/templates/foundation theme.cfg
Modified:  dist/foundation/templates/grayorange theme.cfg
Modified:  dist/foundation/templates/grayscale theme.cfg
Modified:  dist/foundation/templates/greens theme.cfg
Modified:  dist/foundation/templates/purpleyellow theme.cfg
Log:
* Fix ordering of THEME_CSS so it will be set in high-traffic and
  PreFork mode.

Revision  Changes    Path
1.4       +17 -17    interchange/dist/foundation/templates/blueyellow/theme.cfg


rev 1.4, prev_rev 1.3
Index: theme.cfg
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/templates/blueyellow/theme.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- theme.cfg	7 Apr 2003 16:23:43 -0000	1.3
+++ theme.cfg	5 Dec 2003 14:27:20 -0000	1.4
@@ -12,23 +12,7 @@
 endif
 
 ##
-## Here we pick up the region variables like LEFTONLY_TOP and LEFTONLY_BOTTOM.
-##
-DirConfig Variable templates/__THEME__/regions
-
-##
-## TRAFFIC is defined system-wide in interchange.cfg. When in
-## low-traffic mode, variables are dynamic -- i.e. when you change the
-## region file the page changes. Otherwise a reconfig must be done to
-## change the variable.
-##
-ifdef @TRAFFIC =~ /low/i
-Pragma dynamic_variables
-Pragma dynamic_variables_file_only
-endif
-
-##
-## Finally, set a default CSS theme which can be overriden in Preferences
+## Set a default CSS theme which can be overriden in Preferences
 ##
 
 ifndef THEME_CSS
@@ -124,4 +108,20 @@
 
 </STYLE>
 EOV
+endif
+
+##
+## Here we pick up the region variables like LEFTONLY_TOP and LEFTONLY_BOTTOM.
+##
+DirConfig Variable templates/__THEME__/regions
+
+##
+## TRAFFIC is defined system-wide in interchange.cfg. When in
+## low-traffic mode, variables are dynamic -- i.e. when you change the
+## region file the page changes. Otherwise a reconfig must be done to
+## change the variable.
+##
+ifdef @TRAFFIC =~ /low/i
+Pragma dynamic_variables
+Pragma dynamic_variables_file_only
 endif



1.4       +17 -17    interchange/dist/foundation/templates/fixedwidth/theme.cfg


rev 1.4, prev_rev 1.3
Index: theme.cfg
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/templates/fixedwidth/theme.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- theme.cfg	7 Apr 2003 16:23:43 -0000	1.3
+++ theme.cfg	5 Dec 2003 14:27:20 -0000	1.4
@@ -10,23 +10,7 @@
 endif
 
 ##
-## Here we pick up the region variables like LEFTONLY_TOP and LEFTONLY_BOTTOM.
-##
-DirConfig Variable templates/__THEME__/regions
-
-##
-## TRAFFIC is defined system-wide in interchange.cfg. When in
-## low-traffic mode, variables are dynamic -- i.e. when you change the
-## region file the page changes. Otherwise a reconfig must be done to
-## change the variable.
-##
-ifdef @TRAFFIC =~ /low/i
-Pragma dynamic_variables
-Pragma dynamic_variables_file_only
-endif
-
-##
-## Finally, set a default CSS theme which can be overriden in Preferences
+## Set a default CSS theme which can be overriden in Preferences
 ##
 
 ifndef THEME_CSS
@@ -142,4 +126,20 @@
 
 </STYLE>
 EOV
+endif
+
+##
+## Here we pick up the region variables like LEFTONLY_TOP and LEFTONLY_BOTTOM.
+##
+DirConfig Variable templates/__THEME__/regions
+
+##
+## TRAFFIC is defined system-wide in interchange.cfg. When in
+## low-traffic mode, variables are dynamic -- i.e. when you change the
+## region file the page changes. Otherwise a reconfig must be done to
+## change the variable.
+##
+ifdef @TRAFFIC =~ /low/i
+Pragma dynamic_variables
+Pragma dynamic_variables_file_only
 endif



2.6       +17 -17    interchange/dist/foundation/templates/foundation/theme.cfg


rev 2.6, prev_rev 2.5
Index: theme.cfg
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/templates/foundation/theme.cfg,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -r2.5 -r2.6
--- theme.cfg	7 Apr 2003 16:23:43 -0000	2.5
+++ theme.cfg	5 Dec 2003 14:27:20 -0000	2.6
@@ -12,23 +12,7 @@
 endif
 
 ##
-## Here we pick up the region variables like LEFTONLY_TOP and LEFTONLY_BOTTOM.
-##
-DirConfig Variable templates/__THEME__/regions
-
-##
-## TRAFFIC is defined system-wide in interchange.cfg. When in
-## low-traffic mode, variables are dynamic -- i.e. when you change the
-## region file the page changes. Otherwise a reconfig must be done to
-## change the variable.
-##
-ifdef @TRAFFIC =~ /low/i
-Pragma dynamic_variables
-Pragma dynamic_variables_file_only
-endif
-
-##
-## Finally, set a default CSS theme which can be overriden in Preferences
+## Set a default CSS theme which can be overriden in Preferences
 ##
 
 ifndef THEME_CSS
@@ -125,4 +109,20 @@
 
 </STYLE>
 EOV
+endif
+
+##
+## Here we pick up the region variables like LEFTONLY_TOP and LEFTONLY_BOTTOM.
+##
+DirConfig Variable templates/__THEME__/regions
+
+##
+## TRAFFIC is defined system-wide in interchange.cfg. When in
+## low-traffic mode, variables are dynamic -- i.e. when you change the
+## region file the page changes. Otherwise a reconfig must be done to
+## change the variable.
+##
+ifdef @TRAFFIC =~ /low/i
+Pragma dynamic_variables
+Pragma dynamic_variables_file_only
 endif



1.4       +17 -17    interchange/dist/foundation/templates/grayorange/theme.cfg


rev 1.4, prev_rev 1.3
Index: theme.cfg
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/templates/grayorange/theme.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- theme.cfg	7 Apr 2003 16:23:43 -0000	1.3
+++ theme.cfg	5 Dec 2003 14:27:20 -0000	1.4
@@ -12,23 +12,7 @@
 endif
 
 ##
-## Here we pick up the region variables like LEFTONLY_TOP and LEFTONLY_BOTTOM.
-##
-DirConfig Variable templates/__THEME__/regions
-
-##
-## TRAFFIC is defined system-wide in interchange.cfg. When in
-## low-traffic mode, variables are dynamic -- i.e. when you change the
-## region file the page changes. Otherwise a reconfig must be done to
-## change the variable.
-##
-ifdef @TRAFFIC =~ /low/i
-Pragma dynamic_variables
-Pragma dynamic_variables_file_only
-endif
-
-##
-## Finally, set a default CSS theme which can be overriden in Preferences
+## Set a default CSS theme which can be overriden in Preferences
 ##
 
 ifndef THEME_CSS
@@ -126,4 +110,20 @@
 
 </STYLE>
 EOV
+endif
+
+##
+## Here we pick up the region variables like LEFTONLY_TOP and LEFTONLY_BOTTOM.
+##
+DirConfig Variable templates/__THEME__/regions
+
+##
+## TRAFFIC is defined system-wide in interchange.cfg. When in
+## low-traffic mode, variables are dynamic -- i.e. when you change the
+## region file the page changes. Otherwise a reconfig must be done to
+## change the variable.
+##
+ifdef @TRAFFIC =~ /low/i
+Pragma dynamic_variables
+Pragma dynamic_variables_file_only
 endif



1.4       +17 -17    interchange/dist/foundation/templates/grayscale/theme.cfg


rev 1.4, prev_rev 1.3
Index: theme.cfg
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/templates/grayscale/theme.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- theme.cfg	7 Apr 2003 16:23:43 -0000	1.3
+++ theme.cfg	5 Dec 2003 14:27:20 -0000	1.4
@@ -12,23 +12,7 @@
 endif
 
 ##
-## Here we pick up the region variables like LEFTONLY_TOP and LEFTONLY_BOTTOM.
-##
-DirConfig Variable templates/__THEME__/regions
-
-##
-## TRAFFIC is defined system-wide in interchange.cfg. When in
-## low-traffic mode, variables are dynamic -- i.e. when you change the
-## region file the page changes. Otherwise a reconfig must be done to
-## change the variable.
-##
-ifdef @TRAFFIC =~ /low/i
-Pragma dynamic_variables
-Pragma dynamic_variables_file_only
-endif
-
-##
-## Finally, set a default CSS theme which can be overriden in Preferences
+## Set a default CSS theme which can be overriden in Preferences
 ##
 
 ifndef THEME_CSS
@@ -126,4 +110,20 @@
 
 </STYLE>
 EOV
+endif
+
+##
+## Here we pick up the region variables like LEFTONLY_TOP and LEFTONLY_BOTTOM.
+##
+DirConfig Variable templates/__THEME__/regions
+
+##
+## TRAFFIC is defined system-wide in interchange.cfg. When in
+## low-traffic mode, variables are dynamic -- i.e. when you change the
+## region file the page changes. Otherwise a reconfig must be done to
+## change the variable.
+##
+ifdef @TRAFFIC =~ /low/i
+Pragma dynamic_variables
+Pragma dynamic_variables_file_only
 endif



1.4       +17 -17    interchange/dist/foundation/templates/greens/theme.cfg


rev 1.4, prev_rev 1.3
Index: theme.cfg
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/templates/greens/theme.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- theme.cfg	7 Apr 2003 16:23:44 -0000	1.3
+++ theme.cfg	5 Dec 2003 14:27:20 -0000	1.4
@@ -12,23 +12,7 @@
 endif
 
 ##
-## Here we pick up the region variables like LEFTONLY_TOP and LEFTONLY_BOTTOM.
-##
-DirConfig Variable templates/__THEME__/regions
-
-##
-## TRAFFIC is defined system-wide in interchange.cfg. When in
-## low-traffic mode, variables are dynamic -- i.e. when you change the
-## region file the page changes. Otherwise a reconfig must be done to
-## change the variable.
-##
-ifdef @TRAFFIC =~ /low/i
-Pragma dynamic_variables
-Pragma dynamic_variables_file_only
-endif
-
-##
-## Finally, set a default CSS theme which can be overriden in Preferences
+## Set a default CSS theme which can be overriden in Preferences
 ##
 
 ifndef THEME_CSS
@@ -126,4 +110,20 @@
 
 </STYLE>
 EOV
+endif
+
+##
+## Here we pick up the region variables like LEFTONLY_TOP and LEFTONLY_BOTTOM.
+##
+DirConfig Variable templates/__THEME__/regions
+
+##
+## TRAFFIC is defined system-wide in interchange.cfg. When in
+## low-traffic mode, variables are dynamic -- i.e. when you change the
+## region file the page changes. Otherwise a reconfig must be done to
+## change the variable.
+##
+ifdef @TRAFFIC =~ /low/i
+Pragma dynamic_variables
+Pragma dynamic_variables_file_only
 endif



1.4       +17 -17    interchange/dist/foundation/templates/purpleyellow/theme.cfg


rev 1.4, prev_rev 1.3
Index: theme.cfg
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/templates/purpleyellow/theme.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- theme.cfg	7 Apr 2003 16:23:44 -0000	1.3
+++ theme.cfg	5 Dec 2003 14:27:20 -0000	1.4
@@ -12,23 +12,7 @@
 endif
 
 ##
-## Here we pick up the region variables like LEFTONLY_TOP and LEFTONLY_BOTTOM.
-##
-DirConfig Variable templates/__THEME__/regions
-
-##
-## TRAFFIC is defined system-wide in interchange.cfg. When in
-## low-traffic mode, variables are dynamic -- i.e. when you change the
-## region file the page changes. Otherwise a reconfig must be done to
-## change the variable.
-##
-ifdef @TRAFFIC =~ /low/i
-Pragma dynamic_variables
-Pragma dynamic_variables_file_only
-endif
-
-##
-## Finally, set a default CSS theme which can be overriden in Preferences
+## Set a default CSS theme which can be overriden in Preferences
 ##
 
 ifndef THEME_CSS
@@ -126,4 +110,20 @@
 
 </STYLE>
 EOV
+endif
+
+##
+## Here we pick up the region variables like LEFTONLY_TOP and LEFTONLY_BOTTOM.
+##
+DirConfig Variable templates/__THEME__/regions
+
+##
+## TRAFFIC is defined system-wide in interchange.cfg. When in
+## low-traffic mode, variables are dynamic -- i.e. when you change the
+## region file the page changes. Otherwise a reconfig must be done to
+## change the variable.
+##
+ifdef @TRAFFIC =~ /low/i
+Pragma dynamic_variables
+Pragma dynamic_variables_file_only
 endif








More information about the interchange-cvs mailing list