function c_list($c_list, $class)
 {
     $class = 'ajax-comment-idx-' . $this->idx . ' ' . $class;
     qa_html_theme_base::c_list($c_list, $class);
 }