Index: openacs-4/packages/logger/tcl/projection-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/tcl/projection-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/logger/tcl/projection-procs.tcl 1 May 2003 21:17:54 -0000 1.2 +++ openacs-4/packages/logger/tcl/projection-procs.tcl 2 May 2003 08:34:43 -0000 1.3 @@ -87,7 +87,7 @@ Retrieve attributes of the projection with given id into an array (using upvar) in the callers scope. The array will contain the keys projection_id, project_id, variable_id, start_time, - end_time, value. + end_time, value, name, and description. @param projection_id The id of the projection to retrieve information about @param array The name of the array in the callers scope where the information will Index: openacs-4/packages/logger/tcl/projection-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/tcl/projection-procs.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/logger/tcl/projection-procs.xql 1 May 2003 21:17:55 -0000 1.2 +++ openacs-4/packages/logger/tcl/projection-procs.xql 2 May 2003 08:34:43 -0000 1.3 @@ -48,9 +48,11 @@ select projection_id, project_id, variable_id, - start_time, - end_time, - value + to_char(start_time, 'YYYY-MM-DD') as start_time, + to_char(end_time, 'YYYY-MM-DD') as end_time, + value, + name, + description from logger_projections where projection_id = :projection_id Index: openacs-4/packages/logger/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/www/index.adp,v diff -u -r1.5 -r1.6 --- openacs-4/packages/logger/www/index.adp 1 May 2003 10:01:00 -0000 1.5 +++ openacs-4/packages/logger/www/index.adp 2 May 2003 08:35:10 -0000 1.6 @@ -77,6 +77,43 @@

+ + +

+ + + + + + + + + + + + + + + + + +
+

+ Projections +

+
+ + @projections.name@ + + + @projections.name@ + +
+ No projections +
+

+
+

@@ -141,6 +178,13 @@
+ + Projection: + @selected_projection_name@ + +
+
+ User: @selected_user_name@ @@ -157,9 +201,10 @@


- +