diff --git a/ferramentas/downloadbase/index.htm b/ferramentas/downloadbase/index.htm deleted file mode 100644 index 8360858..0000000 --- a/ferramentas/downloadbase/index.htm +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - -
-Aguarde...buscando lista de temas -
- - - - \ No newline at end of file diff --git a/ferramentas/downloadbase/index.js b/ferramentas/downloadbase/index.js deleted file mode 100644 index c4e6f18..0000000 --- a/ferramentas/downloadbase/index.js +++ /dev/null @@ -1,48 +0,0 @@ -var p = window.parent.i3GEO.configura.locaplic+"/classesphp/mapa_controle.php?g_sid="+window.parent.i3GEO.configura.sid+"&funcao=pegalistacompleta" -var cp = new cpaint(); -//cp.set_debug(2) -cp.set_response_type("JSON"); -cp.call(p,"pegaListaCompleta",processaTemas); -function processaTemas(retorno) -{ - if (retorno.data != undefined) - { - var retorno = retorno.data - ins = "" - var notWhitespace = /\S/; - var grupos = retorno.split("**") - for (ig=0;ig fonte"} - var tid = temp[0] - var inp = ""; //"" - nomeTema = inp+nome+lk - if (temp[3] == "sim") - { - var inp = "

 " - ins += inp+nome+" ("+nomeGrupo+"->"+nomeSgrupo+")

" - } - } - } - } - document.getElementById("resultado").innerHTML = ins - } - else - { - document.getElementById("resultado").innerHTML = "

Ocorreu um erro
" - } -} -- libgit2 0.21.2