Línea 119... |
Línea 119... |
119 |
<script src="<?php echo $this->basePath('assets/js/template.js') ?>"></script>
|
119 |
<script src="<?php echo $this->basePath('assets/js/template.js') ?>"></script>
|
120 |
<!-- endinject -->
|
120 |
<!-- endinject -->
|
Línea 121... |
Línea 121... |
121 |
|
121 |
|
122 |
<!-- Custom js for this page -->
|
122 |
<!-- Custom js for this page -->
|
- |
|
123 |
<!-- End custom js for this page -->
|
- |
|
124 |
|
- |
|
125 |
<script src="<?php echo $this->basePath('assets/vendors/jquery/jquery.js') ?>"></script>
|
- |
|
126 |
<script src="<?php echo $this->basePath('assets/vendors/popper/popper.js') ?>"></script>
|
- |
|
127 |
|
- |
|
128 |
<script src="<?php echo $this->basePath('assets/vendors/perfect-scrollbar/perfect-scrollbar.js') ?>"></script>
|
- |
|
129 |
<script src="<?php echo $this->basePath('assets/vendors/sweetalert2/sweetalert2.all.js') ?>"></script>
|
- |
|
130 |
<script src="<?php echo $this->basePath('assets/vendors/toastr/toastr.min.js') ?>"></script>
|
- |
|
131 |
|
- |
|
132 |
<script src="<?php echo $this->basePath('assets/vendors/jquery-validation/jquery.validate.js') ?>"></script>
|
- |
|
133 |
<script src="<?php echo $this->basePath('assets/vendors/jquery-validation/additional-methods.js') ?>"></script>
|
- |
|
134 |
<script src="<?php echo $this->basePath('assets/vendors/jquery-validation/localization/messages_es.js') ?>"></script>
|
- |
|
135 |
|
Línea 123... |
Línea 136... |
123 |
<!-- End custom js for this page -->
|
136 |
<script src="<?php echo $this->basePath('assets/js/cesa.js') ?>"></script>
|
124 |
|
137 |
|
125 |
<?php
|
138 |
<?php
|