Línea 2... |
Línea 2... |
2 |
|
2 |
|
3 |
$routeOverview = $this->url('discovery-contacts/progress-by-day');
|
3 |
$routeOverview = $this->url('discovery-contacts/progress-by-day');
|
Línea 4... |
Línea 4... |
4 |
$routeDownload = $this->url('discovery-contacts/progress-by-day/download');
|
4 |
$routeDownload = $this->url('discovery-contacts/progress-by-day/download');
|
5 |
|
5 |
|
6 |
|
6 |
|
Línea 7... |
Línea 7... |
7 |
$this->headLink()->appendStylesheet($this->basePath('plugins/nprogress/nprogress.css'));
|
7 |
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/nprogress/nprogress.css'));
|
8 |
$this->inlineScript()->appendFile($this->basePath('plugins/nprogress/nprogress.js'));
|
8 |
$this->inlineScript()->appendFile($this->basePath('assets/vendors/nprogress/nprogress.js'));
|
9 |
$this->inlineScript()->appendFile($this->basePath('plugins/jsrender/jsrender.js'));
|
9 |
$this->inlineScript()->appendFile($this->basePath('assets/vendors/jsrender/jsrender.js'));
|
10 |
|
10 |
|
Línea 11... |
Línea 11... |
11 |
$this->headLink()->appendStylesheet($this->basePath('plugins/fontawesome-free/css/all.min.css'));
|
11 |
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/fontawesome-free/css/all.min.css'));
|
Línea 12... |
Línea 12... |
12 |
$this->headLink()->appendStylesheet($this->basePath('plugins/daterangepicker/daterangepicker.css'));
|
12 |
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/daterangepicker/daterangepicker.css'));
|
13 |
$this->inlineScript()->appendFile($this->basePath('plugins/moment/moment.min.js'));
|
13 |
$this->inlineScript()->appendFile($this->basePath('assets/vendors/moment/moment.min.js'));
|
Línea 14... |
Línea 14... |
14 |
$this->inlineScript()->appendFile($this->basePath('plugins/daterangepicker/daterangepicker.js'));
|
14 |
$this->inlineScript()->appendFile($this->basePath('assets/vendors/daterangepicker/daterangepicker.js'));
|
15 |
|
15 |
|
Línea 16... |
Línea 16... |
16 |
$this->headLink()->appendStylesheet($this->basePath('plugins/datatables-bs4/css/dataTables.bootstrap4.min.css'));
|
16 |
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/datatables.net-bs5/dataTables.bootstrap5.css'));
|
17 |
|
17 |
|
18 |
$this->inlineScript()->appendFile($this->basePath('plugins/datatables/jquery.dataTables.min.js'));
|
18 |
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net/jquery.dataTables.js'));
|
Línea 216... |
Línea 216... |
216 |
</div>
|
216 |
</div>
|
217 |
</div>
|
217 |
</div>
|
218 |
<div class="row">
|
218 |
<div class="row">
|
219 |
<div class="col-12" id="row-table">
|
219 |
<div class="col-12" id="row-table">
|
220 |
<div style="height: 300px;overflow: scroll;">
|
220 |
<div style="height: 300px;overflow: scroll;">
|
221 |
<table id="tableUsers" style="width: 100%" class="table table-bordered table-hover">
|
221 |
<table id="tableUsers" style="width: 100%" class="table table-bordered">
|
222 |
</table>
|
222 |
</table>
|
223 |
</div>
|
223 |
</div>
|
224 |
</div>
|
224 |
</div>
|
225 |
</div>
|
225 |
</div>
|
226 |
<div class="card-footer clearfix">
|
226 |
<div class="card-footer clearfix">
|