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 parent::__construct($Name, FALSE, $Label, NULL, NULL);
34 public function PrintField($DisplayErrorIndicator = FALSE)
45 public function PrintInput($DisplayErrorIndicator = FALSE)
47 print(
"<input type=\"checkbox\"" 48 .
" name=\"".$this->MyName.
"\"" 49 .
" id=\"".$this->MyName.
"\"" 50 .($this->MyValue ?
" checked" :
"")
55 # ---- PRIVATE INTERFACE -------------------------------------------------