Commit 092321e37424105a157e398e68a86056b7ab2ff4
1 parent
7519fd6b
Exists in
master
and in
7 other branches
Ajustes no layout nas ferramentas de upload de arquivos geo
Showing
8 changed files
with
10 additions
and
13 deletions
Show diff stats
ferramentas/upload/index.js
| 1 | - | |
| 2 | 1 | /* |
| 3 | 2 | Title: Upload de arquivo shapefile |
| 4 | 3 | |
| ... | ... | @@ -160,7 +159,7 @@ i3GEOF.upload = { |
| 160 | 159 | + "<div class='i3GeoTituloJanela'>" + $trad("a2")+"<a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=4&idajuda=27' ><b> </b></a></div>"; |
| 161 | 160 | janela = i3GEO.janela.cria( |
| 162 | 161 | "400px", |
| 163 | - "470px", | |
| 162 | + "480px", | |
| 164 | 163 | "", |
| 165 | 164 | "", |
| 166 | 165 | "", | ... | ... |
ferramentas/uploadarquivos/index.js
| ... | ... | @@ -89,7 +89,7 @@ i3GEOF.uploadarquivos = |
| 89 | 89 | * Cria a janela flutuante para controle da ferramenta. |
| 90 | 90 | */ |
| 91 | 91 | iniciaJanelaFlutuante : function() { |
| 92 | - var minimiza, cabecalho, janela, divid, temp, titulo; | |
| 92 | + var minimiza, cabecalho, janela, divid, titulo; | |
| 93 | 93 | |
| 94 | 94 | if ($i("i3GEOF.uploadarquivos")) { |
| 95 | 95 | return; |
| ... | ... | @@ -97,7 +97,7 @@ i3GEOF.uploadarquivos = |
| 97 | 97 | cabecalho = function() { |
| 98 | 98 | }; |
| 99 | 99 | minimiza = function() { |
| 100 | - i3GEO.janela.minimiza("i3GEOFuploadarquivos"); | |
| 100 | + i3GEO.janela.minimiza("i3GEOF.uploadarquivos"); | |
| 101 | 101 | }; |
| 102 | 102 | // cria a janela flutuante |
| 103 | 103 | titulo = "<span class='i3GEOiconeFerramenta i3GEOiconeUpload'></span>" |
| ... | ... | @@ -105,7 +105,7 @@ i3GEOF.uploadarquivos = |
| 105 | 105 | janela = |
| 106 | 106 | i3GEO.janela.cria( |
| 107 | 107 | "230px", |
| 108 | - "180px", | |
| 108 | + "140px", | |
| 109 | 109 | "", |
| 110 | 110 | "", |
| 111 | 111 | "", | ... | ... |
ferramentas/uploaddbf/index.js
| ... | ... | @@ -108,7 +108,7 @@ i3GEOF.uploaddbf = { |
| 108 | 108 | + "<div class='i3GeoTituloJanela'>" + $trad("a2b")+"<a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=4&idajuda=26' ><b> </b></a></div>"; |
| 109 | 109 | janela = i3GEO.janela.cria( |
| 110 | 110 | "320px", |
| 111 | - "390px", | |
| 111 | + "480px", | |
| 112 | 112 | "", |
| 113 | 113 | "", |
| 114 | 114 | "", | ... | ... |
ferramentas/uploaddbf/template_mst.html
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 | </fieldset> |
| 28 | 28 | <fieldset class='subbloco'> |
| 29 | 29 | <p class='paragrafo'>{{{projecao}}}:</p> |
| 30 | - <div id='i3GEOuploaddbfListaepsg' style='width: 98%; text-align: left; border: 1px solid gray; left: 0px; overflow: auto; height: 60px'></div> | |
| 30 | + <div id='i3GEOuploaddbfListaepsg' style='width: 98%; text-align: left; border: 1px solid gray; left: 0px; overflow: auto; height: 50px'></div> | |
| 31 | 31 | </fieldset> |
| 32 | 32 | <fieldset class='subbloco'> |
| 33 | 33 | <p class='paragrafo'> |
| ... | ... | @@ -37,7 +37,7 @@ |
| 37 | 37 | </p> |
| 38 | 38 | </fieldset> |
| 39 | 39 | </form> |
| 40 | -<br> | |
| 40 | + | |
| 41 | 41 | <fieldset class='subbloco'> |
| 42 | 42 | <iframe name='i3GEOuploaddbfiframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> |
| 43 | 43 | </fieldset> |
| 44 | 44 | \ No newline at end of file | ... | ... |
ferramentas/uploadgpx/index.js
| ... | ... | @@ -114,7 +114,7 @@ i3GEOF.uploadgpx = { |
| 114 | 114 | + "<div class='i3GeoTituloJanela'>GPX<a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=4&idajuda=103' ><b> </b></a></div>"; |
| 115 | 115 | janela = i3GEO.janela.cria( |
| 116 | 116 | "400px", |
| 117 | - "280px", | |
| 117 | + "330px", | |
| 118 | 118 | "", |
| 119 | 119 | "", |
| 120 | 120 | "", | ... | ... |
ferramentas/uploadgpx/template_mst.html
ferramentas/uploadkml/index.js
| ... | ... | @@ -111,7 +111,7 @@ i3GEOF.uploadkml = { |
| 111 | 111 | + "<div class='i3GeoTituloJanela'>KML<a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=4&idajuda=104' ><b> </b></a></div>"; |
| 112 | 112 | janela = i3GEO.janela.cria( |
| 113 | 113 | "450px", |
| 114 | - "390px", | |
| 114 | + "460px", | |
| 115 | 115 | "", |
| 116 | 116 | "", |
| 117 | 117 | "", | ... | ... |
ferramentas/uploadkml/template_mst.html
| ... | ... | @@ -14,7 +14,7 @@ |
| 14 | 14 | </fieldset> |
| 15 | 15 | <fieldset class='subbloco'> |
| 16 | 16 | <p class='paragrafo'>{{{projecao}}}</p> |
| 17 | - <div id='i3GEOuploadkmlListaepsg' style='width: 98%; text-align: left; border: 1px solid gray; left: 0px; overflow: auto; height: 60px'></div> | |
| 17 | + <div id='i3GEOuploadkmlListaepsg' style='width: 98%; text-align: left; border: 1px solid gray; left: 0px; overflow: auto; height: 50px'></div> | |
| 18 | 18 | </fieldset> |
| 19 | 19 | <fieldset class='subbloco'> |
| 20 | 20 | <p class='paragrafo'> |
| ... | ... | @@ -25,7 +25,6 @@ |
| 25 | 25 | <input type='hidden' name='MAX_FILE_SIZE' value='100000'> |
| 26 | 26 | </fieldset> |
| 27 | 27 | </form> |
| 28 | -<br> | |
| 29 | 28 | <fieldset class='subbloco'> |
| 30 | 29 | <iframe name='i3GEOuploadkmliframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> |
| 31 | 30 | </fieldset> |
| 32 | 31 | \ No newline at end of file | ... | ... |