<?php //include ('cabecera.php'); include "static/site_config.php"; include "static/clase_postgres.php"; $act = ""; extract($_GET); $miconexion = new clase_postgres(); $miconexion->conectar($db_host, $db_port, $db_name, $db_user, $db_password); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Tablas</title> <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="font-awesome/css/font-awesome.min.css" /> <link rel="stylesheet" type="text/css" href="css/local.css" /> <script type="text/javascript" src="js/jquery-1.10.2.min.js"></script> <script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script> <!-- jQuery Popup Overlay --> <link rel="stylesheet" type="text/css" href="DataTables-1.10.7/media/css/jquery.dataTables.css"> <!-- jQuery --> <script type="text/javascript" charset="utf8" src="DataTables-1.10.7/media/js/jquery.js"></script> <!-- DataTables --> <script type="text/javascript" charset="utf8" src="DataTables-1.10.7/media/js/jquery.dataTables.js"></script> <script type="text/javascript" language="javascript" class="init">
<?php include "static/site_config.php"; include "static/clase_postgres.php"; $act = ""; extract($_GET); $miconexion = new clase_postgres(); $miconexion->conectar($db_host, $db_port, $db_name, $db_user, $db_password); session_start(); if (empty($_SESSION)) { header('Location: login.php'); exit(0); } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Registro de Datos</title> <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="font-awesome/css/font-awesome.min.css" /> <link rel="stylesheet" type="text/css" href="css/local.css" /> <script type="text/javascript" src="js/jquery-1.10.2.min.js"></script> <script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script> </head> <body> <div id="wrapper">
<?php include "static/site_config.php"; include "static/clase_postgres.php"; $act = ""; extract($_GET); $miconexion = new clase_postgres(); $miconexion->conectar($db_host, $db_port, $db_name, $db_user, $db_password); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Tablas</title> <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="font-awesome/css/font-awesome.min.css" /> <link rel="stylesheet" type="text/css" href="css/local.css" /> <script type="text/javascript" src="js/jquery-1.10.2.min.js"></script> <script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script> <!-- jQuery Popup Overlay --> <link rel="stylesheet" type="text/css" href="DataTables-1.10.7/media/css/jquery.dataTables.css"> <!-- jQuery --> <script type="text/javascript" charset="utf8" src="DataTables-1.10.7/media/js/jquery.js"></script> <!-- DataTables --> <script type="text/javascript" charset="utf8" src="DataTables-1.10.7/media/js/jquery.dataTables.js"></script> <script type="text/javascript" language="javascript" class="init">
<?php include "static/site_config.php"; include "static/clase_postgres.php"; $act = ""; extract($_GET); $miconexion = new clase_postgres(); $miconexion->conectar($db_host, $db_port, $db_name, $db_user, $db_password); session_start(); if (empty($_SESSION)) { header('Location: login.php'); exit(0); } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Tablas</title> <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="font-awesome/css/font-awesome.min.css" /> <link rel="stylesheet" type="text/css" href="css/local.css" /> <script type="text/javascript" src="js/jquery-1.10.2.min.js"></script> <script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script> <!-- Morris Charts CSS --> <link href="bower_components/morrisjs/morris.css" rel="stylesheet"> <!-- Custom Fonts -->