forked from qwerty/tupali
prueba de nube de tags
This commit is contained in:
parent
0826aaea78
commit
007549a26b
@ -1210,6 +1210,8 @@ echo $css_adicional;
|
||||
<div class="container">
|
||||
|
||||
<?php
|
||||
$id_campo = campo_titulo($set) ;
|
||||
$corpus = formulario_corpus("$set","$id_campo","contenido","barras","texto_articulo");
|
||||
$ultimos = mas_visto("ultimos","5","1","$set","$id_empresa");
|
||||
if ($v[0]=='s'){
|
||||
$buscar_datos = buscar_datos("*formato*","$set","$plantilla","texto_articulo");
|
||||
@ -1222,6 +1224,8 @@ echo $css_adicional;
|
||||
<hr>
|
||||
".aplicaciones_listado("$id_empresa",'','nav','')."
|
||||
<hr>
|
||||
$corpus
|
||||
<hr>
|
||||
$ultimos
|
||||
</aside>
|
||||
</div>
|
||||
|
@ -91,7 +91,7 @@ $contenido ="
|
||||
$xajax->registerFunction("aplicacion_configuracion");
|
||||
|
||||
|
||||
function cadena_array($text,$tipo,$cantidad) {
|
||||
function cadena_array($text,$tipo,$cantidad,$form,$div) {
|
||||
$limpios="";
|
||||
$compuestos="";
|
||||
$array_compuestos =array();
|
||||
@ -255,7 +255,8 @@ foreach($tags as $c=>$valor){
|
||||
$size = ($cant/4);
|
||||
$tag_adicional .= "<SPAN title='$cant' CLASS='badge label-warning' draggable='true' id='#$ht ' ondragstart=\"evdragstart(event,this)\">$c </span> " ;
|
||||
$array_prueba = print_r($wordCounter,true);
|
||||
$nube .= "<a href='#'><span class='etiquetatam$valor_relativo' style='' title='$c $cant' id='#$ht ' >$c</span></a> " ;
|
||||
if($div !=""){ $accion="xajax_buscar_datos('$c','$form','$plantilla','$div'); "; }else{$accion="";}
|
||||
$nube .= "<a href='#' onclick =\"$accion\"><span class='etiquetatam$valor_relativo' style='' title='$c $cant' id='#$ht ' >$c</span></a> " ;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -304,7 +305,7 @@ function array_tabla($contenido,$campo){
|
||||
return $linea ;
|
||||
}
|
||||
|
||||
function formulario_corpus($id_form,$id_campo,$group,$tipo){
|
||||
function formulario_corpus($id_form,$id_campo,$group,$tipo,$div){
|
||||
|
||||
|
||||
$consulta = "SELECT count(control) as cantidad , id_campo ,contenido , campo_nombre FROM `form_datos`, `form_campos` WHERE `form_datos`.id_campo = `form_campos`.id AND `id_campo` = '$id_campo' AND `form_id` = '$id_form' GROUP BY $group order by cantidad";
|
||||
@ -325,7 +326,8 @@ $array = array();
|
||||
}else { $grafica= $consulta;
|
||||
}
|
||||
$etiqueta = limpiar_cadena($etiqueta);
|
||||
$etiqueta= cadena_array("$etiqueta","nube","50");
|
||||
|
||||
$etiqueta= cadena_array("$etiqueta","nube","50","$id_form","$div");
|
||||
|
||||
///$etiqueta = array_tabla($etiqueta,"tags");
|
||||
|
||||
@ -2404,6 +2406,8 @@ while( $row = mysqli_fetch_array( $sql ) ) {
|
||||
}
|
||||
|
||||
$listado .= "<li > <a class='btn btn-link' onclick=\"xajax_portal_filtro_cadena('$formulario','$id_campo','$row[control]','$div','$plantilla') \" >$valor_actual </a> </li>";
|
||||
//onclick="xajax_portal_filtro_cadena('74','566','eab23a3e8e815f46a371a43ba9abc9ea','mostrar_resultado','landingpage') "
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user