Commit 36c134e65d841d419658b7e7763ab61c78801eb9
1 parent
6496339b
Exists in
master
and in
7 other branches
--no commit message
Showing
5 changed files
with
30 additions
and
13 deletions
Show diff stats
admin/js/editormapfile_conexao.js
... | ... | @@ -151,7 +151,7 @@ function montaEditorDados(dados) |
151 | 151 | $i("metaestat").onchange = function(){ |
152 | 152 | core_desativaforms(idsMetaestat); |
153 | 153 | var valor = $i("metaestat").value, |
154 | - d; | |
154 | + d = []; | |
155 | 155 | if(valor === "SIM"){ |
156 | 156 | d = ["metaestat_id_medida_variavel"]; |
157 | 157 | } | ... | ... |
ferramentas/editorsql/template_mst.html
1 | -<textarea rows='8' columns='20' cols='38' style='font-size: 14px; width: 500px; height: 200px' id='i3GEOeditorsqlSQL'></textarea> | |
1 | +<textarea rows='8' cols='38' style='font-size: 14px; width: 500px; height: 200px' id='i3GEOeditorsqlSQL'></textarea> | |
2 | 2 | <br> |
3 | 3 | <br> |
4 | 4 | <p class='paragrafo'> | ... | ... |
ferramentas/uploaddbf/template_mst.html
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <p class='paragrafo'>{{{tipoArquivo}}}:</p> |
4 | 4 | <div class='styled-select'> |
5 | 5 | <select name='i3GEOuploaddbftipoarquivo'> |
6 | - <option value='dbf' select>dbf</option> | |
6 | + <option value='dbf' selected>dbf</option> | |
7 | 7 | <option value='csvpv'>csv ";"</option> |
8 | 8 | <option value='csvv'>csv ","</option> |
9 | 9 | </select> |
... | ... | @@ -21,7 +21,8 @@ |
21 | 21 | </div> |
22 | 22 | <br> |
23 | 23 | <p class='paragrafo'> |
24 | - {{{arquivo}}}: <input type='file' size='10' name='i3GEOuploaddbffile' style='width: 270px; top: 0px; left: 0px; cursor: pointer;'> | |
24 | + {{{arquivo}}}: | |
25 | + <input type='file' size='10' name='i3GEOuploaddbffile' style='width: 270px; top: 0px; left: 0px; cursor: pointer;'> | |
25 | 26 | </p> |
26 | 27 | </fieldset> |
27 | 28 | <fieldset class='subbloco'> |
... | ... | @@ -30,8 +31,13 @@ |
30 | 31 | </fieldset> |
31 | 32 | <fieldset class='subbloco'> |
32 | 33 | <p class='paragrafo'> |
33 | - <input id='i3GEOuploaddbfbotao1' type='button' value='{{{criaCamada}}}' size='12' name='submit'> <input type='hidden' name='g_sid' value={{{sid}}}> <input type='hidden' name='MAX_FILE_SIZE' value='100000'> | |
34 | + <input id='i3GEOuploaddbfbotao1' type='button' value='{{{criaCamada}}}' size='12' name='submit'> | |
35 | + <input type='hidden' name='g_sid' value={{{sid}}}> | |
36 | + <input type='hidden' name='MAX_FILE_SIZE' value='100000'> | |
37 | + </p> | |
38 | + </fieldset> | |
34 | 39 | </form> |
35 | 40 | <br> |
36 | -<iframe name='i3GEOuploaddbfiframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | |
41 | +<fieldset class='subbloco'> | |
42 | + <iframe name='i3GEOuploaddbfiframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | |
37 | 43 | </fieldset> |
38 | 44 | \ No newline at end of file | ... | ... |
ferramentas/uploadgpx/template_mst.html
1 | 1 | <form id='i3GEOuploadgpxf' target='i3GEOuploadgpxiframe' action='{{{locaplic}}}/ferramentas/uploadgpx/upload.php' method='post' ENCTYPE='multipart/form-data'> |
2 | 2 | <fieldset class='subbloco'> |
3 | 3 | <p class='paragrafo'> |
4 | - {{{arquivoGpx}}} <br> <br> <input type='file' size='18' name='i3GEOuploadgpx' style='top: 0px; left: 0px; cursor: pointer;'> | |
4 | + {{{arquivoGpx}}} <br> <br> | |
5 | + <input type='file' size='18' name='i3GEOuploadgpx' style='top: 0px; left: 0px; cursor: pointer;'> | |
5 | 6 | </p> |
6 | 7 | </fieldset> |
7 | 8 | <fieldset class='subbloco'> |
... | ... | @@ -10,8 +11,13 @@ |
10 | 11 | </fieldset> |
11 | 12 | <fieldset class='subbloco'> |
12 | 13 | <p class='paragrafo'> |
13 | - <input id='i3GEOuploadgpxbotao1' type='button' value='{{{criaCamada}}}' size='12' name='submit'> <input type='hidden' name='g_sid' value='{{{sid}}}'> <input type='hidden' name='MAX_FILE_SIZE' value='100000'> | |
14 | + <input id='i3GEOuploadgpxbotao1' type='button' value='{{{criaCamada}}}' size='12' name='submit'> | |
15 | + <input type='hidden' name='g_sid' value='{{{sid}}}'> | |
16 | + <input type='hidden' name='MAX_FILE_SIZE' value='100000'> | |
17 | + </p> | |
18 | + </fieldset> | |
14 | 19 | </form> |
15 | 20 | <br> |
16 | -<iframe name='i3GEOuploadgpxiframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | |
21 | +<fieldset class='subbloco'> | |
22 | + <iframe name='i3GEOuploadgpxiframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | |
17 | 23 | </fieldset> |
18 | 24 | \ No newline at end of file | ... | ... |
ferramentas/uploadkml/template_mst.html
... | ... | @@ -2,7 +2,8 @@ |
2 | 2 | <fieldset class='subbloco'> |
3 | 3 | <p class='paragrafo' style='color: red'>{{{ajuda}}}</p> |
4 | 4 | <p class='paragrafo'> |
5 | - {{{arquivoKml}}} <br> <input type='file' size='22' name='i3GEOuploadkml' style='top: 0px; left: 0px; cursor: pointer;'> | |
5 | + {{{arquivoKml}}} <br> | |
6 | + <input type='file' size='22' name='i3GEOuploadkml' style='top: 0px; left: 0px; cursor: pointer;'> | |
6 | 7 | </p> |
7 | 8 | </fieldset> |
8 | 9 | <fieldset class='subbloco'> |
... | ... | @@ -17,10 +18,14 @@ |
17 | 18 | </fieldset> |
18 | 19 | <fieldset class='subbloco'> |
19 | 20 | <p class='paragrafo'> |
20 | - <input id='i3GEOuploadkmlbotao1' type='button' value='{{{criaCamada}}}' size='12' name='submit'> <br> | |
21 | + <input id='i3GEOuploadkmlbotao1' type='button' value='{{{criaCamada}}}' size='12' name='submit'> | |
22 | + <br> | |
21 | 23 | <p class='paragrafo'>{{{ajuda2}}}</p> |
22 | - <input type='hidden' name='g_sid' value='{{{sid}}}'> <input type='hidden' name='MAX_FILE_SIZE' value='100000'> | |
24 | + <input type='hidden' name='g_sid' value='{{{sid}}}'> | |
25 | + <input type='hidden' name='MAX_FILE_SIZE' value='100000'> | |
26 | + </fieldset> | |
23 | 27 | </form> |
24 | 28 | <br> |
25 | -<iframe name='i3GEOuploadkmliframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | |
29 | +<fieldset class='subbloco'> | |
30 | + <iframe name='i3GEOuploadkmliframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | |
26 | 31 | </fieldset> |
27 | 32 | \ No newline at end of file | ... | ... |