Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 725 | Rev 3262 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 725 Rev 3217
Línea 2... Línea 2...
2
$this->headLink()->appendStylesheet('/react-bundles/dashboard/main.css');
2
$this->headLink()->appendStylesheet('/react-bundles/dashboard/main.css');
3
$currentUser = $this->currentUserHelper();
3
$currentUser = $this->currentUserHelper();
4
$currentUser = $currentUser->getUser();
4
$currentUser = $currentUser->getUser();
Línea 5... Línea 5...
5
 
5
 
6
 
6
 
7
$draft=\LeadersLinked\Model\CompanySelfEvaluationTest::STATUS_DRAFT;
7
$draft = \LeadersLinked\Model\CompanySelfEvaluationTest::STATUS_DRAFT;
Línea 8... Línea 8...
8
$pending=\LeadersLinked\Model\CompanySelfEvaluationTest::STATUS_PENDING;
8
$pending = \LeadersLinked\Model\CompanySelfEvaluationTest::STATUS_PENDING;
9
$completed=\LeadersLinked\Model\CompanySelfEvaluationTest::STATUS_COMPLETED;
9
$completed = \LeadersLinked\Model\CompanySelfEvaluationTest::STATUS_COMPLETED;
10
 
10
 
11
$routeMoodle = $this->url('moodle');
11
$routeMoodle = $this->url('moodle');
Línea 37... Línea 37...
37
  STATUS_COMPLETED: "$completed"
37
  STATUS_COMPLETED: "$completed"
38
}
38
}
Línea 39... Línea 39...
39
 
39
 
40
JS;
40
JS;
-
 
41
$this->inlineScript()->appendScript($js);
41
$this->inlineScript()->appendScript($js);
42
$this->headLink()->appendStylesheet('/react-bundles/self-evaluation/main.css');
42
$this->inlineScript()->appendFile('/react-bundles/self-evaluation/selfEvaluationBundle.js');
43
$this->inlineScript()->appendFile('/react-bundles/self-evaluation/selfEvaluationBundle.js');
Línea 43... Línea 44...
43
?>
44
?>
44
 
45