forked from qwerty/tupali
Correccion en el TOC
This commit is contained in:
parent
656c3a5c26
commit
dc34525b2f
298
index.php
298
index.php
@ -1,6 +1,6 @@
|
||||
<?php session_start();
|
||||
<?php session_start();
|
||||
//ini_set('display_errors', 'On');
|
||||
if(isset($_REQUEST['debug'])) {ini_set('display_errors', 'On');}
|
||||
if(isset($_REQUEST['debug'])) {ini_set('display_errors', 'On');}
|
||||
require ('milfs/xajax/xajax.inc.php');
|
||||
//$xajax = new xajax();
|
||||
$xajax = new xajax("");
|
||||
@ -27,7 +27,7 @@ if(isset($_REQUEST['debug'])) {ini_set('display_errors', 'On');}
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
<?php
|
||||
$embebido =0;
|
||||
$acceso = 0;
|
||||
$onload="";
|
||||
@ -68,13 +68,13 @@ $destacados = mas_visto("ultimos","6","6");
|
||||
$aleatorios = mas_visto("aleatorios","6","6");
|
||||
//if (isset($_GET['v'])) {$variable = $_GET['v'];}else {$variable = "";}
|
||||
if (isset($_REQUEST['empresa'])) {$variable = "e".$_REQUEST['empresa'];}
|
||||
elseif (isset($_REQUEST['form']) AND isset($_REQUEST['embebido']) ) {$variable = "g".$_REQUEST['form'];}
|
||||
elseif (isset($_REQUEST['identificador']) AND $_REQUEST['t'] =='edit' ) {$variable = "d".$_REQUEST['identificador'];}
|
||||
elseif (isset($_REQUEST['form']) AND isset($_REQUEST['embebido']) ) {$variable = "g".$_REQUEST['form'];}
|
||||
elseif (isset($_REQUEST['identificador']) AND $_REQUEST['t'] =='edit' ) {$variable = "d".$_REQUEST['identificador'];}
|
||||
elseif (isset($_REQUEST['addon']) AND isset($_REQUEST['embebido']) ) {$variable = "j".$_REQUEST['addon'];}
|
||||
elseif (isset($_REQUEST['set'])) {$variable = "s".$_REQUEST['set'];}
|
||||
elseif (isset($_REQUEST['identificador'])) {$variable = "i".$_REQUEST['identificador'];}
|
||||
elseif (isset($_REQUEST['form'])) {$variable = "f".$_REQUEST['form'];}
|
||||
elseif (isset($_REQUEST['addon'])) {$variable = "h".$_REQUEST['addon'];}
|
||||
elseif (isset($_REQUEST['identificador'])) {$variable = "i".$_REQUEST['identificador'];}
|
||||
elseif (isset($_REQUEST['form'])) {$variable = "f".$_REQUEST['form'];}
|
||||
elseif (isset($_REQUEST['addon'])) {$variable = "h".$_REQUEST['addon'];}
|
||||
else {}
|
||||
|
||||
//$variable="b43";
|
||||
@ -94,14 +94,14 @@ if ($variable !=''){
|
||||
$v = decodifica_parametro($variable);
|
||||
if($v[0] =='e') {
|
||||
/// e = EMPRESA
|
||||
$id_empresa = $v[1];
|
||||
$id =$id_empresa;
|
||||
$id_empresa = $v[1];
|
||||
$id =$id_empresa;
|
||||
$logo = remplacetas('empresa','id',"$id_empresa",'imagen','') ;
|
||||
$titulo = remplacetas('empresa','id',"$id_empresa",'razon_social','') ;
|
||||
$descripcion = remplacetas('empresa','id',"$id_empresa",'slogan','') ;
|
||||
//$background_imagen = buscar_imagen('',"","","$id_empresa");
|
||||
//$background_imagen = buscar_imagen('',"","","$id_empresa");
|
||||
$background_imagen = remplacetas('empresa','id',"$id_empresa",'imagen','') ;
|
||||
$background_imagen = $background_imagen[0];
|
||||
$background_imagen = $background_imagen[0];
|
||||
$uri_set = "";
|
||||
$acceso = 1;
|
||||
$menu ="
|
||||
@ -111,10 +111,10 @@ if ($variable !=''){
|
||||
</div>
|
||||
</div>";
|
||||
$cols_interior ="10";
|
||||
}
|
||||
}
|
||||
elseif($v[0] =='b') {
|
||||
/// s= SET DE DATOS
|
||||
$set =$v[1];
|
||||
$set =$v[1];
|
||||
$empresa = remplacetas('form_id','id',"$set",'id_empresa',"") ;
|
||||
$logo = @remplacetas('empresa','id',"$id_empresa[0]",'imagen','') ;
|
||||
$id_empresa = $empresa[0];
|
||||
@ -122,44 +122,44 @@ if ($variable !=''){
|
||||
//$descripcion = remplacetas('form_id','id',"$set",'descripcion',"") ;
|
||||
$titulo = remplacetas('empresa','id',"$id_empresa",'razon_social','') ;
|
||||
$descripcion = remplacetas('empresa','id',"$id_empresa",'slogan','') ;
|
||||
$background_imagen = buscar_imagen("$set","","","$id_empresa");
|
||||
$background_imagen = buscar_imagen("$set","","","$id_empresa");
|
||||
$uri_set = "";
|
||||
$cantidad_registros="";
|
||||
$orden="ASC";
|
||||
|
||||
|
||||
$menu ="
|
||||
<div class='col-sm-2 hidden-xs hidden-sm'>
|
||||
<div class='container'>
|
||||
<nav style=' max-height:95% !important ; overflow:auto !important; ' id='toc' data-spy='affix' data-toggle='toc'></nav>
|
||||
</div>
|
||||
|
||||
|
||||
</div>";
|
||||
$cols_interior ="10";
|
||||
//$onload = landingpage_contenido_formulario($set);
|
||||
//$onload = landingpage_contenido_formulario($set);
|
||||
$publico = remplacetas('form_id','id',"$set",'publico',"") ;
|
||||
if($publico[0] =='1') {$acceso = 1;}
|
||||
}
|
||||
}
|
||||
elseif($v[0] =='s') {
|
||||
/// s= SET DE DATOS
|
||||
$set =$v[1];
|
||||
$set =$v[1];
|
||||
$empresa = remplacetas('form_id','id',"$set",'id_empresa',"") ;
|
||||
$logo = remplacetas('empresa','id',"$id_empresa[0]",'imagen','') ;
|
||||
$id_empresa = $empresa[0];
|
||||
$titulo = remplacetas('form_id','id',"$set",'nombre',"") ;
|
||||
$descripcion = remplacetas('form_id','id',"$set",'descripcion',"") ;
|
||||
$background_imagen = buscar_imagen("$set","","","$id_empresa");
|
||||
$background_imagen = buscar_imagen("$set","","","$id_empresa");
|
||||
$uri_set = "";
|
||||
//$onload = landingpage_contenido_formulario($set);
|
||||
//$onload = landingpage_contenido_formulario($set);
|
||||
$publico = remplacetas('form_id','id',"$set",'publico',"") ;
|
||||
if($publico[0] =='1') {$acceso = 1;}
|
||||
}
|
||||
}
|
||||
elseif($v[0] =='S') {
|
||||
$set =$v[1];
|
||||
/// s= SET DE DATOS
|
||||
$embebido = "1";
|
||||
$onload = "".consultar_contenido_formulario("$set",'5','','embebido','')."";
|
||||
|
||||
}
|
||||
}
|
||||
elseif($v[0] =='I') {
|
||||
$identificador =$v[1];
|
||||
if(strlen($identificador) > 32) {
|
||||
@ -187,7 +187,7 @@ if ($variable !=''){
|
||||
//$onload = mostrar_identificador("$identificador","$id_form","landingpage",'simple');
|
||||
$onload = landingpage_contenido_identificador("$identificador_original","$id_form","remplazo",'simple');
|
||||
|
||||
}
|
||||
}
|
||||
elseif($v[0] =='i') {
|
||||
/// i= IDENTIFICADOR
|
||||
$identificador =$v[1];
|
||||
@ -198,7 +198,7 @@ if ($variable !=''){
|
||||
} else {$identificador_original = $identificador;}
|
||||
$primer = formulario_uso("","$identificador",'primer') ;
|
||||
$id_form="$primer[3]";
|
||||
//$form = remplacetas('form_datos','control',$identificador,'form_id',"") ;
|
||||
//$form = remplacetas('form_datos','control',$identificador,'form_id',"") ;
|
||||
$empresa = remplacetas('form_id','id',$id_form,'id_empresa',"") ;
|
||||
$logo = remplacetas('empresa','id',"$id_empresa[0]",'imagen','') ;
|
||||
$id_empresa = $empresa[0];
|
||||
@ -208,7 +208,7 @@ if ($variable !=''){
|
||||
$impresion = landingpage_contenido_identificador("$identificador_original","$id_form","landingpage",'simple');
|
||||
$razon_social = remplacetas('empresa','id',"$id_empresa",'razon_social','') ;
|
||||
$impresion = strip_tags($impresion);
|
||||
$descripcion_meta = $impresion;
|
||||
$descripcion_meta = $impresion;
|
||||
$titulo = remplacetas('form_id','id',$id_form,'nombre',"") ;
|
||||
$descripcion = remplacetas('form_id','id',$id_form,'descripcion',"") ;
|
||||
$background_imagen = buscar_imagen("$id_form",$identificador,"","");
|
||||
@ -220,20 +220,20 @@ if ($variable !=''){
|
||||
|
||||
elseif($v[0] =='d') {
|
||||
/// d= IDENTIFICADOR EDITABLE
|
||||
$identificador =$v[1];
|
||||
|
||||
$identificador =$v[1];
|
||||
|
||||
// $form =$v[1];
|
||||
//$embebido = "1";
|
||||
//$onload = formulario_embebido_ajax($form[0],'$identificador','edit');
|
||||
|
||||
|
||||
$form = remplacetas('form_datos','control',$identificador,'form_id',"") ;
|
||||
|
||||
|
||||
$form = remplacetas('form_datos','control',$identificador,'form_id',"") ;
|
||||
$empresa = remplacetas('form_id','id',$form['0'],'id_empresa',"") ;
|
||||
$id_empresa = $empresa[0];
|
||||
$id = $empresa[0];
|
||||
$impresion = mostrar_identificador("$identificador","","landingpage",'');
|
||||
$impresion = strip_tags($impresion);
|
||||
$descripcion_meta = $impresion;
|
||||
$descripcion_meta = $impresion;
|
||||
$titulo = remplacetas('form_id','id',$form['0'],'nombre',"") ;
|
||||
$background_imagen = buscar_imagen("$form[0]",$identificador,"","");
|
||||
$uri_set = "<a class='' href='s$form[0]'>$titulo[0]</a>";
|
||||
@ -241,7 +241,7 @@ if ($variable !=''){
|
||||
if($publico[0] =='1') {$acceso = 1;}
|
||||
$t = "edit";
|
||||
$embebido = "1";
|
||||
|
||||
|
||||
$onload = formulario_embebido_ajax($form[0],"$identificador",'edit');
|
||||
// $onload =" <script type=\"text/javascript\">xajax_formulario_embebido_ajax($form[0],'$identificador','edit')</script>";
|
||||
|
||||
@ -249,7 +249,7 @@ if ($variable !=''){
|
||||
elseif($v[0] =='f') {
|
||||
/// f= FORMULARIO
|
||||
$form =$v[1];
|
||||
$onload =" <script type=\"text/javascript\">xajax_formulario_embebido_ajax('$form','','nuevo')</script>";
|
||||
$onload =" <script type=\"text/javascript\">xajax_formulario_embebido_ajax('$form','','nuevo')</script>";
|
||||
}
|
||||
elseif($v[0] =='a') {
|
||||
$form =$v[1];
|
||||
@ -260,42 +260,42 @@ if ($variable !=''){
|
||||
$razon_social_portal = remplacetas('empresa','id',"1",'razon_social','') ;
|
||||
$id_empresa = $empresa[0];
|
||||
$registros = consultar_contenido_formulario("$form",'5','','embebido','');
|
||||
$formulario = formulario_embebido($form,$opciones);
|
||||
$formulario = formulario_embebido($form,$opciones);
|
||||
$titulo = remplacetas('form_id','id',$form,'nombre',"") ;
|
||||
$razon_social = remplacetas('empresa','id',"$id_empresa",'razon_social','') ;
|
||||
$slogan = remplacetas('empresa','id',"$id_empresa",'slogan','') ;
|
||||
$web = remplacetas('empresa','id',"$id_empresa",'web','');
|
||||
$logo = remplacetas('empresa','id',"$id_empresa",'imagen','') ;
|
||||
if($geo[0] != "") {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$mapa = "
|
||||
<div class='text-center'>
|
||||
<iframe src='https://$web[0]/milfs/map.php?id=$form' width='80%' height='600px;' ></iframe>
|
||||
</div>";
|
||||
</div>";
|
||||
}else {$mapa = "";}
|
||||
$aplicacion = "
|
||||
<div class='container center-block' style='word-wrap: break-word; '>
|
||||
<div class='text-center'><a href='https://$web[0]'><i class='fa fa-home'></i> $razon_social_portal[0]</a> / <a href='https://$web[0]/e$id_empresa'>$razon_social[0]</a> $slogan[0]</div>
|
||||
|
||||
|
||||
$formulario
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
$registros
|
||||
$mapa
|
||||
$registros
|
||||
$mapa
|
||||
<span>Powered by <a href='https://github.com/humano/milfs' target='milfs'>MILFS</a></span>
|
||||
<div class='container' style='background-color:white' >
|
||||
<h2><img src= 'https://qwerty.co/qr/?d=https://$web[0]/a$form'>Comparte nuestra aplicación</h2>
|
||||
<p>Descarga una aplicación para leer este código
|
||||
<p>Descarga una aplicación para leer este código
|
||||
<a href='https://play.google.com/store/search?q=qr%20code%20reader&hl=es_419'><i class='fa fa-android'></i></a>
|
||||
<a href='https://itunes.apple.com/us/app/qr-reader-for-iphone/id368494609?mt=8'><i class='fa fa-apple'></i></a>
|
||||
</p>
|
||||
</div>";
|
||||
$onload = "$aplicacion";
|
||||
|
||||
|
||||
}
|
||||
elseif($v[0] =='g') {
|
||||
/// g=FORMULARIO EMBEBIDO
|
||||
@ -330,7 +330,7 @@ $twitter = remplacetas('empresa','id',"$id_empresa",'twitter','') ;
|
||||
$razon_social = remplacetas('empresa','id',"$id_empresa",'razon_social','') ;
|
||||
$slogan = remplacetas('empresa','id',"$id_empresa",'slogan','') ;
|
||||
$sigla = remplacetas('empresa','id',"$id_empresa",'sigla','') ;
|
||||
$link_empresa = "e$id_empresa";
|
||||
$link_empresa = "e$id_empresa";
|
||||
}else {
|
||||
/*
|
||||
if(isset($_SESSION['id_empresa'])) {
|
||||
@ -342,7 +342,7 @@ $link_empresa = "e$id_empresa";
|
||||
|
||||
$logo = remplacetas('empresa','id',"1",'imagen','') ;
|
||||
$background_imagen = remplacetas('empresa','id',"1",'imagen','') ;
|
||||
$background_imagen = $background_imagen[0];
|
||||
$background_imagen = $background_imagen[0];
|
||||
//$titulo[0] ="Tupale.co";
|
||||
$titulo = remplacetas('empresa','id',"1",'razon_social','') ;
|
||||
$slogan = remplacetas('empresa','id',"1",'slogan','') ;
|
||||
@ -384,7 +384,7 @@ $uri = trim($_SESSION['site'], '/').$_SERVER['REQUEST_URI'];
|
||||
<meta name="twitter:title" content="<?php echo $titulo[0]; ?>">
|
||||
<meta name="twitter:description" content=" <?php echo $descripcion_meta; ?>">
|
||||
<meta name="twitter:image" content="<?php echo "$_SESSION[url]images/secure/?file=full/$background_imagen"; ?>">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="<?php echo $titulo[0]; ?>" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="<?php echo "$uri"; ?>" />
|
||||
@ -399,20 +399,20 @@ $uri = trim($_SESSION['site'], '/').$_SERVER['REQUEST_URI'];
|
||||
<link rel="apple-touch-icon-precomposed" href="<?php echo "milfs/images/secure/?file=150/$logo[0]"; ?>">
|
||||
<title><?php echo @$titulo[0]; ?> <?php echo strip_tags($slogan[0]); ?> Tupale.co </title>
|
||||
|
||||
<?php $xajax->printJavascript("milfs/xajax/");
|
||||
<?php $xajax->printJavascript("milfs/xajax/");
|
||||
//$xajax->debugOn();
|
||||
$xajax->statusMessagesOn();
|
||||
;?>
|
||||
<style>
|
||||
<!-- ESTILOS PRIORITARIOS -->
|
||||
.modal-dialog {
|
||||
width: 95% !important;
|
||||
width: 95% !important;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.modal-lg {
|
||||
width: 95% !important;
|
||||
width: 95% !important;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
}
|
||||
@ -423,8 +423,8 @@ $uri = trim($_SESSION['site'], '/').$_SERVER['REQUEST_URI'];
|
||||
.modal-body {
|
||||
max-height: calc(100vh - 100px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
fieldset.fieldset-borde {
|
||||
border: 2px solid #EDEDED !important;
|
||||
border-radius:3px;
|
||||
@ -453,9 +453,9 @@ legend.legend-area {
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<?php
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
$css = remplacetas('form_parametrizacion','campo',"index",'descripcion'," tabla='css' and opcion = 'bootstrap' and id_empresa = '$id_empresa'") ;
|
||||
if($css[0] !="") {
|
||||
@ -465,24 +465,24 @@ legend.legend-area {
|
||||
$tema="";
|
||||
}
|
||||
else {
|
||||
|
||||
|
||||
$tema= "magazine";
|
||||
$css ='
|
||||
<!-- incluir tema bootstrap por defecto -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css?'.time().'" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous" >';
|
||||
}
|
||||
echo " <!-- tema $tema --> ";
|
||||
if($tema=="") {
|
||||
if($tema=="") {
|
||||
|
||||
$barra="
|
||||
$barra="
|
||||
<nav style='' class='navbar navbar-inverse navbar-fixed-top topnav' role='navigation'>
|
||||
|
||||
<div style='padding:10px; ' class='container topnav '>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul style=' ' class='nav navbar-nav navbar-center'>
|
||||
|
||||
|
||||
<li class='dropdown' >
|
||||
<a style=' ' href='#' class='dropdown-toggle' data-toggle='dropdown' role='button' aria-haspopup='true' aria-expanded='false'><i class='fa fa-bars'></i> $portal_sigla</a>
|
||||
<ul class='dropdown-menu' style='background-color: white; width:500px;' >
|
||||
@ -496,18 +496,18 @@ legend.legend-area {
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</nav>
|
||||
";
|
||||
|
||||
?> <?php echo $css; ?>
|
||||
?> <?php echo $css; ?>
|
||||
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
@ -521,7 +521,7 @@ legend.legend-area {
|
||||
text-align: center;
|
||||
height: 30px;
|
||||
margin-top: -13px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.navbar-nav > li > a, .navbar-brand {
|
||||
@ -541,13 +541,13 @@ legend.legend-area {
|
||||
|
||||
|
||||
.topnav {
|
||||
width: 100px !important;
|
||||
width: 100px !important;
|
||||
display: inline;
|
||||
height: 30px;
|
||||
padding-top:-10px !important;
|
||||
padding-bottom:0 !important;
|
||||
height:30px;
|
||||
background:none;
|
||||
padding-top:-10px !important;
|
||||
padding-bottom:0 !important;
|
||||
height:30px;
|
||||
background:none;
|
||||
border:0px;
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
@ -567,7 +567,7 @@ box-shadow: none;
|
||||
font-size: 28px; !important;
|
||||
}
|
||||
#fh5co-offcanvas .fh5co-bio img{
|
||||
border-radius: 10px !important;
|
||||
border-radius: 10px !important;
|
||||
}
|
||||
fieldset.fieldset-borde {
|
||||
border: 2px solid #EDEDED !important;
|
||||
@ -588,7 +588,7 @@ legend.legend-area {
|
||||
}
|
||||
|
||||
</style>
|
||||
<?php
|
||||
<?php
|
||||
}
|
||||
else {
|
||||
echo "
|
||||
@ -597,12 +597,12 @@ else {
|
||||
<meta name='msapplication-navbutton-color' content='#DF0101'/>
|
||||
<!-- iOS Safari -->
|
||||
<meta name='apple-mobile-web-app-capable' content='yes'/>
|
||||
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent'/>
|
||||
|
||||
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent'/>
|
||||
|
||||
";
|
||||
include("temas/$tema/cabecera");
|
||||
include("temas/$tema/pie");
|
||||
$barra="
|
||||
$barra="
|
||||
|
||||
<ul >
|
||||
<li><a class='' href='$portal_url'><i class='fa fa-home'></i> Portal</a></li>
|
||||
@ -611,7 +611,7 @@ $barra="
|
||||
<li role='separator' class='divider'></li>
|
||||
".aplicaciones_listado("$id_empresa",'','nav','')."
|
||||
</ul>
|
||||
|
||||
|
||||
";
|
||||
|
||||
|
||||
@ -622,22 +622,22 @@ $menu_lateral = "
|
||||
<figure>
|
||||
<img src='milfs/images/secure/?file=300/$logo[0]' alt='Free HTML5 Bootstrap Template' class='img-responsive'>
|
||||
</figure>
|
||||
<h3 data-toc-skip >LO QUE SOMOS</h3>
|
||||
<!-- <h3 data-toc-skip >LO QUE SOMOS</h3> -->
|
||||
<h2 data-toc-skip >".@$razon_social[0]." </h2>
|
||||
<h3 >".@$titulo[0]."</h3>
|
||||
<!-- <h3 >".@$titulo[0]."</h3> -->
|
||||
<p>".@$descripcion[0]." </p>
|
||||
<ul class='fh5co-social'>
|
||||
<li><a href='https://twitter.com/$twitter[0]'><i class='icon-twitter'></i></a></li>
|
||||
<li><a href='https://www.facebook.com/$facebook[0]'><i class='icon-facebook'></i></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class='fh5co-menu'>
|
||||
<div class='fh5co-box'>
|
||||
|
||||
|
||||
$barra
|
||||
|
||||
|
||||
</div>
|
||||
<!-- <div class='fh5co-box'>
|
||||
<h3 class='heading'>Search</h3>
|
||||
@ -708,20 +708,20 @@ document.oncopy = addLink;
|
||||
<?php
|
||||
//echo "<h1>$identificador</h1>";
|
||||
|
||||
if($tema=="") {
|
||||
if($tema=="") {
|
||||
echo $barra ;
|
||||
}else{
|
||||
echo " " ;
|
||||
}
|
||||
if(isset($_SESSION['id'])) {$id_empresa_portada='1'; echo panel_aplicaciones('1',"$_SESSION[id_empresa]",""); }
|
||||
if(isset($_SESSION['id'])) {$id_empresa_portada='1'; echo panel_aplicaciones('1',"$_SESSION[id_empresa]",""); }
|
||||
|
||||
if( $embebido =="1" ){ /* SI SE SOLICITA UN EMBEBIDO SE MUESTRA ESTO */
|
||||
|
||||
|
||||
echo $onload;
|
||||
|
||||
if(isset($set)) {
|
||||
|
||||
|
||||
echo $onload;
|
||||
|
||||
if(isset($set)) {
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
@ -736,77 +736,77 @@ document.oncopy = addLink;
|
||||
<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>
|
||||
<!-- Modal -->
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<?php //echo $barra ?>
|
||||
|
||||
<?php //echo $barra ?>
|
||||
|
||||
<!-- fin embebido -->
|
||||
<?php
|
||||
<?php
|
||||
|
||||
}
|
||||
else{ /* SI NO SE SOLICITA UN EMBEBIDO SE CONTINUA CON EL FLUJO DEL HTML */
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='container-fluid'>
|
||||
<div class="col-sm-<?php echo $cols_interior; ?>">
|
||||
<div class="col-sm-<?php echo $cols_interior; ?>">
|
||||
<?php echo $menu_lateral ; ?>
|
||||
<!-- END #fh5co-offcanvas -->
|
||||
<header id="fh5co-header">
|
||||
|
||||
|
||||
<div class="container-fluid">
|
||||
|
||||
<div class="row">
|
||||
<div class='pull-right'>
|
||||
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle"><i></i></a>
|
||||
<ul class="fh5co-social list-inline intro-social-buttons ">
|
||||
|
||||
|
||||
<li><a href="https://twitter.com/<?php echo $twitter[0]; ?>"><i class="fa fa-twitter"></i></a></li>
|
||||
<li><a href="<?php echo $facebook[0]; ?>"><i class="fa fa-facebook"></i></a></li>
|
||||
<li><?php echo milfs_session("$login_formulario","$login_campo_usuario","$login_campo_password","boton",""); ?></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="col-lg-12 col-md-12 ">
|
||||
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-12">
|
||||
<div id='formulario_login' class='' ></div>
|
||||
<img class='center-block img img-responsive' style="" src="milfs/images/secure/?file=300/<?php echo $logo[0]; ?>">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12 text-center">
|
||||
<h1 id="fh5co-logo" data-toc-skip ><a href="./"><?php echo $titulo[0]; ?></a></h1>
|
||||
<p><?php echo "$slogan[0] "; ?></p>
|
||||
<p><?php echo "$slogan[0] "; ?></p>
|
||||
</div>
|
||||
<div class="col-md-12 text-center">
|
||||
<?php
|
||||
if(isset($_REQUEST['asistento'])) {
|
||||
echo asistente_aplicaciones("",'','','');
|
||||
echo asistente_aplicaciones("",'','','');
|
||||
}else {
|
||||
echo "<a href='?asistento' class='btn btn-success'>Quiero crear una campaña </a>";
|
||||
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
</div>
|
||||
<!-- <div class="text-center">
|
||||
<a href="frida.php?redirect" >
|
||||
@ -815,35 +815,35 @@ document.oncopy = addLink;
|
||||
<a href="frida.php" ><small class="center-block" >¿ Necesitas ayuda para apoyarnos ?</small></a>
|
||||
</div> -->
|
||||
<div class="col-md-12">
|
||||
<div class='center-block'>
|
||||
<div class='center-block'>
|
||||
|
||||
<?php
|
||||
|
||||
<?php
|
||||
|
||||
if($id_empresa=="") {
|
||||
|
||||
if($id_empresa=="") {
|
||||
echo identificador_resaltado("1","");
|
||||
|
||||
//echo milfs_session("$login_formulario","$login_campo_usuario","$login_campo_password","","");
|
||||
|
||||
//echo milfs_session("$login_formulario","$login_campo_usuario","$login_campo_password","","");
|
||||
echo social_login("","","") ;
|
||||
|
||||
|
||||
|
||||
|
||||
}else {echo identificador_resaltado($id_empresa,"landingpage");} ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</header>
|
||||
<div class="row fh5co-post-entry">
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
if($id_empresa=="") {
|
||||
|
||||
|
||||
|
||||
echo mas_visto("aleatorios","4","");
|
||||
echo "<div class='clearfix visible-lg-block visible-md-block visible-sm-block visible-xs-block'></div>";
|
||||
@ -854,43 +854,43 @@ document.oncopy = addLink;
|
||||
echo mas_visto("formulario","4","");
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
if($acceso ==1) {
|
||||
if($set != "") {
|
||||
if($set != "") {
|
||||
|
||||
echo " ".consultar_contenido_formulario("$set",$cantidad_registros,'','contenido',"$orden","");
|
||||
|
||||
|
||||
|
||||
}
|
||||
elseif($identificador !="") {
|
||||
//echo landingpage_contenido_identificador($identificador);
|
||||
//echo landingpage_contenido_identificador($identificador);
|
||||
echo "".landingpage_contenido_identificador("$identificador_original","$id_form","landingpage",'simple') ;
|
||||
}
|
||||
else{
|
||||
else{
|
||||
if($id_empresa =="") {
|
||||
//echo multiempresa_listado('','')."Hola mundo";
|
||||
|
||||
|
||||
}
|
||||
else {
|
||||
//echo landingpage_contenido($id_empresa);
|
||||
echo landingpage_contenido($id_empresa);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}else{ echo multiempresa_listado('',''); }
|
||||
?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='container-fluid'><?php //echo $aleatorios ?> </div>
|
||||
<footer id="fh5co-footer">
|
||||
<small>
|
||||
<p class="">Tupale.co funciona gracias a <a href='https://QWERTY.co/milfs'>© MILFS Un proyecto de https://QWERTY.co</a> Se distribuye bajo licencia GPL V3
|
||||
<a href="milfs/?psi" ><i class="fa fa-smile-o "></i> Políticas de privacidad y protección de datos.</a></p>
|
||||
</small>
|
||||
</footer>
|
||||
</div>
|
||||
</small>
|
||||
</footer>
|
||||
</div>
|
||||
<?php echo $menu; ?>
|
||||
</div>
|
||||
|
||||
@ -902,14 +902,14 @@ document.oncopy = addLink;
|
||||
<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>
|
||||
@ -917,19 +917,19 @@ document.oncopy = addLink;
|
||||
<!-- Modal -->
|
||||
|
||||
<!-- Footer -->
|
||||
|
||||
|
||||
|
||||
<?php echo $onload; ?>
|
||||
|
||||
<?php echo $onload; ?>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
$(document).delegate('*[data-toggle="lightbox"]', 'click', function(event) {
|
||||
event.preventDefault();
|
||||
$(this).ekkoLightbox();
|
||||
});
|
||||
});
|
||||
|
||||
//// wysiwyg
|
||||
var edit = function() {
|
||||
@ -946,7 +946,7 @@ $(document).ready(function() {
|
||||
$('.wysiwyg_auto').summernote({dialogsInBody: true});
|
||||
});
|
||||
|
||||
</script>
|
||||
</script>
|
||||
<!-- Piwik -->
|
||||
<script type="text/javascript">
|
||||
var _paq = _paq || [];
|
||||
|
Loading…
Reference in New Issue
Block a user