From 2992970653d9577e1cbfe5f0f938d3201f12a976 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Thu, 16 Feb 2012 13:33:32 -0500 Subject: added link to statistics url into the footer --- GradeBook_lib.tcl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'GradeBook_lib.tcl') diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index a20c890..4a2e93f 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -960,12 +960,14 @@ proc html_Show_Classes_List {permission_list user} { proc htmlFooter {permission_list} { array set permission $permission_list global VERSION + global GradebookServerConfig global execution_start_time set execution_end_time [clock microseconds] set execution_time [ format "%.3g" [expr { ($execution_end_time - $execution_start_time)/1e6}] ] puts "
" puts "Execution time $execution_time seconds.
" - puts "GradeBook $VERSION by Eugeniy E. Mikhailov" + puts "GradeBook $VERSION by Eugeniy E. Mikhailov." + puts "

Access statistics." puts "

" } -- cgit v1.2.3