Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4237 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
<?php
2
$acl            = $this->viewModel()->getRoot()->getVariable('acl');
3
$currentUser    = $this->currentUserHelper();
4
$roleName       = $currentUser->getUserTypeId();
5
 
4237 stevensc 6
$js = <<<JS
7
const LABELS={
4238 stevensc 8
  not_found: 'LABEL_DATATABLE_SZERORECORDS',
9
  invitation_received: 'LABEL_INVITATIONS_RECEIVED',
10
  search: 'LABEL_SEARCH'
4237 stevensc 11
}
12
JS;
13
 
14
$this->inlineScript()->appendScript($js);
15
 
3537 stevensc 16
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
1 www 17
$this->inlineScript()->appendFile('/react-bundles/company/invitations-received/invitationsReceivedBundle.js');
18
?>
19
 
20
<div id="react_companies_i_work_with">
21
  <div class="process-comm" id="paginator-process-comm">
22
    <div class="spinner">
23
      <div class="bounce1"></div>
24
      <div class="bounce2"></div>
25
      <div class="bounce3"></div>
26
    </div>
27
  </div>
28
</div>