forked from qwerty/milfs
BUG Y PEQUEÑAS MEJORAS
This commit is contained in:
parent
b140b94c0c
commit
52a93aed3f
@ -77,7 +77,7 @@ if ($variable !=''){
|
|||||||
$set =$v[1];
|
$set =$v[1];
|
||||||
/// s= SET DE DATOS
|
/// s= SET DE DATOS
|
||||||
$embebido = "1";
|
$embebido = "1";
|
||||||
$onload = "".consultar_contenido_formulario("$set",'5','','contenido')."";
|
$onload = "".consultar_contenido_formulario("$set",'5','','embebido')."";
|
||||||
|
|
||||||
}
|
}
|
||||||
elseif($v[0] =='I') {
|
elseif($v[0] =='I') {
|
||||||
@ -446,7 +446,7 @@ p.copyright {
|
|||||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- fin embebido -->
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
else{ /* SI NO SE SOLICITA UN EMBEBIDO SE CONTINUA CON EL FLUJO DEL HTML */
|
else{ /* SI NO SE SOLICITA UN EMBEBIDO SE CONTINUA CON EL FLUJO DEL HTML */
|
||||||
|
@ -102,6 +102,7 @@ $linea .= landingpage_contenido_identificador($row['control']);
|
|||||||
}
|
}
|
||||||
$buscador = buscar_datos("*formato*","$form","landingpage","mostrar_resultado");
|
$buscador = buscar_datos("*formato*","$form","landingpage","mostrar_resultado");
|
||||||
$filtro = portal_filtro_campos_select($form,"$campo_filtro","mostrar_resultado","landingpage");
|
$filtro = portal_filtro_campos_select($form,"$campo_filtro","mostrar_resultado","landingpage");
|
||||||
|
if($tipo !=="embebido") {
|
||||||
$acciones=" <div class='row'>
|
$acciones=" <div class='row'>
|
||||||
<div class='col-sm-7 col-md-2' >
|
<div class='col-sm-7 col-md-2' >
|
||||||
|
|
||||||
@ -112,7 +113,7 @@ $acciones=" <div class='row'>
|
|||||||
</div>
|
</div>
|
||||||
$buscador
|
$buscador
|
||||||
</div>";
|
</div>";
|
||||||
|
}
|
||||||
$resultado = "
|
$resultado = "
|
||||||
<a name='cabecera'></a>
|
<a name='cabecera'></a>
|
||||||
$acciones
|
$acciones
|
||||||
@ -138,7 +139,7 @@ return $respuesta;
|
|||||||
$respuesta->addAssign("contenido_interior","innerHTML","$resultado");
|
$respuesta->addAssign("contenido_interior","innerHTML","$resultado");
|
||||||
return $respuesta;
|
return $respuesta;
|
||||||
}
|
}
|
||||||
if($tipo =="contenido") {
|
if($tipo =="contenido" OR $tipo =="embebido" ) {
|
||||||
return $resultado;
|
return $resultado;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -344,7 +345,7 @@ function landingpage_contenido_identificador($identificador){
|
|||||||
</div>$uri";
|
</div>$uri";
|
||||||
|
|
||||||
}else {
|
}else {
|
||||||
$miniatura ="<a href='i$identificador' >$uri</a>";
|
$miniatura ="<a href='i$identificador' >i$identificador</a>";
|
||||||
$mostrar_imagen = "<img src='$qr' alt='$identificador' title='' style='width:100%'; class='img img-responsive img-rounded'>";
|
$mostrar_imagen = "<img src='$qr' alt='$identificador' title='' style='width:100%'; class='img img-responsive img-rounded'>";
|
||||||
|
|
||||||
|
|
||||||
@ -378,7 +379,7 @@ function landingpage_contenido_identificador($identificador){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='link-compartir text-center'><a href='$uri' ><i class='fa fa-share-square'></i> Compartir </a></div>
|
<div class='link-compartir text-center'><a href='i$identificador' ><i class='fa fa-share-square'></i> Compartir </a></div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /.container -->
|
<!-- /.container -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user