1 |
www |
1 |
<?php
|
|
|
2 |
$acl = $this->viewModel()->getRoot()->getVariable('acl');
|
|
|
3 |
$currentUser = $this->currentUserHelper();
|
|
|
4 |
$roleName = $currentUser->getUserTypeId();
|
|
|
5 |
|
|
|
6 |
|
|
|
7 |
$routePeopleViewedProfile = $this->url('profile/people-viewed-profile');
|
|
|
8 |
|
|
|
9 |
// $this->headLink()->appendStylesheet($this->basePath('vendors/select2/dist/css/select2.min.css'));
|
|
|
10 |
// $this->headLink()->appendStylesheet($this->basePath('vendors/select2-bootstrap4/dist/select2-bootstrap4.min.css'));
|
|
|
11 |
// $this->inlineScript()->appendFile($this->basePath('vendors/select2/dist/js/select2.min.js'));
|
|
|
12 |
|
|
|
13 |
// $this->inlineScript()->appendFile($this->basePath('vendors/bootstrap-confirmation/dist/bootstrap-confirmation.js'));
|
|
|
14 |
// $this->inlineScript()->appendFile($this->basePath('vendors/jsrender/jsrender.min.js'));
|
|
|
15 |
|
|
|
16 |
// $this->inlineScript()->captureStart();
|
3518 |
stevensc |
17 |
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
|
1 |
www |
18 |
$this->inlineScript()->appendFile('/react-bundles/profile/people-viewed-profile/peopleViewedProfileBundle.js');
|
|
|
19 |
?>
|
|
|
20 |
<div id="react_people_viewed_profile">
|
|
|
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>
|