| Línea 139... |
Línea 139... |
| 139 |
|
139 |
|
| Línea 140... |
Línea 140... |
| 140 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/jquery.mCustomScrollbar.min.css') ?>" />
|
140 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/jquery.mCustomScrollbar.min.css') ?>" />
|
| Línea 141... |
Línea -... |
| 141 |
|
- |
|
| - |
|
141 |
|
| Línea 142... |
Línea 142... |
| 142 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/nprogress/nprogress.css') ?>">
|
142 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/nprogress/nprogress.css') ?>">
|
| 143 |
|
143 |
|
| 144 |
<?php if ($currentUser->hasIdentity()) : ?>
|
144 |
|
| 145 |
|
145 |
|
| Línea 152... |
Línea 152... |
| 152 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/main.css') ?>" />
|
152 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/main.css') ?>" />
|
| 153 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/navbar.css') ?>" />
|
153 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/navbar.css') ?>" />
|
| 154 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('react-bundles/chat/main.css') ?>" />
|
154 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('react-bundles/chat/main.css') ?>" />
|
| 155 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/dashboard.css') ?>" />
|
155 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/dashboard.css') ?>" />
|
| Línea 156... |
Línea 156... |
| 156 |
|
156 |
|
| Línea 157... |
Línea -... |
| 157 |
<?php endif; ?>
|
- |
|
| 158 |
|
- |
|
| 159 |
<?php if ($currentNetwork->theme_id == Theme::THEME_LEADERSLINKED_LINKEDIN) : ?>
|
- |
|
| Línea 160... |
Línea 157... |
| 160 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('react-bundles/navbar/linkedin/main.css') ?>" />
|
157 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('react-bundles/app/main.css') ?>" />
|
| 161 |
<?php endif; ?>
|
158 |
|
| 162 |
|
159 |
|
| 163 |
<?php
|
160 |
<?php
|
| Línea 172... |
Línea 169... |
| 172 |
<body>
|
169 |
<body>
|
| Línea 173... |
Línea 170... |
| 173 |
|
170 |
|
| Línea 174... |
Línea 171... |
| 174 |
<?php echo $this->menuHelper($currentUser->getUserId()) ?>
|
171 |
<?php echo $this->menuHelper($currentUser->getUserId()) ?>
|
| - |
|
172 |
|
| - |
|
173 |
<div id="app">
|
| 175 |
|
174 |
<div id="root">
|
| - |
|
175 |
<div class="process-comm" id="paginator-process-comm">
|
| - |
|
176 |
<div class="spinner">
|
| - |
|
177 |
<div class="bounce1"></div>
|
| - |
|
178 |
<div class="bounce2"></div>
|
| - |
|
179 |
<div class="bounce3"></div>
|
| - |
|
180 |
</div>
|
| 176 |
<div id="app">
|
181 |
</div>
|
| Línea 177... |
Línea 182... |
| 177 |
<?php echo $this->content ?>
|
182 |
</div>
|
| 178 |
</div>
|
183 |
</div>
|
| 179 |
|
184 |
|
| Línea 196... |
Línea 201... |
| 196 |
</div>
|
201 |
</div>
|
| Línea 197... |
Línea 202... |
| 197 |
|
202 |
|
| 198 |
</div>
|
203 |
</div>
|
| Línea 199... |
Línea -... |
| 199 |
</footer>
|
- |
|
| - |
|
204 |
</footer>
|
| 200 |
|
205 |
|
| 201 |
<?php if ($currentUser->hasIdentity()) : ?>
|
206 |
|
| 202 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
|
- |
|
| - |
|
207 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
|
| Línea 203... |
Línea 208... |
| 203 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
|
208 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
|
| 204 |
<?php endif; ?>
|
209 |
|
| 205 |
|
210 |
|
| 206 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery/jquery.min.js') ?>"></script>
|
211 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery/jquery.min.js') ?>"></script>
|
| 207 |
<!-- Bootstrap 4 -->
|
212 |
<!-- Bootstrap 4 -->
|
| Línea 208... |
Línea 213... |
| 208 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap/js/bootstrap.bundle.min.js') ?>"></script>
|
213 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap/js/bootstrap.bundle.min.js') ?>"></script>
|
| Línea -... |
Línea 214... |
| - |
|
214 |
<!-- Aplicacion -->
|
| - |
|
215 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
|
| - |
|
216 |
|
| - |
|
217 |
<script type="text/javascript" src="<?php echo $this->basePath('js/app.js') ?>"></script>
|
| - |
|
218 |
|
| 209 |
<!-- Aplicacion -->
|
219 |
|
| 210 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
|
220 |
<script type="text/javascript" src="<?php echo $this->basePath('react-bundles/app/applicationBundle.js') ?>"></script>
|
| 211 |
|
221 |
|
| 212 |
<script type="text/javascript" src="<?php echo $this->basePath('js/app.js') ?>"></script>
|
222 |
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=$google_map_key&libraries=places"></script>
|