title=$name; } public function tab_start($active) { echo '
'; } public function page_start($label) { if($this->active_page==$label) echo '
'; else echo '
'; } public function page_end() { echo '
'; } public function tab_end() { echo '
'; echo ""; } };//class UITabView ?>