<%= [table::outputTable ratings] %>
+
+<%= [table::outputTable comments] %>
|
<%= [table::outputTable summary] %>
|
Index: openacs-4/packages/recruiting/www/rating-sheet.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/recruiting/www/rating-sheet.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/recruiting/www/rating-sheet.tcl 1 Aug 2002 22:14:37 -0000 1.1
+++ openacs-4/packages/recruiting/www/rating-sheet.tcl 2 Aug 2002 16:48:26 -0000 1.2
@@ -38,6 +38,9 @@
table::addUnsortedRow summary [list "Average rating:" [db_string get_average_rating {}]]
table::addUnsortedRow summary [list "Hiring suggestion:" [db_string get_should_hire_p {}]]
+table::setTitle comments "Comments"
+table::addUnsortedRow comments [list $interview_info(comment)]
+
set context_bar [list \
[list "index" "Recruiting"] \
[list "my-completed-interviews" "My Completed Interviews"] \
Index: openacs-4/packages/recruiting/www/admin/delete-candidate.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/recruiting/www/admin/delete-candidate.adp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ openacs-4/packages/recruiting/www/admin/delete-candidate.adp 2 Aug 2002 16:48:26 -0000 1.1
@@ -0,0 +1,5 @@
+