Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3533 Rev 5164
Línea 6... Línea 6...
6
$js = <<<JS
6
$js = <<<JS
7
const backendVars={
7
const backendVars={
8
  companySizes: JSON.parse('$companySizesJson'),
8
  companySizes: JSON.parse('$companySizesJson'),
9
  industries: JSON.parse('$industriesJson')
9
  industries: JSON.parse('$industriesJson')
10
}
10
}
-
 
11
const LABELS = {
-
 
12
  SEARCH: 'LABEL_SEARCH',
-
 
13
  ADD: 'LABEL_ADD',
-
 
14
  VIEW_COMPANY: 'LABEL_VIEW_COMPANY',
-
 
15
  MY_COMPANIES: 'LABEL_MY_COMPANIES',
-
 
16
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS',
-
 
17
  ADMINISTRATE: 'LABEL_ADMINISTRATE'
-
 
18
}
11
JS;
19
JS;
-
 
20
 
12
$this->inlineScript()->appendScript($js);
21
$this->inlineScript()->appendScript($js);
13
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
22
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
14
$this->inlineScript()->appendFile('/react-bundles/my-companies/myCompaniesBundle.js');
23
$this->inlineScript()->appendFile('/react-bundles/my-companies/myCompaniesBundle.js');
15
?>
24
?>