<?php include '../../mods/route.php'; include '../../php/jslib.php'; require "../../php/funciones.php"; include '../../php/app_menu.php'; include '../../php/aside_menu.php'; include '../../php/fincas.php'; include '../../php/html_snippets.php'; //menu aplicacion $app_menu = new app_menu(); $aside_menu = new aside_menu(); $html_snippet = new html_snippets(); $fincas = new fincas(); $rt = new route(); $rt->check_session(); $libs = new jslib(); $css = $libs->get_css(); $js = $libs->get_js(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Fincas - STL SAS</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <script src="js/jquery.min.js"></script> <script src="js/jquery.easing.js"></script> <script src="js/bootstrap.min.js"></script>
<?php include '../../mods/route.php'; include '../../php/jslib.php'; require "../../php/funciones.php"; include '../../php/app_menu.php'; include '../../php/aside_menu.php'; include '../../php/rutas.php'; include '../../php/fincas.php'; include '../../php/html_snippets.php'; //menu aplicacion $app_menu = new app_menu(); $aside_menu = new aside_menu(); $html_snippet = new html_snippets(); $fincas = new fincas(); $rutas = new rutas(); $fun = new funciones(); $rt = new route(); $rt->check_session(); $libs = new jslib(); $css = $libs->get_css(); $js = $libs->get_js(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>ICA - STL SAS</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0"> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<?php include '../../mods/route.php'; include '../../php/jslib.php'; require "../../php/funciones.php"; include '../../php/app_menu.php'; include '../../php/aside_menu.php'; include '../../php/supervisores.php'; include '../../php/fincas.php'; include '../../php/html_snippets.php'; //menu aplicacion $app_menu = new app_menu(); $aside_menu = new aside_menu(); $html_snippet = new html_snippets(); $supervisores = new supervisores(); $fincas = new fincas(); $rt = new route(); $rt->check_session(); $libs = new jslib(); $css = $libs->get_css(); $js = $libs->get_js(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Usuarios - STL SAS</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <script src="js/jquery.min.js"></script>
include '../../mods/route.php'; include '../../php/jslib.php'; require "../../php/funciones.php"; include '../../php/app_menu.php'; include '../../php/aside_menu.php'; include '../../php/rutas.php'; include '../../php/html_snippets.php'; include '../../php/fincas.php'; include '../../php/vehiculos.php'; //menu aplicacion $app_menu = new app_menu(); $aside_menu = new aside_menu(); $html_snippet = new html_snippets(); $rutas = new rutas(); $fincas = new fincas(); $vh = new vehiculos(); $rt = new route(); $rt->check_session(); $libs = new jslib(); $css = $libs->get_css(); $js = $libs->get_js(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Rutas - STL SAS</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0"> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
include '../../mods/route.php'; include '../../php/jslib.php'; require "../../php/funciones.php"; include '../../php/app_menu.php'; include '../../php/aside_menu.php'; include '../../php/personas.php'; include '../../php/vehiculos.php'; include '../../php/fincas.php'; include '../../php/html_snippets.php'; //menu aplicacion $app_menu = new app_menu(); $aside_menu = new aside_menu(); $html_snippet = new html_snippets(); $personas = new personas(); $vehiculos = new vehiculos(); $fincas = new fincas(); $fun = new funciones(); $rt = new route(); $rt->check_session(); $libs = new jslib(); $css = $libs->get_css(); $js = $libs->get_js(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Personas - STL SAS</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0"> <meta http-equiv="X-UA-Compatible" content="IE=edge" />