Rev 282 | Rev 307 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
<?php$this->headLink()->appendStylesheet('/react-bundles/dashboard/main.css');$currentUser = $this->currentUserHelper();$currentUser = $currentUser->getUser();$routeMoodle = $this->url('moodle');$js = <<<JSconst backendVars={LBL_SELF_EVALUATION: "LABEL_SELF_EVALUATION",LBL_DATATABLE_SZERORECORDS: "LABEL_DATATABLE_SZERORECORDS",LBL_DATATABLE_SSEARCH: "LABEL_DATATABLE_SSEARCH",LBL_REPORT: "LABEL_REPORT",LBL_TAKE_A_TEST: "LABEL_TAKE_A_TEST"}JS;$this->inlineScript()->appendScript($js);$this->inlineScript()->appendFile('/react-bundles/self-evaluation/selfEvaluationBundle.js');$this->inlineScript()->appendFile('/js/scrollbar.js');?><div id="react-self-evaluation" class="posts-section"><div class="process-comm" id="paginator-process-comm"><div class="spinner"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div></div></div>