Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/www/blank-master.adp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/www/blank-master.tcl'. Fisheye: No comparison available. Pass `N' to diff? Index: openacs-4/www/default-master.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/default-master.adp,v diff -u -r1.5.2.2 -r1.5.2.3 --- openacs-4/www/default-master.adp 7 Mar 2003 15:29:31 -0000 1.5.2.2 +++ openacs-4/www/default-master.adp 6 Jul 2003 14:29:24 -0000 1.5.2.3 @@ -1,11 +1,8 @@ - - - -@title@ -@header_stuff@ - - @attribute.key@="@attribute.value@"> + + @title@ + @header_stuff@ + @focus@ + @@ -19,6 +16,3 @@
@signatory@
-@ds_link@ - - Index: openacs-4/www/default-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/default-master.tcl,v diff -u -r1.5.2.1 -r1.5.2.2 --- openacs-4/www/default-master.tcl 26 Feb 2003 09:03:01 -0000 1.5.2.1 +++ openacs-4/www/default-master.tcl 6 Jul 2003 14:29:24 -0000 1.5.2.2 @@ -10,11 +10,12 @@ # fall back on defaults for title, signatory and header_stuff -if [template::util::is_nil title] { set title [ad_system_name] } -if [template::util::is_nil signatory] { set signatory [ad_system_owner] } -if ![template::util::is_nil context] { set context_bar [eval ad_context_bar $context]} +if [template::util::is_nil title] { set title [ad_system_name] } +if [template::util::is_nil signatory] { set signatory [ad_system_owner] } +if ![template::util::is_nil context] { set context_bar [eval ad_context_bar $context]} if [template::util::is_nil context_bar] { set context_bar [ad_context_bar]} -if ![info exists header_stuff] { set header_stuff {} } +if ![info exists header_stuff] { set header_stuff {} } +if { [template::util::is_nil focus] } { set focus {} } # Attributes @@ -36,28 +37,6 @@ [ad_parameter -package_id $pkg_id background dummy "/graphics/bg.gif"] } -if { ![template::util::is_nil focus] } { - # Handle elements wohse name contains a dot - regexp {^([^.]*)\.(.*)$} $focus match form_name element_name - - # Add safety code to test that the element exists ' - set header_stuff "$header_stuff - - " - - template::multirow append \ - attribute onload "javascript:acs_focus('${form_name}', '${element_name}')" -} - - # Developer-support if { [llength [namespace eval :: info procs ds_link]] == 1 } { Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/www/lists.css'. Fisheye: No comparison available. Pass `N' to diff?