Beispiel #1
0
    <!-- daterangepicker -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.2/moment.min.js"></script>
    <script src="http://localhost/web/interfaz/plugins/daterangepicker/daterangepicker.js"></script>
    <!-- datepicker -->
    <script src="http://localhost/web/interfaz/plugins/datepicker/bootstrap-datepicker.js"></script>
    <!-- Bootstrap WYSIHTML5 -->
    <script src="http://localhost/web/interfaz/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js"></script>
    <!-- Slimscroll -->
    <script src="http://localhost/web/interfaz/plugins/slimScroll/jquery.slimscroll.min.js"></script>
    <!-- FastClick -->
    <script src="http://localhost/web/interfaz/plugins/fastclick/fastclick.min.js"></script>
    <!-- AdminLTE App -->
    <script src="http://localhost/web/interfaz/dist/js/app.min.js"></script>
    <!-- AdminLTE dashboard demo (This is only for demo purposes) -->
    <script src="http://localhost/web/interfaz/dist/js/pages/dashboard.js"></script>
    <!-- AdminLTE for demo purposes -->
    <script src="http://localhost/web/interfaz/dist/js/demo.js"></script>
	</body>
  </html>';
if (isset($_POST)) {
    if ($_POST['submit'] == "datos") {
        Principal::actualizarDispositivo($_POST);
    }
}
BD::desconectar();
?>