getModel('deposition'); $document -> addScript(JRoute :: _(JURI :: base() . 'components/' . JRequest :: getVar('option') . '/js/repos.js')); $document -> addScript(JRoute :: _(JURI :: base() . 'components/' . JRequest :: getVar('option') . '/js/mootools-extra.js')); $thriftResult = $model->getCompliantRepositories(); $this->assignRef('repositories', $thriftResult); $this -> assignRef('statsExistUrl', $model -> getStatsExistUrl()); $this -> assignRef('statsChartUrl', $model -> getStatsChartUrl()); parent::display($tpl); } } ?>