Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3519 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3519 Rev 5157
Línea 1... Línea 1...
1
<?php
1
<?php
-
 
2
 
2
$js = <<<JS
3
$js = <<<JS
3
const backendVars={
4
const LABELS = {
-
 
5
  SEARCH: 'LABEL_SEARCH',
-
 
6
  JOB_REQUEST_CANCEL: 'LABEL_JOB_REQUEST_CANCEL',
-
 
7
  VIEW_JOB: 'LABEL_VIEW_JOB', 
-
 
8
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS',
-
 
9
  JOBS: 'LABEL_JOBS',
-
 
10
  JOBS_SAVED: 'LABEL_JOBS_SAVED',
-
 
11
  DELETE: 'LABEL_DELETE',
-
 
12
  VIEW_JOB: 'LABEL_VIEW_JOB',
4
}
13
}
5
JS;
14
JS;
-
 
15
 
6
$this->inlineScript()->appendScript($js);
16
$this->inlineScript()->appendScript($js);
7
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
17
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
8
$this->inlineScript()->appendFile('/react-bundles/job/saved-jobs/savedJobsBundle.js');
18
$this->inlineScript()->appendFile('/react-bundles/job/saved-jobs/savedJobsBundle.js');
9
?>
19
?>