Inclusion de portada y logos de redes sociales en portal.php

This commit is contained in:
humano 2014-11-25 08:51:43 -05:00
parent c1def6cf7f
commit b1d8cf0284
2 changed files with 47 additions and 36 deletions

View File

@ -504,7 +504,7 @@ while( $row = mysql_fetch_array( $sql ) ) {
} }
</style> </style>
$links $links
<header class='nav' style='position: fixed;z-index: 10;' > <header class='nav' style='left:40px; position: fixed;z-index: 10;' >
<nav class='navbar navbar-default'> <nav class='navbar navbar-default'>

View File

@ -1,11 +1,13 @@
<?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') ;
?> ?>
@ -17,38 +19,39 @@ $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:90%;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'>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></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 +63,21 @@ $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: 100px; position:absolute; width:100%' class="">
<?php echo contenido_aleatorio("6"); ?> <?php echo contenido_aleatorio("7"); ?>
</div> </div>
<div class="center-block" style=" z-index:10000; bottom:10px;"> <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 role='row' class='row center-block' style="width:95% ; "><?php //echo aplicacion_datos("$_REQUEST[id]");?></div>
</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 +98,18 @@ $logo = remplacetas('empresa','id','1','imagen') ;
</div> </div>
</div> </div>
</div> </div>
<div style="position:fixed;
bottom:5px;">
<div class="container">
<a href='http://QWERTY.co/milfs'>Powered by: &copy; MILFS </a>
</div>
</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>