Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4238 | | 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={
5174 stevensc 8
  INVITATIONS_RECEIVED: 'LABEL_INVITATIONS_RECEIVED',
9
  SEARCH: 'LABEL_SEARCH',
10
  REQUESTS_SENT: 'LABEL_REQUESTS_SENT',
11
  VIEW_COMPANY: 'LABEL_VIEW_COMPANY',
12
  CANCEL: 'LABEL_CANCEL',
13
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS'
4237 stevensc 14
}
15
JS;
16
 
17
$this->inlineScript()->appendScript($js);
18
 
3537 stevensc 19
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
1 www 20
$this->inlineScript()->appendFile('/react-bundles/company/invitations-received/invitationsReceivedBundle.js');
21
?>
22
 
23
<div id="react_companies_i_work_with">
24
  <div class="process-comm" id="paginator-process-comm">
25
    <div class="spinner">
26
      <div class="bounce1"></div>
27
      <div class="bounce2"></div>
28
      <div class="bounce3"></div>
29
    </div>
30
  </div>
31
</div>