| 1 |
www |
1 |
<?php
|
|
|
2 |
$acl = $this->viewModel()->getRoot()->getVariable('acl');
|
|
|
3 |
$currentUser = $this->currentUserHelper();
|
|
|
4 |
$roleName = $currentUser->getUserTypeId();
|
|
|
5 |
|
|
|
6 |
$route = $this->url('company/i-work-with');
|
|
|
7 |
|
|
|
8 |
$this->headLink()->appendStylesheet('/react-bundles/company/i-work-with/main.css');
|
|
|
9 |
$this->inlineScript()->appendFile('/react-bundles/company/i-work-with/iWorkWithBundle.js');
|
|
|
10 |
?>
|
|
|
11 |
|
|
|
12 |
<div id="react_companies_i_work_with">
|
|
|
13 |
<div class="process-comm" id="paginator-process-comm">
|
|
|
14 |
<div class="spinner">
|
|
|
15 |
<div class="bounce1"></div>
|
|
|
16 |
<div class="bounce2"></div>
|
|
|
17 |
<div class="bounce3"></div>
|
|
|
18 |
</div>
|
|
|
19 |
</div>
|
|
|
20 |
</div>
|