Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev Autor Línea Nro. Línea
1 www 1
<?php
5127 stevensc 2
 
3
$js = <<<JS
4
const LABELS = {
5
  SEARCH: 'LABEL_SEARCH',
6
  CANCEL: 'LABEL_CANCEL',
7
  REQUEST_CANCEL: 'LABEL_REQUEST_CANCEL',
8
  INVITATIONS_RECEIVED: 'LABEL_INVITATIONS_RECEIVED',
9
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS',
5898 stevensc 10
  VIEW_PROFILE: 'LABEL_VIEW_PROFILE',
11
  MESSAGE: 'LABEL_MESSAGE',
12
  APPROVE: 'LABEL_APPROVE',
13
  ACCEPT: 'LABEL_ACCEPT',
14
  REJECT: 'LABEL_REJECT',
15
  MESSAGE: 'LABEL_MESSAGE',
16
  ADMINISTRATE: 'LABEL_ADMINISTRATE',
17
  UNFOLLOW: 'LABEL_UNFOLLOW',
18
  BLOCK: 'LABEL_BLOCK',
19
  UNBLOCK: 'LABEL_UNBLOCK',
20
  CONNECT: 'LABEL_CONNECT',
21
  CANCEL: 'LABEL_CANCEL',
22
  LEAVE: 'LABEL_LEAVE',
5127 stevensc 23
}
24
JS;
25
 
26
$this->inlineScript()->appendScript($js);
3529 stevensc 27
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
1 www 28
$this->inlineScript()->appendFile('/react-bundles/connection/invitations-received/invitationsReceivedBundle.js');
29
?>
30
 
31
<div id="react_invitations_received">
32
  <div class="process-comm" id="paginator-process-comm">
33
    <div class="spinner">
34
      <div class="bounce1"></div>
35
      <div class="bounce2"></div>
36
      <div class="bounce3"></div>
37
    </div>
38
  </div>
39
</div>