Index: openacs-4/packages/acs-subsite/www/group-master.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/group-master.adp,v diff -u -r1.16 -r1.17 --- openacs-4/packages/acs-subsite/www/group-master.adp 28 Nov 2007 11:31:20 -0000 1.16 +++ openacs-4/packages/acs-subsite/www/group-master.adp 3 Dec 2007 20:17:35 -0000 1.17 @@ -1,12 +1,9 @@ -meta -link -script doc body @head;noquote@ @focus;noquote@ -#content-wrapper +@skip_link;noquote@
Index: openacs-4/packages/acs-subsite/www/group-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/group-master.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/acs-subsite/www/group-master.tcl 3 Dec 2007 20:01:32 -0000 1.14 +++ openacs-4/packages/acs-subsite/www/group-master.tcl 3 Dec 2007 20:17:35 -0000 1.15 @@ -1,9 +1,13 @@ # Expects properties: -# title +# doc(title) # focus -# header_stuff +# head # section # subnavbar_link +# +# Allowed properties +# skip_link, href of link to skip to. Should be of format #skip_link +# defaults to #content-wrapper # DRB: This is a TEMPORARY kludge to get 5.3.2 out. This should really set the navigation # tab info then "master" to the site default-master, not site-master. However, Lee's first @@ -152,3 +156,7 @@ if {[ad_conn url] eq $subsite_url} { set subsite_url {} } + +if {![info exists skip_link]} { + set skip_link "#content-wrapper" +} \ No newline at end of file