Línea 109... |
Línea 109... |
109 |
|
109 |
|
110 |
<!-- inject:js -->
|
110 |
<!-- inject:js -->
|
111 |
<script src="<?php echo $this->basePath('assets/vendors/feather-icons/feather.min.js') ?>"></script>
|
111 |
<script src="<?php echo $this->basePath('assets/vendors/feather-icons/feather.min.js') ?>"></script>
|
112 |
<script src="<?php echo $this->basePath('assets/js/template.js') ?>"></script>
|
112 |
<script src="<?php echo $this->basePath('assets/js/template.js') ?>"></script>
|
- |
|
113 |
<!-- endinject -->
|
- |
|
114 |
|
- |
|
115 |
<script src="<?php echo $this->basePath('assets/vendors/jquery/jquery.js') ?>"></script>
|
- |
|
116 |
<script src="<?php echo $this->basePath('assets/vendors/popper/popper.js') ?>"></script>
|
- |
|
117 |
|
- |
|
118 |
<script src="<?php echo $this->basePath('assets/vendors/perfect-scrollbar/perfect-scrollbar.js') ?>"></script>
|
- |
|
119 |
<script src="<?php echo $this->basePath('assets/vendors/sweetalert2/sweetalert2.all.js') ?>"></script>
|
- |
|
120 |
<script src="<?php echo $this->basePath('assets/vendors/toastr/toastr.min.js') ?>"></script>
|
- |
|
121 |
|
- |
|
122 |
<script src="<?php echo $this->basePath('assets/vendors/jquery-validation/jquery.validate.js') ?>"></script>
|
- |
|
123 |
<script src="<?php echo $this->basePath('assets/vendors/jquery-validation/additional-methods.js') ?>"></script>
|
- |
|
124 |
<script src="<?php echo $this->basePath('assets/vendors/jquery-validation/localization/messages_es.js') ?>"></script>
|
- |
|
125 |
|
Línea 113... |
Línea 126... |
113 |
<!-- endinject -->
|
126 |
<script src="<?php echo $this->basePath('assets/js/cesa.js') ?>"></script>
|
114 |
|
127 |
|
- |
|
128 |
<!-- Custom js for this page -->
|
- |
|
129 |
<!-- End custom js for this page -->
|
- |
|
130 |
|
115 |
<!-- Custom js for this page -->
|
131 |
|
116 |
<!-- End custom js for this page -->
|
132 |
|
117 |
<?php
|
133 |
<?php
|
118 |
echo $this->inlineScript();
|
134 |
echo $this->inlineScript();
|
119 |
?>
|
135 |
?>
|