Index: openacs-4/packages/lab-report/www/view-section-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lab-report/www/view-section-postgresql.xql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/lab-report/www/view-section-postgresql.xql 21 Aug 2006 23:25:16 -0000 1.4 +++ openacs-4/packages/lab-report/www/view-section-postgresql.xql 24 Aug 2006 10:56:29 -0000 1.5 @@ -46,6 +46,16 @@ + + + SELECT comment_id, comment + FROM lr_section_comment + WHERE section_id = :section_id + AND report_id = :report_id + AND package_id = :package_id + + + SELECT section_id AS nav_section_id, name AS nav_section_name @@ -74,4 +84,13 @@ + + + SELECT current_timestamp AS now, m.start_date, m.end_date + FROM lrc_lab_template_map m + WHERE m.lab_id = :lab_id + AND m.template_id = :template_id + + +