Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5121 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
<?php
5121 stevensc 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
JS;
15
 
5123 stevensc 16
$this->inlineScript()->appendScript($js);
3525 stevensc 17
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
1 www 18
$this->inlineScript()->appendFile('/react-bundles/connection/my-connections/myConnectionsBundle.js');
19
?>
20
 
21
<div id="react_my_connections">
22
  <div class="process-comm" id="paginator-process-comm">
23
    <div class="spinner">
24
      <div class="bounce1"></div>
25
      <div class="bounce2"></div>
26
      <div class="bounce3"></div>
27
    </div>
28
  </div>
5121 stevensc 29
</div>