Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3519 Rev 5150
Línea 1... Línea 1...
1
<?php
1
<?php
2
$js = <<<JS
2
$js = <<<JS
3
const backendVars={
3
const LABELS = {
-
 
4
  ADD: 'LABEL_ADD',
-
 
5
  MY_PROFILES: 'LABEL_MY_PROFILES',
-
 
6
  MESSAGE: 'LABEL_MESSAGE',
-
 
7
  APPROVE: 'LABEL_APPROVE',
-
 
8
  REJECT: 'LABEL_REJECT',
-
 
9
  MESSAGE: 'LABEL_MESSAGE',
-
 
10
  ADMINISTRATE: 'LABEL_ADMINISTRATE',
-
 
11
  UNFOLLOW: 'LABEL_UNFOLLOW',
-
 
12
  SEARCH: 'LABEL_SEARCH',
-
 
13
  BLOCK: 'LABEL_BLOCK',
-
 
14
  UNBLOCK: 'LABEL_UNBLOCK',
-
 
15
  CONNECT: 'LABEL_CONNECT',
-
 
16
  CANCEL: 'LABEL_CANCEL',
-
 
17
  LEAVE: 'LABEL_LEAVE',
-
 
18
  NEW_PROFILE: 'LABEL_NEW_PROFILE',
-
 
19
  PROFILE_MAME: 'LABEL_PROFILE_MAME',
-
 
20
  CREATE_PROFILE: 'LABEL_CREATE_PROFILE',
-
 
21
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS'
4
}
22
}
-
 
23
 
5
JS;
24
JS;
-
 
25
 
6
$this->inlineScript()->appendScript($js);
26
$this->inlineScript()->appendScript($js);
7
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
27
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
8
$this->inlineScript()->appendFile('/react-bundles/job/applied-jobs/appliedJobsBundle.js');
28
$this->inlineScript()->appendFile('/react-bundles/job/applied-jobs/appliedJobsBundle.js');
9
?>
29
?>