From 92a4bc3c1cee6eb4d25ad786c607f34c603d5da9 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Thu, 3 Jul 2008 18:33:48 +0000 Subject: [PATCH] Correção no tamanho do letriro de mensagens no IE --- ferramentas/nuvemtags/index.htm | 6 ++---- ferramentas/nuvemtags/index.js | 18 ++++++++++++------ 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/ferramentas/nuvemtags/index.htm b/ferramentas/nuvemtags/index.htm index b75f98f..8f8b1a3 100644 --- a/ferramentas/nuvemtags/index.htm +++ b/ferramentas/nuvemtags/index.htm @@ -7,10 +7,8 @@ - -
Aguarde...
- - + +
Aguarde...
diff --git a/ferramentas/nuvemtags/index.js b/ferramentas/nuvemtags/index.js index a61248c..3a8bd37 100644 --- a/ferramentas/nuvemtags/index.js +++ b/ferramentas/nuvemtags/index.js @@ -22,17 +22,23 @@ Free Software Foundation, Inc., no endereço //inicializa aguarde("block") parametrosURL() - -var montaNuvem = function(retorno) +inicio = 0; +function montaNuvem(r) { + retorno = r; if(retorno.data) { - var tags = "" + var tags ="menos " + tags +="mais

" + if((inicio < 0) || (inicio > retorno.data.length)){return;} for (i=0;i"+retorno.data[i].tag+"= inicio) + { + var h = retorno.data[i].temas.length*1 + 6 + if(h > 23){var h = 23;} + tags += " "+retorno.data[i].tag+"" + } } } else -- libgit2 0.21.2