Commit 71c3340a463de2489204619067380f2e950c0b72
1 parent
58c7af36
Exists in
master
and in
7 other branches
v6 - ajustes no layout das ferramentas
Showing
6 changed files
with
308 additions
and
99 deletions
Show diff stats
classesjs/i3geo.js
@@ -44,7 +44,7 @@ Pega um objeto do documento. | @@ -44,7 +44,7 @@ Pega um objeto do documento. | ||
44 | 44 | ||
45 | Exemplo: $i("box1") | 45 | Exemplo: $i("box1") |
46 | 46 | ||
47 | -Parâmetros: | 47 | +Par�metros: |
48 | 48 | ||
49 | id - id do objeto | 49 | id - id do objeto |
50 | 50 | ||
@@ -70,7 +70,7 @@ $i = function(id) | @@ -70,7 +70,7 @@ $i = function(id) | ||
70 | } | 70 | } |
71 | } | 71 | } |
72 | } | 72 | } |
73 | - document.write("<link rel='stylesheet' type='text/css' href='" + scriptLocation + "../css/i3geo6.css.php'></link>"); | ||
74 | document.write("<link rel='stylesheet' type='text/css' href='" + scriptLocation + "../pacotes/yui290/build/button/assets/skins/sam/button.css'></link>"); | 73 | document.write("<link rel='stylesheet' type='text/css' href='" + scriptLocation + "../pacotes/yui290/build/button/assets/skins/sam/button.css'></link>"); |
74 | + document.write("<link rel='stylesheet' type='text/css' href='" + scriptLocation + "../css/i3geo6.css.php'></link>"); | ||
75 | document.write("<script type='text/javascript' src='" + scriptLocation + "i3geo_tudo_compacto6.js.php'></script>"); | 75 | document.write("<script type='text/javascript' src='" + scriptLocation + "i3geo_tudo_compacto6.js.php'></script>"); |
76 | })(); | 76 | })(); |
77 | \ No newline at end of file | 77 | \ No newline at end of file |
classesjs/i3geo6.js
@@ -40,7 +40,7 @@ Pega um objeto do documento. | @@ -40,7 +40,7 @@ Pega um objeto do documento. | ||
40 | 40 | ||
41 | Exemplo: $i("box1") | 41 | Exemplo: $i("box1") |
42 | 42 | ||
43 | -Parâmetros: | 43 | +Par�metros: |
44 | 44 | ||
45 | id - id do objeto | 45 | id - id do objeto |
46 | 46 | ||
@@ -66,7 +66,7 @@ $i = function(id) | @@ -66,7 +66,7 @@ $i = function(id) | ||
66 | } | 66 | } |
67 | } | 67 | } |
68 | } | 68 | } |
69 | - document.write("<link rel='stylesheet' type='text/css' href='" + scriptLocation + "../css/i3geo6.css.php'></link>"); | ||
70 | document.write("<link rel='stylesheet' type='text/css' href='" + scriptLocation + "../pacotes/yui290/build/button/assets/skins/sam/button.css'></link>"); | 69 | document.write("<link rel='stylesheet' type='text/css' href='" + scriptLocation + "../pacotes/yui290/build/button/assets/skins/sam/button.css'></link>"); |
70 | + document.write("<link rel='stylesheet' type='text/css' href='" + scriptLocation + "../css/i3geo6.css.php'></link>"); | ||
71 | document.write("<script type='text/javascript' src='" + scriptLocation + "i3geo_tudo_compacto6.js.php'></script>"); | 71 | document.write("<script type='text/javascript' src='" + scriptLocation + "i3geo_tudo_compacto6.js.php'></script>"); |
72 | })(); | 72 | })(); |
73 | \ No newline at end of file | 73 | \ No newline at end of file |
css/ferramentas.css
1 | -td input | ||
2 | -{border-bottom:1px solid rgb(156,195,195);border-left:1px solid rgb(156,195,195);border-right:1px solid rgb(156,195,195);border-top:1px solid rgb(156,195,195);font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;color: navy;text-align:center;} | ||
3 | -body | ||
4 | -{overflow:hidden;font-size: 12px} | ||
5 | -div | ||
6 | -{text-align:left;border: 0px solid #FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif;position:relative;display:block;font-size:12px;padding:0px;font-weight:normal;left:10px;} | ||
7 | -tr | ||
8 | -{background-color:white;border: 0px solid rgb(240,240,240);padding: 0px;margin:0px;} | ||
9 | -td | ||
10 | -{border: 2px solid rgb(240,240,240);border-left: 0px;border-right:0px;border-top:0px;padding: 0px;color:#2F4632;margin:0px;text-align:center;font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;} | ||
11 | -.lista td | ||
12 | -{border: 0px solid rgb(240,240,240);border-left: 0px;border-right:0px;border-top:0px;padding: 0px;color:#2F4632;margin:0px;text-align:left;font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;} | ||
13 | -.lista2 td | ||
14 | -{border: 0px solid rgb(240,240,240);border-left: 0px;border-right:0px;border-top:0px;padding: 2px;color:#2F4632;margin:0px;text-align:left;font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;} | ||
15 | -.lista3 td | ||
16 | -{border: 0px solid rgb(240,240,240);border-left: 0px;border-right:0px;border-top:0px;padding: 1px;color:#2F4632;background-color:#F2F2F2;margin:0px;text-align:left;font-size: 12px;font-family: Verdana, Arial, Helvetica, sans-serif;} | ||
17 | -select | ||
18 | -{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: navy;background-color: #FFFFFF;padding: 0;border: 1px solid rgb(240,240,240);text-align: left;cursor: pointer;} | ||
19 | -.digitar | ||
20 | -{border-bottom:1px solid rgb(156,195,195);border-left:1px solid rgb(156,195,195);border-right:1px solid rgb(156,195,195);border-top:1px solid rgb(156,195,195);font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;color: navy;text-align:center;} | ||
21 | -.executar | ||
22 | -{cursor:pointer;color:rgb(0,0,200);text-align:left;padding-left:5px;background-color:white;background-image:URL('../imagens/tic.png');background-repeat:no-repeat;border-style:outset;background-position: right;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;} | ||
23 | -#fundo | ||
24 | -{background-color:rgb(255,255,255);overflow:hidden;position:absolute;top:0px;left:0px;} | ||
25 | -.guias | ||
26 | -{background-color:rgb(255,255,255);cursor:pointer;position:relative;text-align: left;top:8px;left:8px;padding:0px;margin:0px;} | ||
27 | -.guia | ||
28 | -{display:inline;background-color:rgb(230,230,230);color:rgb(150,150,150);position:relative;left:0px;top:0px;border: 0px solid white;font-size: 12px;z-index:1050;padding:0;margin-right:3px;border-left:1px solid rgb(230,230,230);border-top:1px solid rgb(230,230,230);border-right:1px solid rgb(230,230,230);} | ||
29 | -.guiaobj | ||
30 | -{text-align:left;text-decoration:none;border: 0px solid #ffffff;font-family: Verdana, Arial, Helvetica, sans-serif;position:relative;display:block;font-size:8px;padding:1;font-weight:normal;top:0px;width:95%;} | ||
31 | -#geral | ||
32 | -{position:relative;background-color:white;text-align:center;text-decoration:none;border-top: 2px solid rgb(230,230,230);font-family: Verdana, Arial, Helvetica, sans-serif;display:block;font-size:8px;padding:5px;font-weight:normal;top:8px;left:0px;overflow:auto;width:100%;} | ||
33 | -.geralFerramentas | ||
34 | -{position:relative;background-color:white;text-align:center;text-decoration:none;border-top: 2px solid rgb(230,230,230);font-family: Verdana, Arial, Helvetica, sans-serif;display:block;font-size:8px;padding:5px;font-weight:normal;top:8px;left:0px;overflow:auto;width:100%;} | ||
35 | - | ||
36 | -#aguarde | ||
37 | -{position:relative;top:10px;left:5px;} | ||
38 | -.aguarde1 | ||
39 | -{background-image:URL('../../imagens/aguarde.gif');} | ||
40 | -.alerta | ||
41 | -{font-weight:bold;color:red;top:5px;left:0px;padding:5px;} | ||
42 | -.erro | ||
43 | -{color:red;padding:5px;} | ||
44 | -.destaca | ||
45 | -{left:0px;bottom:10px;padding:5px;} | 1 | +td input { |
2 | + border-bottom: 1px solid rgb(156, 195, 195); | ||
3 | + border-left: 1px solid rgb(156, 195, 195); | ||
4 | + border-right: 1px solid rgb(156, 195, 195); | ||
5 | + border-top: 1px solid rgb(156, 195, 195); | ||
6 | + font-size: 10px; | ||
7 | + font-family: Verdana, Arial, Helvetica, sans-serif; | ||
8 | + color: navy; | ||
9 | + text-align: center; | ||
10 | +} | ||
11 | + | ||
12 | +body { | ||
13 | + overflow: hidden; | ||
14 | + font-size: 12px | ||
15 | +} | ||
16 | + | ||
17 | +div { | ||
18 | + text-align: left; | ||
19 | + border: 0px solid #FFFFFF; | ||
20 | + font-family: Verdana, Arial, Helvetica, sans-serif; | ||
21 | + position: relative; | ||
22 | + display: block; | ||
23 | + font-size: 12px; | ||
24 | + padding: 0px; | ||
25 | + font-weight: normal; | ||
26 | + left: 10px; | ||
27 | +} | ||
28 | + | ||
29 | +tr { | ||
30 | + background-color: white; | ||
31 | + border: 0px solid rgb(240, 240, 240); | ||
32 | + padding: 0px; | ||
33 | + margin: 0px; | ||
34 | +} | ||
35 | + | ||
36 | +td { | ||
37 | + border: 2px solid rgb(240, 240, 240); | ||
38 | + border-left: 0px; | ||
39 | + border-right: 0px; | ||
40 | + border-top: 0px; | ||
41 | + padding: 0px; | ||
42 | + color: #2F4632; | ||
43 | + margin: 0px; | ||
44 | + text-align: center; | ||
45 | + font-size: 10px; | ||
46 | + font-family: Verdana, Arial, Helvetica, sans-serif; | ||
47 | +} | ||
48 | + | ||
49 | +.lista td { | ||
50 | + border: 0px solid rgb(240, 240, 240); | ||
51 | + border-left: 0px; | ||
52 | + border-right: 0px; | ||
53 | + border-top: 0px; | ||
54 | + padding: 0px; | ||
55 | + color: #2F4632; | ||
56 | + margin: 0px; | ||
57 | + text-align: left; | ||
58 | + font-size: 10px; | ||
59 | + font-family: Verdana, Arial, Helvetica, sans-serif; | ||
60 | +} | ||
61 | + | ||
62 | +.lista2 td { | ||
63 | + border: 0px solid rgb(240, 240, 240); | ||
64 | + border-left: 0px; | ||
65 | + border-right: 0px; | ||
66 | + border-top: 0px; | ||
67 | + padding: 2px; | ||
68 | + color: #2F4632; | ||
69 | + margin: 0px; | ||
70 | + text-align: left; | ||
71 | + font-size: 10px; | ||
72 | + font-family: Verdana, Arial, Helvetica, sans-serif; | ||
73 | +} | ||
74 | + | ||
75 | +.lista3 td { | ||
76 | + border: 0px solid rgb(240, 240, 240); | ||
77 | + border-left: 0px; | ||
78 | + border-right: 0px; | ||
79 | + border-top: 0px; | ||
80 | + padding: 1px; | ||
81 | + color: #2F4632; | ||
82 | + background-color: #F2F2F2; | ||
83 | + margin: 0px; | ||
84 | + text-align: left; | ||
85 | + font-size: 12px; | ||
86 | + font-family: Verdana, Arial, Helvetica, sans-serif; | ||
87 | +} | ||
88 | + | ||
89 | +select { | ||
90 | + font-family: Verdana, Arial, Helvetica, sans-serif; | ||
91 | + font-size: 10px; | ||
92 | + color: navy; | ||
93 | + background-color: #FFFFFF; | ||
94 | + padding: 0; | ||
95 | + border: 1px solid rgb(240, 240, 240); | ||
96 | + text-align: left; | ||
97 | + cursor: pointer; | ||
98 | +} | ||
99 | + | ||
100 | +.digitar { | ||
101 | + box-shadow: 1px 1px 3px 0px lightgray; | ||
102 | + margin: 0px; | ||
103 | + color: #426252; | ||
104 | + background-color: white; | ||
105 | + height: 17px; | ||
106 | + font-size: 12px; | ||
107 | + font-family: Verdana, Arial, Helvetica, sans-serif; | ||
108 | +} | ||
109 | + | ||
110 | +.digitar input { | ||
111 | + border: 1px solid rgb(180, 180, 180); | ||
112 | +} | ||
113 | + | ||
114 | +.executar { | ||
115 | + cursor: pointer; | ||
116 | + color: rgb(0, 0, 200); | ||
117 | + text-align: left; | ||
118 | + padding-left: 5px; | ||
119 | + background-color: white; | ||
120 | + background-image: URL('../imagens/tic.png'); | ||
121 | + background-repeat: no-repeat; | ||
122 | + border-style: outset; | ||
123 | + background-position: right; | ||
124 | + font-family: Verdana, Arial, Helvetica, sans-serif; | ||
125 | + font-size: 10px; | ||
126 | +} | ||
127 | + | ||
128 | +#fundo { | ||
129 | + background-color: rgb(255, 255, 255); | ||
130 | + overflow: hidden; | ||
131 | + position: absolute; | ||
132 | + top: 0px; | ||
133 | + left: 0px; | ||
134 | +} | ||
135 | + | ||
136 | +.guias { | ||
137 | + background-color: rgb(255, 255, 255); | ||
138 | + cursor: pointer; | ||
139 | + position: relative; | ||
140 | + text-align: left; | ||
141 | + top: 8px; | ||
142 | + left: 8px; | ||
143 | + padding: 0px; | ||
144 | + margin: 0px; | ||
145 | +} | ||
146 | + | ||
147 | +.guia { | ||
148 | + display: inline; | ||
149 | + background-color: rgb(230, 230, 230); | ||
150 | + color: rgb(150, 150, 150); | ||
151 | + position: relative; | ||
152 | + left: 0px; | ||
153 | + top: 0px; | ||
154 | + border: 0px solid white; | ||
155 | + font-size: 12px; | ||
156 | + z-index: 1050; | ||
157 | + padding: 0; | ||
158 | + margin-right: 3px; | ||
159 | + border-left: 1px solid rgb(230, 230, 230); | ||
160 | + border-top: 1px solid rgb(230, 230, 230); | ||
161 | + border-right: 1px solid rgb(230, 230, 230); | ||
162 | +} | ||
163 | + | ||
164 | +.guiaobj { | ||
165 | + text-align: left; | ||
166 | + text-decoration: none; | ||
167 | + border: 0px solid #ffffff; | ||
168 | + font-family: Verdana, Arial, Helvetica, sans-serif; | ||
169 | + position: relative; | ||
170 | + display: block; | ||
171 | + font-size: 8px; | ||
172 | + padding: 1; | ||
173 | + font-weight: normal; | ||
174 | + top: 0px; | ||
175 | + width: 95%; | ||
176 | +} | ||
177 | + | ||
178 | +#geral { | ||
179 | + position: relative; | ||
180 | + background-color: white; | ||
181 | + text-align: center; | ||
182 | + text-decoration: none; | ||
183 | + border-top: 2px solid rgb(230, 230, 230); | ||
184 | + font-family: Verdana, Arial, Helvetica, sans-serif; | ||
185 | + display: block; | ||
186 | + font-size: 8px; | ||
187 | + padding: 5px; | ||
188 | + font-weight: normal; | ||
189 | + top: 8px; | ||
190 | + left: 0px; | ||
191 | + overflow: auto; | ||
192 | + width: 100%; | ||
193 | +} | ||
194 | + | ||
195 | +.geralFerramentas { | ||
196 | + position: relative; | ||
197 | + background-color: white; | ||
198 | + text-align: center; | ||
199 | + text-decoration: none; | ||
200 | + border-top: 2px solid rgb(230, 230, 230); | ||
201 | + font-family: Verdana, Arial, Helvetica, sans-serif; | ||
202 | + display: block; | ||
203 | + font-size: 8px; | ||
204 | + padding: 5px; | ||
205 | + font-weight: normal; | ||
206 | + top: 8px; | ||
207 | + left: 0px; | ||
208 | + overflow: auto; | ||
209 | + width: 100%; | ||
210 | +} | ||
211 | + | ||
212 | +#aguarde { | ||
213 | + position: relative; | ||
214 | + top: 10px; | ||
215 | + left: 5px; | ||
216 | +} | ||
217 | + | ||
218 | +.aguarde1 { | ||
219 | + background-image: URL('../../imagens/aguarde.gif'); | ||
220 | +} | ||
221 | + | ||
222 | +.alerta { | ||
223 | + font-weight: bold; | ||
224 | + color: red; | ||
225 | + top: 5px; | ||
226 | + left: 0px; | ||
227 | + padding: 5px; | ||
228 | +} | ||
229 | + | ||
230 | +.erro { | ||
231 | + color: red; | ||
232 | + padding: 5px; | ||
233 | +} | ||
234 | + | ||
235 | +.destaca { | ||
236 | + left: 0px; | ||
237 | + bottom: 10px; | ||
238 | + padding: 5px; | ||
239 | +} | ||
46 | \ No newline at end of file | 240 | \ No newline at end of file |
css/geral.css
@@ -4,6 +4,15 @@ | @@ -4,6 +4,15 @@ | ||
4 | padding: 5px; | 4 | padding: 5px; |
5 | margin: 7px; | 5 | margin: 7px; |
6 | } | 6 | } |
7 | +.i3GeoExemploImg{ | ||
8 | + margin:6px; | ||
9 | + cursor:text; | ||
10 | + border: 0px solid gray; | ||
11 | + box-shadow: 1px 1px 1px 1px #D3D3D3; | ||
12 | + border-radius: 5px; | ||
13 | + float: left; | ||
14 | + width: 40px; | ||
15 | +} | ||
7 | 16 | ||
8 | .i3GeoMascaraCoord { | 17 | .i3GeoMascaraCoord { |
9 | width: 100%; | 18 | width: 100%; |
@@ -234,7 +243,10 @@ legend { | @@ -234,7 +243,10 @@ legend { | ||
234 | color: red; | 243 | color: red; |
235 | font-size: 11px; | 244 | font-size: 11px; |
236 | } | 245 | } |
237 | - | 246 | +label { |
247 | + margin-left: 5px; | ||
248 | + margin-right: 2px; | ||
249 | +} | ||
238 | caption { | 250 | caption { |
239 | font-size: 8px; | 251 | font-size: 8px; |
240 | padding-top: 0px; | 252 | padding-top: 0px; |
@@ -329,7 +341,7 @@ input { | @@ -329,7 +341,7 @@ input { | ||
329 | color: #2F4632; | 341 | color: #2F4632; |
330 | background-color: #FFFFFF; | 342 | background-color: #FFFFFF; |
331 | padding: 0; | 343 | padding: 0; |
332 | - border: 1px solid gray; | 344 | + border: 1px solid rgb(180, 180, 180); |
333 | text-align: center; | 345 | text-align: center; |
334 | cursor: text; | 346 | cursor: text; |
335 | } | 347 | } |
@@ -598,17 +610,18 @@ select option:hover { | @@ -598,17 +610,18 @@ select option:hover { | ||
598 | margin: 0px; | 610 | margin: 0px; |
599 | color: #426252; | 611 | color: #426252; |
600 | background-color: white; | 612 | background-color: white; |
601 | - border: 1px solid rgb(180, 180, 180); | ||
602 | height: 17px; | 613 | height: 17px; |
603 | font-size: 12px; | 614 | font-size: 12px; |
604 | font-family: Verdana, Arial, Helvetica, sans-serif; | 615 | font-family: Verdana, Arial, Helvetica, sans-serif; |
605 | } | 616 | } |
606 | 617 | ||
618 | +.digitar input { | ||
619 | + border: 1px solid rgb(180, 180, 180); | ||
620 | +} | ||
607 | .digitarOver { | 621 | .digitarOver { |
608 | margin: 0px; | 622 | margin: 0px; |
609 | color: #426252; | 623 | color: #426252; |
610 | background-color: #F6F6F6; | 624 | background-color: #F6F6F6; |
611 | - border: 1px solid rgb(250, 250, 250); | ||
612 | font-size: 10px; | 625 | font-size: 10px; |
613 | font-family: Verdana, Arial, Helvetica, sans-serif; | 626 | font-family: Verdana, Arial, Helvetica, sans-serif; |
614 | box-shadow: 1px 1px 3px 0px #3CA5EB; | 627 | box-shadow: 1px 1px 3px 0px #3CA5EB; |
ferramentas/gradepol/index.js
@@ -153,40 +153,41 @@ i3GEOF.gradeDePoligonos = { | @@ -153,40 +153,41 @@ i3GEOF.gradeDePoligonos = { | ||
153 | }, | 153 | }, |
154 | t0: function() | 154 | t0: function() |
155 | { | 155 | { |
156 | - var ins = "<p class='paragrafo' >"+$trad(1,i3GEOF.gradeDePoligonos.dicionario); | ||
157 | - ins += "<p class='paragrafo'>"+$trad(2,i3GEOF.gradeDePoligonos.dicionario); | ||
158 | - ins += "<p class='paragrafo'>"+$trad(3,i3GEOF.gradeDePoligonos.dicionario); | ||
159 | - ins += "<p class='paragrafo'><input type=checkbox id=i3GEOgradedepoligonosProj style='cursor:pointer;position:relative;top:2px;' /> "+$trad(14,i3GEOF.gradeDePoligonos.dicionario); | 156 | + var ins = "<img class=i3GeoExemploImg src='"+i3GEO.configura.locaplic+"/ferramentas/gradepol/exemplo.png' />" + |
157 | + "<p class='paragrafo' >"+$trad(1,i3GEOF.gradeDePoligonos.dicionario) + | ||
158 | + "<p class='paragrafo'>"+$trad(2,i3GEOF.gradeDePoligonos.dicionario) + | ||
159 | + "<p class='paragrafo'>"+$trad(3,i3GEOF.gradeDePoligonos.dicionario) + | ||
160 | + "<p class='paragrafo'><input type=checkbox id=i3GEOgradedepoligonosProj style='cursor:pointer;position:relative;top:2px;' /> "+$trad(14,i3GEOF.gradeDePoligonos.dicionario); | ||
160 | i3GEO.util.proximoAnterior("","i3GEOF.gradeDePoligonos.t1()",ins,"i3GEOF.gradeDePoligonos.t0","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); | 161 | i3GEO.util.proximoAnterior("","i3GEOF.gradeDePoligonos.t1()",ins,"i3GEOF.gradeDePoligonos.t0","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); |
161 | }, | 162 | }, |
162 | t1: function(){ | 163 | t1: function(){ |
163 | - var ins = "<p class='paragrafo'>"+$trad(4,i3GEOF.gradeDePoligonos.dicionario); | 164 | + var ins = "<p class='paragrafo'><b>"+$trad(4,i3GEOF.gradeDePoligonos.dicionario)+"</b>"; |
164 | if($i("i3GEOgradedepoligonosProj").checked){ | 165 | if($i("i3GEOgradedepoligonosProj").checked){ |
165 | ins += "<p class='paragrafo'>"+$trad(15,i3GEOF.gradeDePoligonos.dicionario)+" X:<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosxg' title='metros' type=text size=6 value='100000'/>"; | 166 | ins += "<p class='paragrafo'>"+$trad(15,i3GEOF.gradeDePoligonos.dicionario)+" X:<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosxg' title='metros' type=text size=6 value='100000'/>"; |
166 | ins += "<p class='paragrafo'>"+$trad(15,i3GEOF.gradeDePoligonos.dicionario)+" Y:<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosyg' title='metros' type=text size=6 value='100000'/>"; | 167 | ins += "<p class='paragrafo'>"+$trad(15,i3GEOF.gradeDePoligonos.dicionario)+" Y:<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosyg' title='metros' type=text size=6 value='100000'/>"; |
167 | } | 168 | } |
168 | else{ | 169 | else{ |
169 | ins += "<p class='paragrafo'>X: "; | 170 | ins += "<p class='paragrafo'>X: "; |
170 | - ins += $trad(5,i3GEOF.gradeDePoligonos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosxg' title='grau' type=text size=3 value='1'/>"; | ||
171 | - ins += $trad(6,i3GEOF.gradeDePoligonos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosxm' title='minuto' type=text size=5 value='00'/>"; | ||
172 | - ins += $trad(7,i3GEOF.gradeDePoligonos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosxs' title='segundo' type=text size=5 value='00.00'/>"; | 171 | + ins += "<label>"+$trad(5,i3GEOF.gradeDePoligonos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosxg' title='grau' type=text size=3 value='1'/>"; |
172 | + ins += "<label>"+$trad(6,i3GEOF.gradeDePoligonos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosxm' title='minuto' type=text size=5 value='00'/>"; | ||
173 | + ins += "<label>"+$trad(7,i3GEOF.gradeDePoligonos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosxs' title='segundo' type=text size=5 value='00.00'/>"; | ||
173 | ins += "<p class='paragrafo'>Y: "; | 174 | ins += "<p class='paragrafo'>Y: "; |
174 | - ins += $trad(5,i3GEOF.gradeDePoligonos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosyg' title='grau' type=text size=3 value='1'/>"; | ||
175 | - ins += $trad(6,i3GEOF.gradeDePoligonos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosym' title='minuto' type=text size=5 value='00'/>"; | ||
176 | - ins += $trad(7,i3GEOF.gradeDePoligonos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosys' title='segundo' type=text size=5 value='00.00'/>"; | 175 | + ins += "<label>"+$trad(5,i3GEOF.gradeDePoligonos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosyg' title='grau' type=text size=3 value='1'/>"; |
176 | + ins += "<label>"+$trad(6,i3GEOF.gradeDePoligonos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosym' title='minuto' type=text size=5 value='00'/>"; | ||
177 | + ins += "<label>"+$trad(7,i3GEOF.gradeDePoligonos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosys' title='segundo' type=text size=5 value='00.00'/>"; | ||
177 | } | 178 | } |
178 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePoligonos.t0()","i3GEOF.gradeDePoligonos.t2()",ins,"i3GEOF.gradeDePoligonos.t1","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); | 179 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePoligonos.t0()","i3GEOF.gradeDePoligonos.t2()",ins,"i3GEOF.gradeDePoligonos.t1","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); |
179 | }, | 180 | }, |
180 | t2: function(){ | 181 | t2: function(){ |
181 | - var ins = "<p class='paragrafo'>"+$trad(8,i3GEOF.gradeDePoligonos.dicionario); | 182 | + var ins = "<p class='paragrafo'><b>"+$trad(8,i3GEOF.gradeDePoligonos.dicionario)+"</b>"; |
182 | ins += "<p class='paragrafo'>X: "; | 183 | ins += "<p class='paragrafo'>X: "; |
183 | - ins += $trad(5,i3GEOF.gradeDePoligonos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosixg' title='grau' type=text size=3 value='-00'/>"; | ||
184 | - ins += $trad(6,i3GEOF.gradeDePoligonos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosixm' title='minuto' type=text size=5 value='00'/>"; | ||
185 | - ins += $trad(7,i3GEOF.gradeDePoligonos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosixs' title='segundo' type=text size=5 value='00.00'/>"; | 184 | + ins += "<label>"+$trad(5,i3GEOF.gradeDePoligonos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosixg' title='grau' type=text size=3 value='-00'/>"; |
185 | + ins += "<label>"+$trad(6,i3GEOF.gradeDePoligonos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosixm' title='minuto' type=text size=5 value='00'/>"; | ||
186 | + ins += "<label>"+$trad(7,i3GEOF.gradeDePoligonos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosixs' title='segundo' type=text size=5 value='00.00'/>"; | ||
186 | ins += "<p class='paragrafo'>Y: "; | 187 | ins += "<p class='paragrafo'>Y: "; |
187 | - ins += $trad(5,i3GEOF.gradeDePoligonos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosiyg' title='grau' type=text size=3 value='-00'/>"; | ||
188 | - ins += $trad(6,i3GEOF.gradeDePoligonos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosiym' title='minuto' type=text size=5 value='00'/>"; | ||
189 | - ins += $trad(7,i3GEOF.gradeDePoligonos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosiys' title='segundo' type=text size=5 value='00.00'/>"; | 188 | + ins += "<label>"+$trad(5,i3GEOF.gradeDePoligonos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosiyg' title='grau' type=text size=3 value='-00'/>"; |
189 | + ins += "<label>"+$trad(6,i3GEOF.gradeDePoligonos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosiym' title='minuto' type=text size=5 value='00'/>"; | ||
190 | + ins += "<label>"+$trad(7,i3GEOF.gradeDePoligonos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosiys' title='segundo' type=text size=5 value='00.00'/>"; | ||
190 | g_tipoacao = "capturaponto"; | 191 | g_tipoacao = "capturaponto"; |
191 | 192 | ||
192 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePoligonos.t1()","i3GEOF.gradeDePoligonos.t3()",ins,"i3GEOF.gradeDePoligonos.t2","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); | 193 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePoligonos.t1()","i3GEOF.gradeDePoligonos.t3()",ins,"i3GEOF.gradeDePoligonos.t2","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); |
@@ -196,16 +197,16 @@ i3GEOF.gradeDePoligonos = { | @@ -196,16 +197,16 @@ i3GEOF.gradeDePoligonos = { | ||
196 | } | 197 | } |
197 | }, | 198 | }, |
198 | t3: function(){ | 199 | t3: function(){ |
199 | - var ins = "<p class='paragrafo'>"+$trad(9,i3GEOF.gradeDePoligonos.dicionario); | ||
200 | - ins += "<p class='paragrafo'>X: "; | 200 | + var ins = "<p class='paragrafo'><b>"+$trad(9,i3GEOF.gradeDePoligonos.dicionario)+"</b>"; |
201 | + ins += "<p class='paragrafo'><label>X: </label>"; | ||
201 | ins += "<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosnptx' title='pontos em x' type=text size=3 value='10'/>"; | 202 | ins += "<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosnptx' 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 | ins += "<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosnpty' title='pontos em y' type=text size=3 value='10'/>"; | 204 | ins += "<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosnpty' title='pontos em y' type=text size=3 value='10'/>"; |
204 | 205 | ||
205 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePoligonos.t2()","i3GEOF.gradeDePoligonos.t4()",ins,"i3GEOF.gradeDePoligonos.t3","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); | 206 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePoligonos.t2()","i3GEOF.gradeDePoligonos.t4()",ins,"i3GEOF.gradeDePoligonos.t3","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); |
206 | }, | 207 | }, |
207 | t4: function(){ | 208 | t4: function(){ |
208 | - var ins = "<p class='paragrafo'>"+$trad(10,i3GEOF.gradeDePoligonos.dicionario); | 209 | + var ins = "<p class='paragrafo'><b>"+$trad(10,i3GEOF.gradeDePoligonos.dicionario)+"</b>"; |
209 | ins += "<p class='paragrafo'><input id=i3GEOgradedepoligonosbotao1 size=18 class=executar type='button' value='"+$trad(11,i3GEOF.gradeDePoligonos.dicionario)+"' />"; | 210 | ins += "<p class='paragrafo'><input id=i3GEOgradedepoligonosbotao1 size=18 class=executar type='button' value='"+$trad(11,i3GEOF.gradeDePoligonos.dicionario)+"' />"; |
210 | 211 | ||
211 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePoligonos.t3()","",ins,"i3GEOF.gradeDePoligonos.t4","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); | 212 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePoligonos.t3()","",ins,"i3GEOF.gradeDePoligonos.t4","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); |
ferramentas/gradepontos/index.js
@@ -153,40 +153,41 @@ i3GEOF.gradeDePontos = { | @@ -153,40 +153,41 @@ i3GEOF.gradeDePontos = { | ||
153 | }, | 153 | }, |
154 | t0: function() | 154 | t0: function() |
155 | { | 155 | { |
156 | - var ins = "<p class='paragrafo' >"+$trad(1,i3GEOF.gradeDePontos.dicionario); | ||
157 | - ins += "<p class='paragrafo'>"+$trad(2,i3GEOF.gradeDePontos.dicionario); | ||
158 | - ins += "<p class='paragrafo'>"+$trad(3,i3GEOF.gradeDePontos.dicionario); | ||
159 | - ins += "<p class='paragrafo'><input type=checkbox id=i3GEOgradedepontosProj style='cursor:pointer;position:relative;top:2px;' /> "+$trad(14,i3GEOF.gradeDePontos.dicionario); | 156 | + var ins = "<img class=i3GeoExemploImg src='"+i3GEO.configura.locaplic+"/ferramentas/gradepontos/exemplo.png' />" + |
157 | + "<p class='paragrafo' >"+$trad(1,i3GEOF.gradeDePontos.dicionario) + | ||
158 | + "<p class='paragrafo'>"+$trad(2,i3GEOF.gradeDePontos.dicionario) + | ||
159 | + "<p class='paragrafo'>"+$trad(3,i3GEOF.gradeDePontos.dicionario) + | ||
160 | + "<p class='paragrafo'><input type=checkbox id=i3GEOgradedepontosProj style='cursor:pointer;position:relative;top:2px;' /> "+$trad(14,i3GEOF.gradeDePontos.dicionario); | ||
160 | i3GEO.util.proximoAnterior("","i3GEOF.gradeDePontos.t1()",ins,"i3GEOFgradeDePontost0","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); | 161 | i3GEO.util.proximoAnterior("","i3GEOF.gradeDePontos.t1()",ins,"i3GEOFgradeDePontost0","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); |
161 | }, | 162 | }, |
162 | t1: function(){ | 163 | t1: function(){ |
163 | - var ins = "<p class='paragrafo'>"+$trad(4,i3GEOF.gradeDePontos.dicionario); | 164 | + var ins = "<p class='paragrafo'><b>"+$trad(4,i3GEOF.gradeDePontos.dicionario)+"</b>"; |
164 | if($i("i3GEOgradedepontosProj").checked){ | 165 | if($i("i3GEOgradedepontosProj").checked){ |
165 | - ins += "<p class='paragrafo'>"+$trad(15,i3GEOF.gradeDePontos.dicionario)+" X:<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosxg' title='metros' type=text size=6 value='100000'/>"; | ||
166 | - ins += "<p class='paragrafo'>"+$trad(15,i3GEOF.gradeDePontos.dicionario)+" Y:<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosyg' title='metros' type=text size=6 value='100000'/>"; | 166 | + ins += "<p class='paragrafo'><label>"+$trad(15,i3GEOF.gradeDePontos.dicionario)+" X:</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosxg' title='metros' type=text size=6 value='100000'/>"; |
167 | + ins += "<p class='paragrafo'><label>"+$trad(15,i3GEOF.gradeDePontos.dicionario)+" Y:</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosyg' title='metros' type=text size=6 value='100000'/>"; | ||
167 | } | 168 | } |
168 | else{ | 169 | else{ |
169 | ins += "<p class='paragrafo'>X: "; | 170 | ins += "<p class='paragrafo'>X: "; |
170 | - ins += $trad(5,i3GEOF.gradeDePontos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosxg' title='grau' type=text size=3 value='1'/>"; | ||
171 | - ins += $trad(6,i3GEOF.gradeDePontos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosxm' title='minuto' type=text size=5 value='00'/>"; | ||
172 | - ins += $trad(7,i3GEOF.gradeDePontos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosxs' title='segundo' type=text size=5 value='00.00'/>"; | 171 | + ins += "<label>"+$trad(5,i3GEOF.gradeDePontos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosxg' title='grau' type=text size=3 value='1'/>"; |
172 | + ins += "<label>"+$trad(6,i3GEOF.gradeDePontos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosxm' title='minuto' type=text size=5 value='00'/>"; | ||
173 | + ins += "<label>"+$trad(7,i3GEOF.gradeDePontos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosxs' title='segundo' type=text size=5 value='00.00'/>"; | ||
173 | ins += "<p class='paragrafo'>Y: "; | 174 | ins += "<p class='paragrafo'>Y: "; |
174 | - ins += $trad(5,i3GEOF.gradeDePontos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosyg' title='grau' type=text size=3 value='1'/>"; | ||
175 | - ins += $trad(6,i3GEOF.gradeDePontos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosym' title='minuto' type=text size=5 value='00'/>"; | ||
176 | - ins += $trad(7,i3GEOF.gradeDePontos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosys' title='segundo' type=text size=5 value='00.00'/>"; | 175 | + ins += "<label>"+$trad(5,i3GEOF.gradeDePontos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosyg' title='grau' type=text size=3 value='1'/>"; |
176 | + ins += "<label>"+$trad(6,i3GEOF.gradeDePontos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosym' title='minuto' type=text size=5 value='00'/>"; | ||
177 | + ins += "<label>"+$trad(7,i3GEOF.gradeDePontos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosys' title='segundo' type=text size=5 value='00.00'/>"; | ||
177 | } | 178 | } |
178 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t0()","i3GEOF.gradeDePontos.t2()",ins,"i3GEOF.gradeDePontos.t1","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); | 179 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t0()","i3GEOF.gradeDePontos.t2()",ins,"i3GEOF.gradeDePontos.t1","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); |
179 | }, | 180 | }, |
180 | t2: function(){ | 181 | t2: function(){ |
181 | - var ins = "<p class='paragrafo'>"+$trad(8,i3GEOF.gradeDePontos.dicionario); | 182 | + var ins = "<p class='paragrafo'><b>"+$trad(8,i3GEOF.gradeDePontos.dicionario)+"</b>"; |
182 | ins += "<p class='paragrafo'>X: "; | 183 | ins += "<p class='paragrafo'>X: "; |
183 | - ins += $trad(5,i3GEOF.gradeDePontos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosixg' title='grau' type=text size=3 value='-00'/>"; | ||
184 | - ins += $trad(6,i3GEOF.gradeDePontos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosixm' title='minuto' type=text size=5 value='00'/>"; | ||
185 | - ins += $trad(7,i3GEOF.gradeDePontos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosixs' title='segundo' type=text size=5 value='00.00'/>"; | 184 | + ins += "<label>"+$trad(5,i3GEOF.gradeDePontos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosixg' title='grau' type=text size=3 value='-00'/>"; |
185 | + ins += "<label>"+$trad(6,i3GEOF.gradeDePontos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosixm' title='minuto' type=text size=5 value='00'/>"; | ||
186 | + ins += "<label>"+$trad(7,i3GEOF.gradeDePontos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosixs' title='segundo' type=text size=5 value='00.00'/>"; | ||
186 | ins += "<p class='paragrafo'>Y: "; | 187 | ins += "<p class='paragrafo'>Y: "; |
187 | - ins += $trad(5,i3GEOF.gradeDePontos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosiyg' title='grau' type=text size=3 value='-00'/>"; | ||
188 | - ins += $trad(6,i3GEOF.gradeDePontos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosiym' title='minuto' type=text size=5 value='00'/>"; | ||
189 | - ins += $trad(7,i3GEOF.gradeDePontos.dicionario)+"<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosiys' title='segundo' type=text size=5 value='00.00'/>"; | 188 | + ins += "<label>"+$trad(5,i3GEOF.gradeDePontos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosiyg' title='grau' type=text size=3 value='-00'/>"; |
189 | + ins += "<label>"+$trad(6,i3GEOF.gradeDePontos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosiym' title='minuto' type=text size=5 value='00'/>"; | ||
190 | + ins += "<label>"+$trad(7,i3GEOF.gradeDePontos.dicionario)+"</label><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosiys' title='segundo' type=text size=5 value='00.00'/>"; | ||
190 | g_tipoacao = "capturaponto"; | 191 | g_tipoacao = "capturaponto"; |
191 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t1()","i3GEOF.gradeDePontos.t3()",ins,"i3GEOF.gradeDePontos.t2","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); | 192 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t1()","i3GEOF.gradeDePontos.t3()",ins,"i3GEOF.gradeDePontos.t2","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); |
192 | i3GEO.eventos.cliquePerm.desativa(); | 193 | i3GEO.eventos.cliquePerm.desativa(); |
@@ -194,15 +195,15 @@ i3GEOF.gradeDePontos = { | @@ -194,15 +195,15 @@ i3GEOF.gradeDePontos = { | ||
194 | {i3GEO.eventos.MOUSECLIQUE.push("i3GEOF.gradeDePontos.capturaPonto()");} | 195 | {i3GEO.eventos.MOUSECLIQUE.push("i3GEOF.gradeDePontos.capturaPonto()");} |
195 | }, | 196 | }, |
196 | t3: function(){ | 197 | t3: function(){ |
197 | - var ins = "<p class='paragrafo'>"+$trad(9,i3GEOF.gradeDePontos.dicionario); | ||
198 | - ins += "<p class='paragrafo'>X: "; | 198 | + var ins = "<p class='paragrafo'><b>"+$trad(9,i3GEOF.gradeDePontos.dicionario)+"</b>"; |
199 | + ins += "<p class='paragrafo'><label>X: </label>"; | ||
199 | ins += "<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosnptx' title='pontos em x' type=text size=3 value='10'/>"; | 200 | ins += "<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosnptx' title='pontos em x' type=text size=3 value='10'/>"; |
200 | - ins += "<p class='paragrafo'>Y: "; | 201 | + ins += "<p class='paragrafo'><label>Y: </label>"; |
201 | ins += "<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosnpty' title='pontos em y' type=text size=3 value='10'/>"; | 202 | ins += "<input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosnpty' title='pontos em y' type=text size=3 value='10'/>"; |
202 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t2()","i3GEOF.gradeDePontos.t4()",ins,"i3GEOF.gradeDePontos.t3","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); | 203 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t2()","i3GEOF.gradeDePontos.t4()",ins,"i3GEOF.gradeDePontos.t3","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); |
203 | }, | 204 | }, |
204 | t4: function(){ | 205 | t4: function(){ |
205 | - var ins = "<p class='paragrafo'>"+$trad(10,i3GEOF.gradeDePontos.dicionario); | 206 | + var ins = "<p class='paragrafo'><b>"+$trad(10,i3GEOF.gradeDePontos.dicionario)+"</b>"; |
206 | ins += "<p class='paragrafo'><input id=i3GEOgradedepontosbotao1 size=18 class=executar type='button' value='"+$trad(11,i3GEOF.gradeDePontos.dicionario)+"' />"; | 207 | ins += "<p class='paragrafo'><input id=i3GEOgradedepontosbotao1 size=18 class=executar type='button' value='"+$trad(11,i3GEOF.gradeDePontos.dicionario)+"' />"; |
207 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t3()","",ins,"i3GEOF.gradeDePontos.t4","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); | 208 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t3()","",ins,"i3GEOF.gradeDePontos.t4","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); |
208 | new YAHOO.widget.Button( | 209 | new YAHOO.widget.Button( |