forked from qwerty/tupali
mejoras en la nube de etiquetas
This commit is contained in:
parent
38b9848a58
commit
60d160541c
@ -7,6 +7,52 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* nube de etiquetas */
|
||||||
|
|
||||||
|
|
||||||
|
div.etiquetas{
|
||||||
|
/* font-family: verdana,arial,helvetica;
|
||||||
|
font-size:8pt;
|
||||||
|
*/
|
||||||
|
padding:5px;
|
||||||
|
}
|
||||||
|
div.etiquetas span{
|
||||||
|
float: left;
|
||||||
|
margin: 0 3px 0 3px;
|
||||||
|
height: 20pt;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
span.etiquetatam1{
|
||||||
|
font-size: 110%;
|
||||||
|
}
|
||||||
|
span.etiquetatam2{
|
||||||
|
font-size: 120%;
|
||||||
|
}
|
||||||
|
span.etiquetatam3{
|
||||||
|
font-size: 130%;
|
||||||
|
}
|
||||||
|
span.etiquetatam4{
|
||||||
|
font-size: 140%;
|
||||||
|
}
|
||||||
|
span.etiquetatam5{
|
||||||
|
font-size: 150%;
|
||||||
|
}
|
||||||
|
span.etiquetatam6{
|
||||||
|
font-size: 160%;
|
||||||
|
}
|
||||||
|
span.etiquetatam7{
|
||||||
|
font-size: 170%;
|
||||||
|
}
|
||||||
|
span.etiquetatam8{
|
||||||
|
font-size: 180%;
|
||||||
|
}
|
||||||
|
span.etiquetatam9{
|
||||||
|
font-size: 250%;
|
||||||
|
}
|
||||||
|
span.etiquetatam10{
|
||||||
|
font-size: 300%;
|
||||||
|
}
|
||||||
|
/* nube de etiquetas */
|
||||||
|
|
||||||
|
|
||||||
.drop-up {
|
.drop-up {
|
||||||
|
@ -171,7 +171,7 @@ foreach($tags as $c=>$valor){
|
|||||||
$size = ($cant/4);
|
$size = ($cant/4);
|
||||||
$tag_adicional .= "<SPAN title='$cant' CLASS='badge label-warning' draggable='true' id='#$ht ' ondragstart=\"evdragstart(event,this)\">$c </span> " ;
|
$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);
|
$array_prueba = print_r($wordCounter,true);
|
||||||
$nube .= "<a href='#' title='$c $cant' style='font-size: $valor_relativo"."vh' id='#$ht ' >$c </a> " ;
|
$nube .= "<a href='#'><span class='etiquetatam$valor_relativo' style='' title='$c $cant' id='#$ht ' >$c</span></a> " ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -183,7 +183,16 @@ foreach($tags as $c=>$valor){
|
|||||||
return $array_nombres_compuestos[0];
|
return $array_nombres_compuestos[0];
|
||||||
}elseif($tipo=="nube") {
|
}elseif($tipo=="nube") {
|
||||||
//return $compuestos;
|
//return $compuestos;
|
||||||
return "$nube";
|
$etiquetas="
|
||||||
|
|
||||||
|
<div class=''>
|
||||||
|
$nube
|
||||||
|
<div style='clear:both'></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
";
|
||||||
|
return "$etiquetas";
|
||||||
}elseif($tipo=="limpio") {
|
}elseif($tipo=="limpio") {
|
||||||
//return $compuestos;
|
//return $compuestos;
|
||||||
return $limpios;
|
return $limpios;
|
||||||
|
Loading…
Reference in New Issue
Block a user