Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5182 Rev 5183
Línea 1... Línea 1...
1
<?php
1
<?php
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
 
-
 
6
 
5
 
7
$routeMoodle = $this->url('moodle');
6
$routeMoodle = $this->url('moodle');
8
$js = <<<JS
7
$js = <<<JS
9
const backendVars={
8
const LABELS = {
10
  ENROLL: 'LABEL_ENROLL',
9
  ENROLL: 'LABEL_ENROLL',
11
  STATUS: 'LABEL_STATUS',
10
  STATUS: 'LABEL_STATUS',
12
  CAPSULES_MICROLEARNING: 'LABEL_CAPSULES_MICROLEARNING',
11
  CAPSULES_MICROLEARNING: 'LABEL_CAPSULES_MICROLEARNING',
13
  MARKETPLACE: "LABEL_MARKETPLACE",
12
  MARKETPLACE: "LABEL_MARKETPLACE",
14
  CAPSULES: "LABEL_CAPSULES",
13
  CAPSULES: "LABEL_CAPSULES",
15
  ENROLL: "LABEL_ENROLL",
14
  ENROLL: "LABEL_ENROLL",
16
  STATUS: "LABEL_STATUS"
15
  STATUS: "LABEL_STATUS"
17
}
-
 
18
 
16
}
-
 
17
JS;
19
JS;
18
 
20
$this->inlineScript()->appendScript($js);
19
$this->inlineScript()->appendScript($js);
21
$this->inlineScript()->appendFile('/react-bundles/marketplace/marketplaceBundle.js');
20
$this->inlineScript()->appendFile('/react-bundles/marketplace/marketplaceBundle.js');
Línea 22... Línea 21...
22
?>
21
?>