1
0
Fork 0

mejora en el foot y visualizacion, elimine la funcion que capitaliza los titulos en portal.php

This commit is contained in:
humano 2014-11-26 12:56:59 -05:00
parent 86e6cde9c1
commit e5269b8f74
1 changed files with 59 additions and 38 deletions

View File

@ -1,13 +1,18 @@
<?php <?php
///este archivo debe estar un nivel superior al directorio milfs
session_start(); session_start();
//ini_set('display_errors', 'On'); //ini_set('display_errors', 'On');
require ('xajax/xajax.inc.php'); require ('milfs/xajax/xajax.inc.php');
$xajax = new xajax(); $xajax = new xajax();
require ('funciones/funciones.php'); require ('milfs/funciones/funciones.php');
require ('funciones/convert.php'); //require ('milfs/funciones/convert.php');
require ('funciones/login.php'); require ('milfs/funciones/login.php');
require_once ('milfs/includes/markdown.php');
$xajax->processRequests(); $xajax->processRequests();
$logo = remplacetas('empresa','id','1','imagen') ; $logo = remplacetas('empresa','id','1','imagen') ;
$direccion = remplacetas('empresa','id','1','direccion') ;
$telefono = remplacetas('empresa','id','1','telefono') ;
$email = remplacetas('empresa','id','1','email') ;
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
@ -17,38 +22,43 @@ $logo = remplacetas('empresa','id','1','imagen') ;
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content=""> <meta name="description" content="">
<meta name="author" content="fredyrivera" > <meta name="author" content="fredyrivera" >
<?php $xajax->printJavascript("xajax/"); ?> <?php $xajax->printJavascript("milfs/xajax/"); ?>
<link rel="shortcut icon" href="favicon-152.png"> <link rel="shortcut icon" href="favicon-152.png">
<link rel="apple-touch-icon-precomposed" href="favicon-152.png"> <link rel="apple-touch-icon-precomposed" href="favicon-152.png">
<link href="css/font-awesome/css/font-awesome.css" rel="stylesheet"> <link href="milfs/css/font-awesome/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="milfs/css/style.css" media="screen" />
<!-- <link href="http://getbootstrap.com/examples/sticky-footer-navbar/sticky-footer-navbar.css" rel="stylesheet"> --> <!-- <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> --> <!-- <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" /> --> <!-- <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" /> -->
<link href="css/bootstrap.min.css" rel="stylesheet"> <link href="milfs/css/bootstrap.min.css" rel="stylesheet">
<link href="css/estilos.php" rel="stylesheet"> <link href="milfs/css/estilos.php" rel="stylesheet">
<style type="text/css"> <script src="milfs/js/jquery.min.js"></script>
body { padding: 0; margin: 0; } <script src="milfs/js/jquery.timelinr-0.9.54.js"></script>
html, body, #cupcake-map { z-index: 10; position:absolute; top:0; bottom:0px; width:100%; } <script>
.leaflet-popup-content {
width:600px !important; </script>
}
</style>
<!-- <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script> -->
<!-- <link rel="points" type="application/json" href="json.php?id=<?php echo $_REQUEST["id"] ?>"> -->
</head> </head>
<body> <body >
<body>
<div class="">
<!-- Static navbar --> <!-- Static navbar -->
<img style="max-height:50px;" src="images/secure/?file=150/<?php echo $logo[0] ?>" >
<div class="navbar navbar-default " role="navigation"> <div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container-fluid"> <div class='col-sx-12 ' id='logo_cabecera' style='width:100%;left:40px; background-color: white; '>
<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'>
<div class='pull-right' >
<div style="">Follow us<br>
<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>
<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>
</div>
<!-- <div class="container-fluid"> -->
<div class="navbar-header"> <div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span> <span class="sr-only">Toggle navigation</span>
@ -60,20 +70,19 @@ $logo = remplacetas('empresa','id','1','imagen') ;
</div> </div>
<div class="navbar-collapse collapse"> <div class="navbar-collapse collapse">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
<?php echo aplicaciones_listado("","nav"); ?> <?php echo aplicaciones_listado("$_REQUEST[id]","nav"); ?>
</ul> </ul>
</div><!--/.nav-collapse --> </div><!--/.nav-collapse -->
</div><!--/.container-fluid --> <!-- </div> --><!--/.container-fluid -->
</div> </div>
</div><!-- /container --> <!-- /container -->
<div id ='contenedor' style=' margin-top:-10px; ' class=""> <div id ='contenedor' style=' top: 110px; position:fixed; width:100%' class="">
<?php echo contenido_aleatorio("6"); ?> <?php echo contenido_aleatorio("9"); ?>
</div> </div>
<div class="center-block" style=" z-index:10000; bottom:10px;">
<div role='row' class='row center-block' style="width:95% ; "><?php //echo aplicacion_datos("$_REQUEST[id]");?></div>
</div>
<!-- Modal --> <!-- Modal -->
<div class='modal fade ' id='muestraInfo' tabindex='-1' role='dialog' aria-labelledby='myModalLabel' aria-hidden='true'> <div class='modal fade ' id='muestraInfo' tabindex='-1' role='dialog' aria-labelledby='myModalLabel' aria-hidden='true'>
@ -94,11 +103,23 @@ $logo = remplacetas('empresa','id','1','imagen') ;
</div> </div>
</div> </div>
</div> </div>
<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>
<a class='pull-right' href='http://QWERTY.co/milfs'>Powered by: &copy; MILFS </a>
</div>
<!-- Bootstrap core JavaScript <!-- Bootstrap core JavaScript
================================================== --> ================================================== -->
<!-- Placed at the end of the document so the pages load faster --> <!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.min.js"></script> <!-- <script src="milfs/js/jquery.min.js"></script> -->
<script src="js/bootstrap.min.js"></script> <script src="milfs/js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script> <script src="milfs/js/scripts.js"></script>
</body> </body>
</html> </html>