Commit 6d0ae72c245699f8644d596d74826344683c8f27

Authored by Edmar Moretti
1 parent 89a1342b

--no commit message

ferramentas/aplicarsld/index.js
... ... @@ -35,8 +35,6 @@ GNU junto com este programa; se não, escreva para a
35 35 Free Software Foundation, Inc., no endereço
36 36 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA.
37 37 */
38   -
39   -
40 38 if(typeof(i3GEOF) === 'undefined'){
41 39 var i3GEOF = {};
42 40 }
... ...
ferramentas/perfil/index.js
... ... @@ -118,14 +118,14 @@ i3GEOF.perfil = {
118 118 String com o código html
119 119 */
120 120 html:function(){
121   - var ins = "<p class='paragrafo' >"+$trad('fonteDadosZ',i3GEOF.perfil.dicionario);
  121 + var ins = "<div style=margin-left:5px; ><p class='paragrafo' >"+$trad('fonteDadosZ',i3GEOF.perfil.dicionario);
122 122 ins += "<p class='paragrafo' ><input onclick='if(this.checked == true){$i(\"i3GEOFperfilTemasSel\").value = \"\";$i(\"i3GEOFperfilDivComboItens\").innerHTML = \"\";}' style=cursor:pointer checked type=radio name=i3GEOFperfilFonte id=i3GEOFperfilFonteGoogle /> Google";
123 123 ins += "<br><p class='paragrafo' >"+$trad('ouTemaMapa',i3GEOF.perfil.dicionario)+"</p> <div class=styled-select id=i3GEOFperfilTemas ></div>";
124 124 ins += "<br><div id=i3GEOFperfilDivComboItens ></div><br>";
125 125 ins += "<br><p class='paragrafo' >" + $trad('numeroPontosLinha',i3GEOF.perfil.dicionario) + "</p>";
126 126 ins += "<div class=styled-select ><input type=text id=i3GEOFperfilAmostragem value=20 /></div>";
127 127 ins += "<br><p class='paragrafo' ><input id=i3GEOperfilbotao1 type='buttom' value='"+$trad('criaGrafico',i3GEOF.perfil.dicionario)+"' />";
128   - ins += "<br><br><div style=text-align:left id=i3GEOperfilfim ></div>";
  128 + ins += "<br><br><div style=text-align:left id=i3GEOperfilfim ></div></div>";
129 129 return ins;
130 130 },
131 131 /*
... ...