Index: openacs-4/packages/address-book/www/address-ae.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/address-book/www/address-ae.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/address-book/www/address-ae.adp 20 Apr 2001 20:51:12 -0000 1.1 +++ openacs-4/packages/address-book/www/address-ae.adp 3 Sep 2002 12:47:17 -0000 1.2 @@ -1,13 +1,10 @@ - + @page_title@ -

@page_title@

-@context_bar@ -
-
+@context_bar@ +
@address_widget@
-
\ No newline at end of file Index: openacs-4/packages/address-book/www/attr-ae.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/address-book/www/attr-ae.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/address-book/www/attr-ae.adp 20 Apr 2001 20:51:12 -0000 1.1 +++ openacs-4/packages/address-book/www/attr-ae.adp 3 Sep 2002 12:47:17 -0000 1.2 @@ -1,13 +1,10 @@ - -@page_title@ -

@page_title@

-@context_bar@ -
-
+ +@page_title@ +@context_bar@ +
@attr_widget@
-
\ No newline at end of file Index: openacs-4/packages/address-book/www/contact-add.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/address-book/www/contact-add.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/address-book/www/contact-add.adp 20 Apr 2001 20:51:12 -0000 1.1 +++ openacs-4/packages/address-book/www/contact-add.adp 3 Sep 2002 12:47:17 -0000 1.2 @@ -1,9 +1,7 @@ - + @page_title@ -

@page_title@

-@context_bar@ -
-
+@context_bar@ +
@hidden_vars@ @@ -64,4 +62,3 @@
- \ No newline at end of file Index: openacs-4/packages/address-book/www/contact-edit.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/address-book/www/contact-edit.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/address-book/www/contact-edit.adp 20 Apr 2001 20:51:12 -0000 1.1 +++ openacs-4/packages/address-book/www/contact-edit.adp 3 Sep 2002 12:47:17 -0000 1.2 @@ -1,9 +1,7 @@ - -@page_title@ -

@page_title@

-@context_bar@ -
-
+ +@page_title@ +@context_bar@ +
@hidden_vars@
@@ -28,4 +26,4 @@
- + Index: openacs-4/packages/address-book/www/contact-view.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/address-book/www/contact-view.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/address-book/www/contact-view.adp 20 Apr 2001 20:51:12 -0000 1.1 +++ openacs-4/packages/address-book/www/contact-view.adp 3 Sep 2002 12:47:17 -0000 1.2 @@ -1,9 +1,7 @@ - -@page_title@ -

@page_title@

-@context_bar@ -
-
+ +@page_title@ +@context_bar@ +
@@ -93,4 +91,3 @@
First Name:
-
Index: openacs-4/packages/address-book/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/address-book/www/index.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/address-book/www/index.adp 20 Apr 2001 20:51:12 -0000 1.1 +++ openacs-4/packages/address-book/www/index.adp 3 Sep 2002 12:47:17 -0000 1.2 @@ -1,10 +1,8 @@ - -@instance_name@ -

@instance_name@

-@context_bar@ -
-
-
+ +@instance_name@ +@context_bar@ + + @@ -21,4 +19,3 @@

-
\ No newline at end of file Index: openacs-4/packages/address-book/www/master.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/address-book/www/Attic/master.adp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/address-book/www/master.adp 3 Sep 2002 12:47:17 -0000 1.1 @@ -0,0 +1,10 @@ + +@focus@ +@title@ +@context_bar@ + +

@title@

+@context_bar@ +
+ + Index: openacs-4/packages/address-book/www/master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/address-book/www/Attic/master.tcl,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/address-book/www/master.tcl 3 Sep 2002 12:47:17 -0000 1.1 @@ -0,0 +1,15 @@ +# /packages/acs-subsite/www/master.tcl + +# Ensures variables needed by master.adp are defined + +if { ![info exists focus] } { + set focus "" +} +if { ![info exists title] } { + set title "" +} +if { ![info exists context_bar] } { + set context_bar "" +} + +