Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 8904 | Rev 8906 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 8904 Rev 8905
Línea 84... Línea 84...
84
		name: "",
84
		name: "",
85
	}	
85
	}	
86
JS;
86
JS;
87
}
87
}
88
$this->inlineScript()->appendScript($js);
88
$this->inlineScript()->appendScript($js);
-
 
89
$this->inlineScript()->appendFile('js/adminlte.min.js');
-
 
90
$this->inlineScript()->appendFile('/react-bundles/menu/menuBundle.js');
89
?>
91
?>
90
<!DOCTYPE html>
92
<!DOCTYPE html>
91
<html lang="es">
93
<html lang="es">
Línea 92... Línea 94...
92
 
94
 
Línea 142... Línea 144...
142
	<!-- jQuery -->
144
	<!-- jQuery -->
143
	<script src="<?php echo $this->basePath('plugins/jquery/jquery.js') ?>"></script>
145
	<script src="<?php echo $this->basePath('plugins/jquery/jquery.js') ?>"></script>
144
	<!-- Bootstrap 4 -->
146
	<!-- Bootstrap 4 -->
145
	<script src="<?php echo $this->basePath('plugins/bootstrap/js/bootstrap.bundle.min.js') ?>"></script>
147
	<script src="<?php echo $this->basePath('plugins/bootstrap/js/bootstrap.bundle.min.js') ?>"></script>
146
	<!-- AdminLTE App -->
148
	<!-- AdminLTE App -->
147
	<script src="<?php echo $this->basePath('js/adminlte.min.js') ?>"></script>
-
 
148
	<!--  Aplicacion -->
149
	<!--  Aplicacion -->
149
	<script src="<?php echo $this->basePath('plugins/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
150
	<script src="<?php echo $this->basePath('plugins/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
150
	<script src="<?php echo $this->basePath('js/app.js') ?>"></script>
151
	<script src="<?php echo $this->basePath('js/app.js') ?>"></script>
151
	<script src="<?php echo $this->basePath('/react-bundles/menu/menuBundle.js') ?>"></script>
-
 
152
	<?php
152
	<?php
153
	echo $this->inlineScript();
153
	echo $this->inlineScript();
154
	?>
154
	?>
155
</body>
155
</body>