2014-10-23 00:26:28 +00:00
|
|
|
<?php
|
2014-11-25 13:51:43 +00:00
|
|
|
///este archivo debe estar un nivel superior al directorio milfs
|
2014-10-23 00:26:28 +00:00
|
|
|
session_start();
|
|
|
|
//ini_set('display_errors', 'On');
|
2014-11-25 13:51:43 +00:00
|
|
|
require ('milfs/xajax/xajax.inc.php');
|
2014-10-23 00:26:28 +00:00
|
|
|
$xajax = new xajax();
|
2014-11-25 13:51:43 +00:00
|
|
|
require ('milfs/funciones/funciones.php');
|
|
|
|
//require ('milfs/funciones/convert.php');
|
|
|
|
require ('milfs/funciones/login.php');
|
|
|
|
require_once ('milfs/includes/markdown.php');
|
2014-10-23 00:26:28 +00:00
|
|
|
$xajax->processRequests();
|
2014-10-25 01:31:26 +00:00
|
|
|
$logo = remplacetas('empresa','id','1','imagen') ;
|
2014-11-26 13:52:58 +00:00
|
|
|
$direccion = remplacetas('empresa','id','1','direccion') ;
|
|
|
|
$telefono = remplacetas('empresa','id','1','telefono') ;
|
|
|
|
$email = remplacetas('empresa','id','1','email') ;
|
2014-10-23 00:26:28 +00:00
|
|
|
?>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head >
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="user-scalable=no, width=device-width, maximum-scale=1, initial-scale=1">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="description" content="">
|
2014-11-25 13:51:43 +00:00
|
|
|
<meta name="author" content="fredyrivera" >
|
|
|
|
<?php $xajax->printJavascript("milfs/xajax/"); ?>
|
2014-10-23 00:26:28 +00:00
|
|
|
<link rel="shortcut icon" href="favicon-152.png">
|
|
|
|
<link rel="apple-touch-icon-precomposed" href="favicon-152.png">
|
2014-11-25 13:51:43 +00:00
|
|
|
<link href="milfs/css/font-awesome/css/font-awesome.css" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="milfs/css/style.css" media="screen" />
|
2014-10-23 00:26:28 +00:00
|
|
|
<!-- <link href="http://getbootstrap.com/examples/sticky-footer-navbar/sticky-footer-navbar.css" rel="stylesheet"> -->
|
|
|
|
|
|
|
|
<!-- <script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script> -->
|
|
|
|
|
|
|
|
<!-- <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" /> -->
|
2014-11-25 13:51:43 +00:00
|
|
|
<link href="milfs/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<link href="milfs/css/estilos.php" rel="stylesheet">
|
|
|
|
<script src="milfs/js/jquery.min.js"></script>
|
|
|
|
<script src="milfs/js/jquery.timelinr-0.9.54.js"></script>
|
|
|
|
<script>
|
|
|
|
|
|
|
|
</script>
|
2014-10-23 00:26:28 +00:00
|
|
|
</head>
|
2014-11-25 13:51:43 +00:00
|
|
|
<body >
|
2014-10-23 00:26:28 +00:00
|
|
|
<!-- Static navbar -->
|
2014-11-25 13:51:43 +00:00
|
|
|
|
|
|
|
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
|
2014-11-26 13:52:58 +00:00
|
|
|
<div class='col-sx-12 ' id='logo_cabecera' style='width:100%;left:40px; background-color: white; '>
|
2014-11-25 13:51:43 +00:00
|
|
|
<br>
|
|
|
|
<img style="max-height:38px;" src="milfs/images/100x100.png" width='40px'>
|
|
|
|
<img style="max-height:38px;" src="milfs/images/secure/?file=150/<?php echo $logo[0] ?>" >
|
|
|
|
<img style="max-height:38px;" src="milfs/images/100x100.png" width='40px'>
|
2014-11-26 13:52:58 +00:00
|
|
|
<div class='pull-right' >
|
|
|
|
<div style="">Follow us<br>
|
2014-11-25 13:51:43 +00:00
|
|
|
<a target="_facebook" href="https://www.facebook.com/casa3patios"><span style='font-size:30px; color:black'><i class='fa fa-facebook-square'></i></span></a>
|
2014-11-26 13:52:58 +00:00
|
|
|
<a target="_facebook" href="https://twitter.com/CasaTresPatios"><span style='font-size:30px; color:black'<i class='fa fa-twitter'></i></span></a>
|
|
|
|
<img style="max-height:38px;" src="milfs/images/100x100.png" width='40px'></div>
|
|
|
|
|
|
|
|
</div>
|
2014-11-25 13:51:43 +00:00
|
|
|
</div>
|
|
|
|
<!-- <div class="container-fluid"> -->
|
2014-10-23 00:26:28 +00:00
|
|
|
<div class="navbar-header">
|
|
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
|
|
|
|
<span class="sr-only">Toggle navigation</span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
</button>
|
2014-10-25 01:31:26 +00:00
|
|
|
<a class="navbar-brand" href="#"></a>
|
2014-10-23 00:26:28 +00:00
|
|
|
</div>
|
|
|
|
<div class="navbar-collapse collapse">
|
|
|
|
<ul class="nav navbar-nav">
|
2014-11-25 13:51:43 +00:00
|
|
|
<?php echo aplicaciones_listado("$_REQUEST[id]","nav"); ?>
|
2014-10-23 00:26:28 +00:00
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div><!--/.nav-collapse -->
|
2014-11-25 13:51:43 +00:00
|
|
|
<!-- </div> --><!--/.container-fluid -->
|
2014-10-23 00:26:28 +00:00
|
|
|
</div>
|
2014-11-25 13:51:43 +00:00
|
|
|
<!-- /container -->
|
2014-11-26 17:50:11 +00:00
|
|
|
<div id ='contenedor' style=' top: 110px; position:fixed; width:100%' class="">
|
2014-11-25 13:57:25 +00:00
|
|
|
<?php echo contenido_aleatorio("9"); ?>
|
2014-10-23 00:26:28 +00:00
|
|
|
</div>
|
2014-11-26 17:50:11 +00:00
|
|
|
|
2014-11-25 13:51:43 +00:00
|
|
|
|
2014-10-23 00:26:28 +00:00
|
|
|
<!-- Modal -->
|
|
|
|
|
|
|
|
<div class='modal fade ' id='muestraInfo' tabindex='-1' role='dialog' aria-labelledby='myModalLabel' aria-hidden='true'>
|
|
|
|
<div class='modal-dialog' >
|
|
|
|
<div class='modal-content'>
|
|
|
|
<div class='modal-header' >
|
|
|
|
<button type='button' class='close' data-dismiss='modal' aria-hidden='true'>×</button>
|
|
|
|
<h4 class='modal-title' id='myModalLabel_info'><div id='titulo_modal'></div></h4>
|
|
|
|
</div>
|
|
|
|
<div class='modal-body'>
|
|
|
|
|
|
|
|
<div id='muestra_form'></div>
|
|
|
|
</div>
|
|
|
|
<div class='modal-footer' id='pie_modal'>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-11-26 17:50:11 +00:00
|
|
|
|
|
|
|
<div class='pie' style=" position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
/* Set the fixed height of the footer here */
|
|
|
|
height: 50px;
|
|
|
|
background-color: white;">
|
|
|
|
<p class='text-center'> <?php echo "$direccion[0] $telefono[0] $email[0]"; ?></p>
|
2014-11-26 13:52:58 +00:00
|
|
|
<a class='pull-right' href='http://QWERTY.co/milfs'>Powered by: © MILFS </a>
|
2014-11-25 13:51:43 +00:00
|
|
|
</div>
|
2014-11-26 17:50:11 +00:00
|
|
|
|
2014-11-25 13:51:43 +00:00
|
|
|
|
2014-10-23 00:26:28 +00:00
|
|
|
<!-- Bootstrap core JavaScript
|
|
|
|
================================================== -->
|
|
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
2014-11-25 13:51:43 +00:00
|
|
|
<!-- <script src="milfs/js/jquery.min.js"></script> -->
|
|
|
|
<script src="milfs/js/bootstrap.min.js"></script>
|
|
|
|
<script src="milfs/js/scripts.js"></script>
|
2014-10-23 00:26:28 +00:00
|
|
|
</body>
|
|
|
|
</html>
|