コード例 #1
0
ファイル: inventarios.php プロジェクト: alchemixt99/STL
<?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/inventarios.php';
include '../../php/html_snippets.php';
//menu aplicacion
$app_menu = new app_menu();
$aside_menu = new aside_menu();
$html_snippet = new html_snippets();
$inventario = new inventarios();
$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>Inventarios - 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>
コード例 #2
0
ファイル: panel.php プロジェクト: alchemixt99/STL
<?php

include '../../mods/route.php';
include '../../php/jslib.php';
include '../../php/app_menu.php';
include '../../php/aside_menu.php';
include '../../php/html_snippets.php';
//menu aplicacion
$app_menu = new app_menu();
$aside_menu = new aside_menu();
$html_snippet = new html_snippets();
$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>Inicio - 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" />
      
    <link rel="stylesheet" href="chart/morris.css" type="text/css"> 

    <link rel="icon" href="favicon.ico" type="image/x-icon"/>

    <script src="js/jquery.min.js"></script>
    <script src="js/jquery.easing.js"></script>
コード例 #3
0
ファイル: fincas.php プロジェクト: alchemixt99/STL
<?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>
コード例 #4
0
ファイル: reportar.php プロジェクト: alchemixt99/STL
<?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/reportar.php';
include '../../php/html_snippets.php';
//menu aplicacion
$app_menu = new app_menu();
$aside_menu = new aside_menu();
$html_snippet = new html_snippets();
$rp = new reportar();
$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>Reportar 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" />
      
    <script src="js/jquery.min.js"></script>
    <script src="js/jquery.easing.js"></script>
    <script src="js/bootstrap.min.js"></script>
コード例 #5
0
ファイル: users.php プロジェクト: alchemixt99/STL
<?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/usuarios.php';
include '../../php/html_snippets.php';
//menu aplicacion
$app_menu = new app_menu();
$aside_menu = new aside_menu();
$html_snippet = new html_snippets();
$usuarios = new usuarios();
$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>
    <script src="js/jquery.easing.js"></script>
    <script src="js/bootstrap.min.js"></script>
コード例 #6
0
ファイル: rutas.php プロジェクト: alchemixt99/STL
<?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/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" />
コード例 #7
0
ファイル: supervisores.php プロジェクト: alchemixt99/STL
<?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>
コード例 #8
0
ファイル: vehiculos.php プロジェクト: alchemixt99/STL
<?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/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();
$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>Vehiculos - 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" />
      
コード例 #9
0
ファイル: personas.php プロジェクト: alchemixt99/STL
<?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/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">