| Línea 34... |
Línea 34... |
| 34 |
|
34 |
|
| 35 |
|
35 |
|
| 36 |
|
36 |
|
| - |
|
37 |
?>
|
| - |
|
38 |
<!DOCTYPE html>
|
| - |
|
39 |
<html lang="en">
|
| - |
|
40 |
<head>
|
| - |
|
41 |
<?php
|
| - |
|
42 |
echo $this->headTitle();
|
| - |
|
43 |
?>
|
| - |
|
44 |
<link rel="shortcut icon" href="<?php echo $this->networkFavicoHelper(); ?>">
|
| - |
|
45 |
<?php
|
| - |
|
46 |
echo $this->headMeta()->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
|
| - |
|
47 |
->appendHttpEquiv('expires','0')
|
| - |
|
48 |
->appendHttpEquiv('expires','Tue, 01 Jan 1980 1:00:00 GMT')
|
| - |
|
49 |
->appendHttpEquiv('pragma', 'no-cache')
|
| - |
|
50 |
->appendHttpEquiv('Cache-Control', 'no-store')
|
| - |
|
51 |
->appendHttpEquiv('Cache-Control', 'max-age=0')
|
| - |
|
52 |
->appendHttpEquiv('Cache-Control', 'no-cache')
|
| - |
|
53 |
->appendHttpEquiv('charset', 'UTF-8')
|
| - |
|
54 |
->appendName('viewport', 'width=device-width, initial-scale=1.0');
|
| - |
|
55 |
?>
|
| - |
|
56 |
|
| - |
|
57 |
<!-- Fonts -->
|
| - |
|
58 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| - |
|
59 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| - |
|
60 |
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
|
| - |
|
61 |
<!-- End fonts -->
|
| - |
|
62 |
|
| - |
|
63 |
<!-- core:css -->
|
| - |
|
64 |
<link rel="stylesheet" href="<?php echo $this->basePath('assets/vendors/core/core.css') ?>">
|
| - |
|
65 |
<!-- endinject -->
|
| - |
|
66 |
|
| - |
|
67 |
<!-- Plugin css for this page -->
|
| - |
|
68 |
<!-- End plugin css for this page -->
|
| - |
|
69 |
|
| - |
|
70 |
<!-- inject:css -->
|
| - |
|
71 |
<link rel="stylesheet" href="<?php echo $this->basePath('assets/fonts/feather-font/css/iconfont.css') ?>">
|
| - |
|
72 |
<link rel="stylesheet" href="<?php echo $this->basePath('assets/vendors/flag-icon-css/css/flag-icon.min.css') ?>">
|
| - |
|
73 |
<!-- endinject -->
|
| - |
|
74 |
|
| - |
|
75 |
<link rel="stylesheet" href="<?php echo $this->basePath('assets/vendors/perfect-scrollbar/perfect-scrollbar.css') ?>" />
|
| - |
|
76 |
<link rel="stylesheet" href="<?php echo $this->basePath('assets/vendors/toastr/toastr.min.css') ?>" />
|
| - |
|
77 |
<link rel="stylesheet" href="<?php echo $this->basePath('assets/vendors/font-awesome/css/font-awesome.css') ?>">
|
| - |
|
78 |
|
| - |
|
79 |
<!-- Layout styles -->
|
| - |
|
80 |
<link rel="stylesheet" href="<?php echo $this->basePath('assets/css/style.css') ?>">
|
| - |
|
81 |
<!-- End layout styles -->
|
| - |
|
82 |
|
| - |
|
83 |
|
| - |
|
84 |
<link rel="stylesheet" href="<?php echo $this->basePath('assets/css/cesa.css'); ?>">
|
| - |
|
85 |
|
| - |
|
86 |
<?php if ($currentUserHelper->hasIdentity()) : ?>
|
| - |
|
87 |
<!--
|
| - |
|
88 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('assets/css/icons.css') ?>" />
|
| Línea 37... |
Línea -... |
| 37 |
?>
|
- |
|
| 38 |
<!DOCTYPE html>
|
- |
|
| 39 |
<html lang="es">
|
- |
|
| 40 |
|
- |
|
| 41 |
<head>
|
- |
|
| 42 |
<?php
|
- |
|
| 43 |
echo $this->headTitle();
|
- |
|
| 44 |
?>
|
- |
|
| 45 |
<link rel="icon" href="<?php echo $this->networkFavicoHelper(); ?>">
|
- |
|
| 46 |
<?php
|
- |
|
| 47 |
echo $this->headMeta()->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
|
- |
|
| 48 |
->appendHttpEquiv('expires', '0')
|
- |
|
| 49 |
->appendHttpEquiv('expires', 'Tue, 01 Jan 1980 1:00:00 GMT')
|
- |
|
| 50 |
->appendHttpEquiv('pragma', 'no-cache')
|
- |
|
| 51 |
->appendHttpEquiv('Cache-Control', 'no-store')
|
- |
|
| 52 |
->appendHttpEquiv('Cache-Control', 'max-age=0')
|
- |
|
| 53 |
->appendHttpEquiv('Cache-Control', 'no-cache')
|
- |
|
| 54 |
->appendHttpEquiv('charset', 'UTF-8')
|
- |
|
| 55 |
->appendName('viewport', 'width=device-width, initial-scale=1.0');
|
- |
|
| 56 |
?>
|
- |
|
| 57 |
|
- |
|
| 58 |
<!-- Google Font: Source Sans Pro -->
|
- |
|
| 59 |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
|
- |
|
| 60 |
<!-- Font Awesome -->
|
- |
|
| 61 |
<link rel="stylesheet" href="<?php echo $this->basePath('plugins/font-awesome/css/font-awesome.css') ?>">
|
- |
|
| 62 |
<!-- Theme style -->
|
- |
|
| 63 |
<link rel="stylesheet" href="<?php echo $this->basePath('css/adminlte.min.css') ?>">
|
- |
|
| 64 |
|
- |
|
| 65 |
|
- |
|
| 66 |
<?php if ($currentUserHelper->hasIdentity()) : ?>
|
- |
|
| Línea -... |
Línea 89... |
| - |
|
89 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('assets/vendors/smiley/assets/sprites/emojione.sprites.css') ?>" />
|
| Línea 67... |
Línea -... |
| 67 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/icons.css') ?>" />
|
- |
|
| 68 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/smiley/assets/sprites/emojione.sprites.css') ?>" />
|
- |
|
| 69 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery-ui.css') ?>" />
|
90 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('assets/vendors/uploader/jquery.ui.plupload/css/jquery-ui.css') ?>" />
|
| 70 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery.ui.plupload.css') ?>" />
|
91 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('assets/vendors/uploader/jquery.ui.plupload/css/jquery.ui.plupload.css') ?>" />
|
| Línea 71... |
Línea 92... |
| 71 |
|
92 |
|
| - |
|
93 |
|
| Línea 72... |
Línea 94... |
| 72 |
|
94 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('assets/css/chat.css') ?>" />
|
| - |
|
95 |
|
| 73 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/chat.css') ?>" />
|
96 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('assets/css/style-cesa.css') ?>" />
|
| 74 |
|
97 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('assets/css/responsive-cesa.css') ?>" />
|
| 75 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/style-cesa.css') ?>" />
|
98 |
|
| 76 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/responsive-cesa.css') ?>" />
|
99 |
|
| 77 |
|
100 |
<link rel="stylesheet" href="<?php echo $this->basePath('css/main.css') ?>">
|
| 78 |
|
101 |
-->
|
| 79 |
<link rel="stylesheet" href="<?php echo $this->basePath('css/main.css') ?>">
|
- |
|
| 80 |
|
102 |
|
| 81 |
|
103 |
|
| 82 |
<?php endif; ?>
|
104 |
<?php endif; ?>
|
| 83 |
<?php
|
105 |
|
| 84 |
echo $this->headStyle();
|
106 |
<?php
|
| 85 |
echo $this->networkStylesAndColorsHelper();
|
- |
|
| 86 |
echo $this->headLink();
|
- |
|
| 87 |
echo $this->headScript();
|
- |
|
| 88 |
?>
|
107 |
echo $this->headStyle();
|
| 89 |
|
108 |
echo $this->networkStylesAndColorsHelper();
|
| 90 |
</head>
|
109 |
echo $this->headLink();
|
| 91 |
|
110 |
echo $this->headScript();
|
| 92 |
<body class="hold-transition layout-top-nav">
|
111 |
?>
|
| 93 |
<!-- Site wrapper -->
|
112 |
</head>
|
| 94 |
<div class="wrapper">
|
113 |
<body>
|
| 95 |
|
114 |
<div class="main-wrapper">
|
| - |
|
115 |
<div class="page-wrapper">
|
| - |
|
116 |
<nav class="sidebar">
|
| - |
|
117 |
<div class="sidebar-header">
|
| - |
|
118 |
<a href="<?php echo $this->url('dashboard') ?>" class="sidebar-brand">
|
| - |
|
119 |
<?php if ($company) : ?>
|
| - |
|
120 |
<img src="<?php echo $this->url('storage', ['type' => 'company', 'code' => $company->uuid, 'filename' => $company->image]) ?>" alt="LABEL_ADMINISTRATION" class="wd-auto ht-50" style="opacity: .8">
|
| - |
|
121 |
<?php else : ?>
|
| - |
|
122 |
<img src="/assets/images/ll-logo.png" alt="LABEL_ADMINISTRATION" class="wd-auto ht-50" style="opacity: .8">
|
| - |
|
123 |
<?php endif; ?>
|
| - |
|
124 |
|
| - |
|
125 |
|
| 96 |
|
126 |
|
| - |
|
127 |
</a>
|
| - |
|
128 |
<div class="sidebar-toggler not-active">
|
| - |
|
129 |
<span></span>
|
| - |
|
130 |
<span></span>
|
| - |
|
131 |
<span></span>
|
| - |
|
132 |
</div>
|
| 97 |
<nav class="main-header navbar navbar-expand-md navbar-light navbar-white">
|
133 |
</div>
|
| - |
|
134 |
<div class="sidebar-body">
|
| - |
|
135 |
<!-- ps ps--active-y -->
|
| - |
|
136 |
<div class="sidebar-body ps ps--active-y">
|
| 98 |
<div class="container">
|
137 |
<ul class="nav">
|
| - |
|
138 |
<?php echo $this->menuHelper() ?>
|
| 99 |
<a href="<?php echo $this->url('dashboard') ?>" class="navbar-brand">
|
139 |
</ul>
|
| 100 |
<?php if ($company) : ?>
|
140 |
</div>
|
| 101 |
<img src="<?php echo $this->url('storage', ['type' => 'company', 'code' => $company->uuid, 'filename' => $company->image]) ?>" alt="LABEL_ADMINISTRATION" class="brand-image img-circle elevation-3" style="opacity: .8">
|
141 |
</div>
|
| 102 |
<?php else : ?>
|
142 |
</nav>
|
| - |
|
143 |
|
| - |
|
144 |
<nav class="navbar">
|
| - |
|
145 |
<a href="#" class="sidebar-toggler">
|
| - |
|
146 |
<i data-feather="menu"></i>
|
| - |
|
147 |
</a>
|
| - |
|
148 |
|
| - |
|
149 |
|
| - |
|
150 |
<div class="navbar-content">
|
| - |
|
151 |
|
| - |
|
152 |
<ul class="navbar-nav">
|
| - |
|
153 |
|
| - |
|
154 |
|
| - |
|
155 |
|
| - |
|
156 |
|
| - |
|
157 |
<li class="nav-item dropdown">
|
| - |
|
158 |
<a class="nav-link dropdown-toggle" href="#" id="profileDropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
| - |
|
159 |
<img class="wd-30 ht-30 rounded-circle" src="<?php echo $this->url('storage', ['type' => 'user', 'code' => $user->uuid, 'filename' => $user->image]) ?>" alt="profile">
|
| - |
|
160 |
</a>
|
| - |
|
161 |
<div class="dropdown-menu p-0" aria-labelledby="profileDropdown">
|
| - |
|
162 |
<div class="d-flex flex-column align-items-center border-bottom px-5 py-3">
|
| - |
|
163 |
<div class="mb-3">
|
| - |
|
164 |
<img class="wd-80 ht-80 rounded-circle" src="<?php echo $this->url('storage', ['type' => 'user', 'code' => $user->uuid, 'filename' => $user->image]) ?>" alt="">
|
| 103 |
<img src="img/ll-logo.png" alt="LABEL_ADMINISTRATION" class="brand-image img-circle elevation-3" style="opacity: .8">
|
165 |
</div>
|
| - |
|
166 |
<div class="text-center">
|
| - |
|
167 |
<p class="tx-16 fw-bolder"><?php echo $user->first_name . ' ' . $user->last_name ?></p>
|
| - |
|
168 |
<p class="tx-12 text-muted"><?php echo $user->email ?></p>
|
| - |
|
169 |
</div>
|
| - |
|
170 |
</div>
|
| - |
|
171 |
<ul class="list-unstyled p-1">
|
| 104 |
<?php endif; ?>
|
172 |
|
| - |
|
173 |
<li class="dropdown-item py-2">
|
| - |
|
174 |
<a href="<?php echo $this->url('signout')?>" class="text-body ms-0">
|
| - |
|
175 |
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-out me-2 icon-md"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line></svg>
|
| - |
|
176 |
<span>LABEL_LOGOUT</span>
|
| - |
|
177 |
</a>
|
| - |
|
178 |
</li>
|
| 105 |
|
179 |
</ul>
|
| 106 |
<span class="brand-text font-weight-light"> </span>
|
- |
|
| 107 |
|
- |
|
| 108 |
</a>
|
- |
|
| 109 |
|
- |
|
| 110 |
<div class="collapse navbar-collapse order-3" id="navbarCollapse">
|
- |
|
| 111 |
|
- |
|
| 112 |
<ul class="navbar-nav">
|
- |
|
| 113 |
<?php echo $this->menuHelper() ?>
|
- |
|
| 114 |
</ul>
|
- |
|
| Línea -... |
Línea 180... |
| - |
|
180 |
</div>
|
| - |
|
181 |
</li>
|
| - |
|
182 |
</ul>
|
| - |
|
183 |
</div>
|
| - |
|
184 |
|
| Línea 115... |
Línea 185... |
| 115 |
</div>
|
185 |
|
| 116 |
</div>
|
- |
|
| 117 |
</nav>
|
- |
|
| 118 |
|
- |
|
| 119 |
|
- |
|
| 120 |
<!-- Content Wrapper. Contains page content -->
|
186 |
</nav>
|
| 121 |
<div class="content-wrapper">
|
- |
|
| 122 |
<section class="content">
|
187 |
<div class="page-content">
|
| 123 |
<?php echo $this->content ?>
|
- |
|
| 124 |
</section>
|
- |
|
| 125 |
|
- |
|
| 126 |
|
- |
|
| 127 |
<?php
|
- |
|
| 128 |
if ($currentUserHelper->hasIdentity()) {
|
- |
|
| 129 |
echo $this->chatHelper($user->id);
|
- |
|
| 130 |
}
|
- |
|
| 131 |
?>
|
- |
|
| 132 |
|
- |
|
| 133 |
<!-- /.content -->
|
- |
|
| 134 |
</div>
|
- |
|
| 135 |
<!-- /.content-wrapper -->
|
- |
|
| 136 |
</div>
|
- |
|
| 137 |
<!-- jQuery -->
|
- |
|
| 138 |
<script src="<?php echo $this->basePath('plugins/jquery/jquery.js') ?>"></script>
|
- |
|
| 139 |
<!-- Bootstrap 4 -->
|
- |
|
| 140 |
<script src="<?php echo $this->basePath('plugins/bootstrap/js/bootstrap.bundle.min.js') ?>"></script>
|
- |
|
| 141 |
<!-- AdminLTE App -->
|
- |
|
| Línea -... |
Línea 188... |
| - |
|
188 |
<?php echo $this->content ?>
|
| - |
|
189 |
</div>
|
| - |
|
190 |
|
| - |
|
191 |
|
| - |
|
192 |
<footer class="footer d-flex flex-column flex-md-row align-items-center justify-content-between px-4 py-3 border-top small">
|
| - |
|
193 |
<p class="text-muted mb-1 mb-md-0">Copyright © 2022 <a href="https://www.nobleui.com" target="_blank">NobleUI</a>.</p>
|
| - |
|
194 |
<p class="text-muted">Handcrafted With <i class="mb-1 text-primary ms-1 icon-sm" data-feather="heart"></i></p>
|
| - |
|
195 |
</footer>
|
| - |
|
196 |
|
| - |
|
197 |
</div>
|
| - |
|
198 |
|
| - |
|
199 |
</div>
|
| - |
|
200 |
|
| - |
|
201 |
<!-- core:js -->
|
| - |
|
202 |
<script src="<?php echo $this->basePath('assets/vendors/core/core.js') ?>"></script>
|
| - |
|
203 |
<!-- endinject -->
|
| - |
|
204 |
|
| - |
|
205 |
<!-- Plugin js for this page -->
|
| - |
|
206 |
<!-- End plugin js for this page -->
|
| - |
|
207 |
|
| - |
|
208 |
<!-- inject:js -->
|
| - |
|
209 |
<script src="<?php echo $this->basePath('assets/vendors/feather-icons/feather.min.js') ?>"></script>
|
| - |
|
210 |
<script src="<?php echo $this->basePath('assets/js/template.js') ?>"></script>
|
| - |
|
211 |
<!-- endinject -->
|
| - |
|
212 |
|
| - |
|
213 |
|
| - |
|
214 |
<script src="<?php echo $this->basePath('assets/vendors/jquery/jquery.js') ?>"></script>
|
| - |
|
215 |
<script src="<?php echo $this->basePath('assets/vendors/popper/popper.js') ?>"></script>
|
| 142 |
<script src="<?php echo $this->basePath('js/adminlte.min.js') ?>"></script>
|
216 |
|
| Línea -... |
Línea 217... |
| - |
|
217 |
<script src="<?php echo $this->basePath('assets/vendors/perfect-scrollbar/perfect-scrollbar.js') ?>"></script>
|
| 143 |
<!-- Aplicacion -->
|
218 |
<script src="<?php echo $this->basePath('assets/vendors/sweetalert2/sweetalert2.all.js') ?>"></script>
|
| 144 |
<script src="<?php echo $this->basePath('plugins/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
|
219 |
<script src="<?php echo $this->basePath('assets/vendors/toastr/toastr.min.js') ?>"></script>
|