Commit 9eda70486fa3579b39a0ee8e432589471f37b7ea
1 parent
71c3340a
Exists in
master
and in
7 other branches
-
Showing
5 changed files
with
31 additions
and
28 deletions
Show diff stats
19.8 KB
ferramentas/distanciaptpt/index.js
... | ... | @@ -151,9 +151,10 @@ i3GEOF.distanciaptpt = { |
151 | 151 | }, |
152 | 152 | t0: function() |
153 | 153 | { |
154 | - var ins = "<p class='paragrafo'>" + $trad(1,i3GEOF.distanciaptpt.dicionario); | |
155 | - ins += "<p class='paragrafo'>" + $trad(2,i3GEOF.distanciaptpt.dicionario); | |
156 | - ins += "<p class='paragrafo'>" + $trad(3,i3GEOF.distanciaptpt.dicionario); | |
154 | + var ins = "<img class=i3GeoExemploImg src='"+i3GEO.configura.locaplic+"/ferramentas/distanciaptpt/exemplo.png' />" + | |
155 | + "<p class='paragrafo'>" + $trad(1,i3GEOF.distanciaptpt.dicionario) + | |
156 | + "<p class='paragrafo'>" + $trad(2,i3GEOF.distanciaptpt.dicionario) + | |
157 | + "<p class='paragrafo'>" + $trad(3,i3GEOF.distanciaptpt.dicionario); | |
157 | 158 | i3GEO.util.proximoAnterior("","i3GEOF.distanciaptpt.t1()",ins,"i3GEOFgradeDePontost0","i3GEOdistanciaptptresultado",true,"i3GEOF.distanciaptpt_rodape"); |
158 | 159 | }, |
159 | 160 | t1: function(){ |
... | ... | @@ -328,4 +329,4 @@ i3GEOF.distanciaptpt = { |
328 | 329 | "i3GEOondeItensTemaDestino" |
329 | 330 | ); |
330 | 331 | } |
331 | -}; | |
332 | 332 | \ No newline at end of file |
333 | +}; | ... | ... |
10.3 KB
ferramentas/gradehex/index.js
... | ... | @@ -154,22 +154,23 @@ i3GEOF.gradeDeHex = { |
154 | 154 | }, |
155 | 155 | t0: function() |
156 | 156 | { |
157 | - var ins = "<p class='paragrafo' >"+$trad(1,i3GEOF.gradeDeHex.dicionario); | |
158 | - ins += "<p class='paragrafo'>"+$trad(2,i3GEOF.gradeDeHex.dicionario); | |
159 | - ins += "<p class='paragrafo'>"+$trad(3,i3GEOF.gradeDeHex.dicionario); | |
160 | - ins += "<p class='paragrafo'><input type=checkbox id=i3GEOgradedehexProj style='cursor:pointer;position:relative;top:2px;' /> "+$trad(14,i3GEOF.gradeDeHex.dicionario); | |
157 | + var ins = "<img class=i3GeoExemploImg src='"+i3GEO.configura.locaplic+"/ferramentas/gradehex/exemplo.png' />" + | |
158 | + "<p class='paragrafo' >"+$trad(1,i3GEOF.gradeDeHex.dicionario) + | |
159 | + "<p class='paragrafo'>"+$trad(2,i3GEOF.gradeDeHex.dicionario) + | |
160 | + "<p class='paragrafo'>"+$trad(3,i3GEOF.gradeDeHex.dicionario) + | |
161 | + "<p class='paragrafo'><input type=checkbox id=i3GEOgradedehexProj style='cursor:pointer;position:relative;top:2px;' /> "+$trad(14,i3GEOF.gradeDeHex.dicionario); | |
161 | 162 | i3GEO.util.proximoAnterior("","i3GEOF.gradeDeHex.t1()",ins,"i3GEOF.gradeDeHex.t0()","i3GEOgradedehexresultado",true,"i3GEOF.gradeDeHex_rodape"); |
162 | 163 | }, |
163 | 164 | t1: function(){ |
164 | - var ins = "<p class='paragrafo'>"+$trad(4,i3GEOF.gradeDeHex.dicionario); | |
165 | + var ins = "<p class='paragrafo'><b>"+$trad(4,i3GEOF.gradeDeHex.dicionario)+"</b>"; | |
165 | 166 | ins += "<p class='paragrafo'> "; |
166 | 167 | if($i("i3GEOgradedehexProj").checked){ |
167 | - ins += $trad(15,i3GEOF.gradeDeHex.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexxg' title='metros' type=text size=6 value='100000'/>"; | |
168 | + ins += "<label>"+$trad(15,i3GEOF.gradeDeHex.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexxg' title='metros' type=text size=6 value='100000'/>"; | |
168 | 169 | } |
169 | 170 | else{ |
170 | - ins += $trad(5,i3GEOF.gradeDeHex.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexxg' title='grau' type=text size=3 value='1'/>"; | |
171 | - ins += $trad(6,i3GEOF.gradeDeHex.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexxm' title='minuto' type=text size=5 value='00'/>"; | |
172 | - ins += $trad(7,i3GEOF.gradeDeHex.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexxs' title='segundo' type=text size=5 value='00.00'/>"; | |
171 | + ins += "<label>"+$trad(5,i3GEOF.gradeDeHex.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexxg' title='grau' type=text size=3 value='1'/>"; | |
172 | + ins += "<label>"+$trad(6,i3GEOF.gradeDeHex.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexxm' title='minuto' type=text size=5 value='00'/>"; | |
173 | + ins += "<label>"+$trad(7,i3GEOF.gradeDeHex.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexxs' title='segundo' type=text size=5 value='00.00'/>"; | |
173 | 174 | } |
174 | 175 | /* |
175 | 176 | ins += "<p class='paragrafo'>Y: "; |
... | ... | @@ -180,15 +181,15 @@ i3GEOF.gradeDeHex = { |
180 | 181 | i3GEO.util.proximoAnterior("i3GEOF.gradeDeHex.t0()","i3GEOF.gradeDeHex.t2()",ins,"i3GEOF.gradeDeHex.t1()","i3GEOgradedehexresultado",true,"i3GEOF.gradeDeHex_rodape"); |
181 | 182 | }, |
182 | 183 | t2: function(){ |
183 | - var ins = "<p class='paragrafo'>"+$trad(8,i3GEOF.gradeDeHex.dicionario); | |
184 | + var ins = "<p class='paragrafo'><b>"+$trad(8,i3GEOF.gradeDeHex.dicionario)+"</b>"; | |
184 | 185 | ins += "<p class='paragrafo'>X: "; |
185 | - ins += $trad(5,i3GEOF.gradeDeHex.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexixg' title='grau' type=text size=3 value='-00'/>"; | |
186 | - ins += $trad(6,i3GEOF.gradeDeHex.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexixm' title='minuto' type=text size=5 value='00'/>"; | |
187 | - ins += $trad(7,i3GEOF.gradeDeHex.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexixs' title='segundo' type=text size=5 value='00.00'/>"; | |
186 | + ins += "<label>"+$trad(5,i3GEOF.gradeDeHex.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexixg' title='grau' type=text size=3 value='-00'/>"; | |
187 | + ins += "<label>"+$trad(6,i3GEOF.gradeDeHex.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexixm' title='minuto' type=text size=5 value='00'/>"; | |
188 | + ins += "<label>"+$trad(7,i3GEOF.gradeDeHex.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexixs' title='segundo' type=text size=5 value='00.00'/>"; | |
188 | 189 | ins += "<p class='paragrafo'>Y: "; |
189 | - ins += $trad(5,i3GEOF.gradeDeHex.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexiyg' title='grau' type=text size=3 value='-00'/>"; | |
190 | - ins += $trad(6,i3GEOF.gradeDeHex.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexiym' title='minuto' type=text size=5 value='00'/>"; | |
191 | - ins += $trad(7,i3GEOF.gradeDeHex.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexiys' title='segundo' type=text size=5 value='00.00'/>"; | |
190 | + ins += "<label>"+$trad(5,i3GEOF.gradeDeHex.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexiyg' title='grau' type=text size=3 value='-00'/>"; | |
191 | + ins += "<label>"+$trad(6,i3GEOF.gradeDeHex.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexiym' title='minuto' type=text size=5 value='00'/>"; | |
192 | + ins += "<label>"+$trad(7,i3GEOF.gradeDeHex.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexiys' title='segundo' type=text size=5 value='00.00'/>"; | |
192 | 193 | g_tipoacao = "capturaponto"; |
193 | 194 | i3GEO.util.proximoAnterior("i3GEOF.gradeDeHex.t1()","i3GEOF.gradeDeHex.t3()",ins,"i3GEOF.gradeDeHex.t2()","i3GEOgradedehexresultado",true,"i3GEOF.gradeDeHex_rodape"); |
194 | 195 | i3GEO.eventos.cliquePerm.desativa(); |
... | ... | @@ -196,15 +197,15 @@ i3GEOF.gradeDeHex = { |
196 | 197 | {i3GEO.eventos.MOUSECLIQUE.push("i3GEOF.gradeDeHex.capturaPonto()");} |
197 | 198 | }, |
198 | 199 | t3: function(){ |
199 | - var ins = "<p class='paragrafo'>"+$trad(9,i3GEOF.gradeDeHex.dicionario); | |
200 | - ins += "<p class='paragrafo'>X: "; | |
200 | + var ins = "<p class='paragrafo'><b>"+$trad(9,i3GEOF.gradeDeHex.dicionario)+"</b>"; | |
201 | + ins += "<p class='paragrafo'><label>X: </label>"; | |
201 | 202 | ins += "<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexnptx' title='pontos em x' type=text size=3 value='10'/>"; |
202 | - ins += "<p class='paragrafo'>Y: "; | |
203 | + ins += "<p class='paragrafo'><label>Y: </label>"; | |
203 | 204 | ins += "<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexnpty' title='pontos em y' type=text size=3 value='10'/>"; |
204 | 205 | i3GEO.util.proximoAnterior("i3GEOF.gradeDeHex.t2()","i3GEOF.gradeDeHex.t4()",ins,"i3GEOF.gradeDeHex.t3()","i3GEOgradedehexresultado",true,"i3GEOF.gradeDeHex_rodape"); |
205 | 206 | }, |
206 | 207 | t4: function(){ |
207 | - var ins = "<p class='paragrafo'>"+$trad(10,i3GEOF.gradeDeHex.dicionario); | |
208 | + var ins = "<p class='paragrafo'><b>"+$trad(10,i3GEOF.gradeDeHex.dicionario)+"</b>"; | |
208 | 209 | ins += "<p class='paragrafo'><input id=i3GEOgradedehexbotao1 size=18 class=executar type='button' value='"+$trad(11,i3GEOF.gradeDeHex.dicionario)+"' />"; |
209 | 210 | i3GEO.util.proximoAnterior("i3GEOF.gradeDeHex.t3()","",ins,"i3GEOF.gradeDeHex.t4()","i3GEOgradedehexresultado",true,"i3GEOF.gradeDeHex_rodape"); |
210 | 211 | new YAHOO.widget.Button( |
... | ... | @@ -278,4 +279,4 @@ i3GEOF.gradeDeHex = { |
278 | 279 | ); |
279 | 280 | g_tipoacao = temp; |
280 | 281 | } |
281 | -}; | |
282 | 282 | \ No newline at end of file |
283 | +}; | ... | ... |
ferramentas/pontosdistri/index.js
... | ... | @@ -260,8 +260,9 @@ i3GEOF.pontosDistri = { |
260 | 260 | |
261 | 261 | Abre a janela para o usuário selecionar uma cor interativamente |
262 | 262 | */ |
263 | - corj: function(obj) | |
264 | - {i3GEO.util.abreCor("",obj);}, | |
263 | + corj: function(obj){ | |
264 | + i3GEO.util.abreCor("",obj); | |
265 | + }, | |
265 | 266 | /* |
266 | 267 | Function: verCores |
267 | 268 | |
... | ... | @@ -474,4 +475,4 @@ i3GEOF.pontosDistri = { |
474 | 475 | } |
475 | 476 | catch(e){i3GEO.janela.tempoMsg(e);i3GEOF.pontosDistri.aguarde.visibility = "hidden";} |
476 | 477 | } |
477 | -}; | |
478 | 478 | \ No newline at end of file |
479 | +}; | ... | ... |