Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3532 Rev 5141
Línea 1... Línea 1...
1
<?php
1
<?php
-
 
2
 
-
 
3
$js = <<<JS
-
 
4
const LABELS = {
-
 
5
  SEARCH: 'LABEL_SEARCH',
-
 
6
  CANCEL: 'LABEL_CANCEL',
-
 
7
  CONNECT: 'LABEL_CONNECT',
-
 
8
  MESSAGE: 'LABEL_MESSAGE',
-
 
9
  PEOPLE_YOU_MAY_KNOW: 'LABEL_PEOPLE_YOU_MAY_KNOW',
-
 
10
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS',
-
 
11
  VIEW_PROFILE: 'LABEL_VIEW_PROFILE'
-
 
12
  PEOPLE_BLOCKED: 'LABEL_PEOPLE_BLOCKED'
-
 
13
}
-
 
14
JS;
-
 
15
 
-
 
16
$this->inlineScript()->appendScript($js);
2
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
17
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
3
$this->inlineScript()->appendFile('/react-bundles/connection/people-blocked/peopleBlockedBundle.js');
18
$this->inlineScript()->appendFile('/react-bundles/connection/people-blocked/peopleBlockedBundle.js');
4
?>
19
?>
Línea 5... Línea 20...
5
 
20