Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3525 Rev 5121
Línea 1... Línea 1...
1
<?php
1
<?php
-
 
2
 
-
 
3
$js = <<<JS
-
 
4
const LABELS = {
-
 
5
  MESSAGE: 'LABEL_MESSAGE',
-
 
6
  SEARCH: 'LABEL_SEARCH',
-
 
7
  BLOCK: 'LABEL_BLOCK',
-
 
8
  UNBLOCK: 'LABEL_UNBLOCK',
-
 
9
  CANCEL: 'LABEL_CANCEL',
-
 
10
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS',
-
 
11
  FIRST_LEVEL_PERSONS: 'LABEL_FIRST_LEVEL_PERSONS',
-
 
12
  VIEW_PROFILE: 'LABEL_VIEW_PROFILE'
-
 
13
}
-
 
14
 
-
 
15
JS;
-
 
16
 
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/my-connections/myConnectionsBundle.js');
18
$this->inlineScript()->appendFile('/react-bundles/connection/my-connections/myConnectionsBundle.js');
4
?>
19
?>
Línea 5... Línea 20...
5
 
20
 
Línea 9... Línea 24...
9
      <div class="bounce1"></div>
24
      <div class="bounce1"></div>
10
      <div class="bounce2"></div>
25
      <div class="bounce2"></div>
11
      <div class="bounce3"></div>
26
      <div class="bounce3"></div>
12
    </div>
27
    </div>
13
  </div>
28
  </div>
14
</div>
29
</div>
15
30