Index: openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl 30 Aug 2001 01:04:51 -0000 1.3 +++ openacs-4/packages/acs-datetime/tcl/acs-calendar-procs.tcl 11 Feb 2002 07:09:23 -0000 1.4 @@ -547,6 +547,17 @@ set date [dt_sysdate] } + + # Ben: some annoying stuff to do here since we are passing in things in GET format already + if {![empty_string_p $pass_in_vars]} { + set vars [split $pass_in_vars "&"] + set list_of_vars [list] + foreach var $vars { + set things [split $var "="] + lappend list_of_vars $things + } + } + # Get the current month, day, and the first day of the month dt_get_info $date @@ -725,8 +736,20 @@ + Today is [dt_ansi_to_pretty]
+ + Go to: + + " + + foreach var $list_of_vars { + append output "" + } + + append output " + +
- Today is [dt_ansi_to_pretty]