aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xGradeBook_lib.tcl10
1 files changed, 10 insertions, 0 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl
index 4902ee2..8d4fffc 100755
--- a/GradeBook_lib.tcl
+++ b/GradeBook_lib.tcl
@@ -1789,6 +1789,16 @@ puts {
}
}
+proc htmlHeaderDBSelector {} {
+puts {
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta http-equiv="Content-Type" content= "text/html; charset=us-ascii" />
+ <title>Grade Books Selector</title>
+ <link rel="stylesheet" type="text/css" href="/~evmik/GradeBook.css" />
+</head>
+}
+}
##################### end of procs ####################################