Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3535 Rev 5166
Línea 1... Línea 1...
1
<?php
1
<?php
-
 
2
 
-
 
3
$js = <<<JS
-
 
4
const LABELS = {
-
 
5
  SEARCH: 'LABEL_SEARCH',
-
 
6
  COMPANIES_I_FOLLOW: 'LABEL_COMPANIES_I_FOLLOW',
-
 
7
  VIEW_COMPANY: 'LABEL_VIEW_COMPANY',
-
 
8
  UNFOLLOW: 'LABEL_UNFOLLOW',
-
 
9
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS'
-
 
10
}
-
 
11
JS;
-
 
12
 
-
 
13
$this->inlineScript()->appendScript($js);
2
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
14
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
3
$this->inlineScript()->appendFile('/react-bundles/following-companies/followingCompaniesBundle.js');
15
$this->inlineScript()->appendFile('/react-bundles/following-companies/followingCompaniesBundle.js');
4
?>
16
?>
Línea 5... Línea 17...
5
 
17