function __construct()
 {
     parent::__construct('calendar/calendar_select_week');
     $now = new Academic_time(time());
     $this->mSelectedWeek = $now->BackToMonday()->Timestamp();
 }
 function __construct()
 {
     parent::__construct('calendar/days');
     $this->mNumDays = 7;
 }
 function __construct()
 {
     parent::__construct('calendar/calendar_list');
 }