Rating ".($can_rate ? " $human_rating ".$this->get_selection_rater_html($rating)." " : " $human_rating ")." "; return $html; } // public function display_bulk_rater(string $terms) // { // global $page; // $html = " // ".make_form(make_link("admin/bulk_rate"))." // // // // // "; // $page->add_block(new Block("List Controls", $html, "left")); // } public function get_selection_rater_html(String $selected_option, String $id = "rating") { global $_shm_ratings; $output = ""; } }