3 # FILE: Classification.php
5 # Part of the Collection Workflow Integration System (CWIS)
6 # Copyright 2013 Edward Almasy and Internet Scout Research Group
7 # http://scout.wisc.edu/cwis/
17 # ---- PUBLIC INTERFACE --------------------------------------------------
26 $this->
FormField($Name, FALSE, $Label, NULL, NULL);
47 print(
"<input type=\"checkbox\""
48 .
" name=\"".$this->MyName.
"\""
49 .
" id=\"".$this->MyName.
"\""
50 .($this->MyValue ?
" checked" :
"")
55 # ---- PRIVATE INTERFACE -------------------------------------------------