Пример #1
0
 public static function edit_list()
 {
     $courseId = $_GET['snavId'];
     $navId = $_GET['navId'];
     $type = $_GET['type'];
     $rs = mod_thanks::getEditList($type);
     render_template("student_list.php", array("navId" => $navId, "snavId" => $courseId, "content" => $rs, "type" => $type));
 }