Commit 4e06609064547bc13ed0b90b5446d824a291c75d
1 parent
6d0ae72c
Exists in
master
and in
7 other branches
--no commit message
Showing
8 changed files
with
22 additions
and
11 deletions
Show diff stats
css/corrigeyui_geral.css
| @@ -219,7 +219,11 @@ td.ygtvcell { | @@ -219,7 +219,11 @@ td.ygtvcell { | ||
| 219 | } | 219 | } |
| 220 | 220 | ||
| 221 | .rodar .first-child button { | 221 | .rodar .first-child button { |
| 222 | - backgroud-color: red; | ||
| 223 | background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; | 222 | background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; |
| 224 | width: 250px; | 223 | width: 250px; |
| 225 | -} | ||
| 226 | \ No newline at end of file | 224 | \ No newline at end of file |
| 225 | +} | ||
| 226 | + | ||
| 227 | +.enviar .first-child button { | ||
| 228 | + background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat; | ||
| 229 | + width: 250px; | ||
| 230 | +} |
ferramentas/carregakml/index.js
| @@ -86,7 +86,7 @@ i3GEOF.carregakml = { | @@ -86,7 +86,7 @@ i3GEOF.carregakml = { | ||
| 86 | inicia: function(iddiv){ | 86 | inicia: function(iddiv){ |
| 87 | try{ | 87 | try{ |
| 88 | $i(iddiv).innerHTML = i3GEOF.carregakml.html(); | 88 | $i(iddiv).innerHTML = i3GEOF.carregakml.html(); |
| 89 | - var monta = function(retorno){ | 89 | + var b, monta = function(retorno){ |
| 90 | var raiz,nraiz,i,combo; | 90 | var raiz,nraiz,i,combo; |
| 91 | raiz = retorno.data.canais; | 91 | raiz = retorno.data.canais; |
| 92 | nraiz = raiz.length; | 92 | nraiz = raiz.length; |
| @@ -99,10 +99,11 @@ i3GEOF.carregakml = { | @@ -99,10 +99,11 @@ i3GEOF.carregakml = { | ||
| 99 | $i("i3GEOcarregakmlCombo").innerHTML = combo; | 99 | $i("i3GEOcarregakmlCombo").innerHTML = combo; |
| 100 | }; | 100 | }; |
| 101 | i3GEO.php.listaRSSwsARRAY(monta,"KML"); | 101 | i3GEO.php.listaRSSwsARRAY(monta,"KML"); |
| 102 | - new YAHOO.widget.Button( | 102 | + b = new YAHOO.widget.Button( |
| 103 | "i3GEOcarregakmlbotao1", | 103 | "i3GEOcarregakmlbotao1", |
| 104 | {onclick:{fn: i3GEOF.carregakml.adiciona}} | 104 | {onclick:{fn: i3GEOF.carregakml.adiciona}} |
| 105 | ); | 105 | ); |
| 106 | + b.addClass("rodar"); | ||
| 106 | } | 107 | } |
| 107 | catch(erro){i3GEO.janela.tempoMsg(erro);} | 108 | catch(erro){i3GEO.janela.tempoMsg(erro);} |
| 108 | }, | 109 | }, |
ferramentas/carregamapa/index.js
| @@ -83,10 +83,11 @@ i3GEOF.carregaMapa = { | @@ -83,10 +83,11 @@ i3GEOF.carregaMapa = { | ||
| 83 | try{ | 83 | try{ |
| 84 | $i(iddiv).innerHTML += i3GEOF.carregaMapa.html(); | 84 | $i(iddiv).innerHTML += i3GEOF.carregaMapa.html(); |
| 85 | document.body.scrollTop = document.documentElement.scrollTop = 0; | 85 | document.body.scrollTop = document.documentElement.scrollTop = 0; |
| 86 | - new YAHOO.widget.Button( | 86 | + var b = new YAHOO.widget.Button( |
| 87 | "i3GEOcarregamapabotao1", | 87 | "i3GEOcarregamapabotao1", |
| 88 | {onclick:{fn: i3GEOF.carregaMapa.submete}} | 88 | {onclick:{fn: i3GEOF.carregaMapa.submete}} |
| 89 | ); | 89 | ); |
| 90 | + b.addClass("rodar"); | ||
| 90 | } | 91 | } |
| 91 | catch(erro){i3GEO.janela.tempoMsg(erro);} | 92 | catch(erro){i3GEO.janela.tempoMsg(erro);} |
| 92 | }, | 93 | }, |
ferramentas/upload/index.js
| @@ -80,10 +80,11 @@ i3GEOF.upload = { | @@ -80,10 +80,11 @@ i3GEOF.upload = { | ||
| 80 | inicia: function(iddiv){ | 80 | inicia: function(iddiv){ |
| 81 | try{ | 81 | try{ |
| 82 | $i(iddiv).innerHTML += i3GEOF.upload.html(); | 82 | $i(iddiv).innerHTML += i3GEOF.upload.html(); |
| 83 | - new YAHOO.widget.Button( | 83 | + var b = new YAHOO.widget.Button( |
| 84 | "i3GEOuploadbotao1", | 84 | "i3GEOuploadbotao1", |
| 85 | {onclick:{fn: i3GEOF.upload.submete}} | 85 | {onclick:{fn: i3GEOF.upload.submete}} |
| 86 | ); | 86 | ); |
| 87 | + b.addClass("rodar"); | ||
| 87 | i3GEO.util.radioEpsg( | 88 | i3GEO.util.radioEpsg( |
| 88 | function(retorno) | 89 | function(retorno) |
| 89 | {$i("i3GEOuploadListaepsg").innerHTML = retorno.dados;}, | 90 | {$i("i3GEOuploadListaepsg").innerHTML = retorno.dados;}, |
ferramentas/uploaddbf/index.js
| @@ -81,10 +81,11 @@ i3GEOF.uploaddbf = { | @@ -81,10 +81,11 @@ i3GEOF.uploaddbf = { | ||
| 81 | inicia: function(iddiv){ | 81 | inicia: function(iddiv){ |
| 82 | try{ | 82 | try{ |
| 83 | $i(iddiv).innerHTML += i3GEOF.uploaddbf.html(); | 83 | $i(iddiv).innerHTML += i3GEOF.uploaddbf.html(); |
| 84 | - new YAHOO.widget.Button( | 84 | + var b = new YAHOO.widget.Button( |
| 85 | "i3GEOuploaddbfbotao1", | 85 | "i3GEOuploaddbfbotao1", |
| 86 | {onclick:{fn: i3GEOF.uploaddbf.submete}} | 86 | {onclick:{fn: i3GEOF.uploaddbf.submete}} |
| 87 | ); | 87 | ); |
| 88 | + b.addClass("rodar"); | ||
| 88 | i3GEO.util.radioEpsg( | 89 | i3GEO.util.radioEpsg( |
| 89 | function(retorno) | 90 | function(retorno) |
| 90 | {$i("i3GEOuploaddbfListaepsg").innerHTML = retorno.dados;}, | 91 | {$i("i3GEOuploaddbfListaepsg").innerHTML = retorno.dados;}, |
ferramentas/uploadgpx/index.js
| @@ -87,10 +87,11 @@ i3GEOF.uploadgpx = { | @@ -87,10 +87,11 @@ i3GEOF.uploadgpx = { | ||
| 87 | inicia: function(iddiv){ | 87 | inicia: function(iddiv){ |
| 88 | try{ | 88 | try{ |
| 89 | $i(iddiv).innerHTML += i3GEOF.uploadgpx.html(); | 89 | $i(iddiv).innerHTML += i3GEOF.uploadgpx.html(); |
| 90 | - new YAHOO.widget.Button( | 90 | + var b = new YAHOO.widget.Button( |
| 91 | "i3GEOuploadgpxbotao1", | 91 | "i3GEOuploadgpxbotao1", |
| 92 | {onclick:{fn: i3GEOF.uploadgpx.submete}} | 92 | {onclick:{fn: i3GEOF.uploadgpx.submete}} |
| 93 | ); | 93 | ); |
| 94 | + b.addClass("rodar"); | ||
| 94 | i3GEO.util.radioEpsg( | 95 | i3GEO.util.radioEpsg( |
| 95 | function(retorno) | 96 | function(retorno) |
| 96 | {$i("i3GEOuploadgpxListaepsg").innerHTML = retorno.dados;}, | 97 | {$i("i3GEOuploadgpxListaepsg").innerHTML = retorno.dados;}, |
ferramentas/uploadkml/index.js
| @@ -87,10 +87,11 @@ i3GEOF.uploadkml = { | @@ -87,10 +87,11 @@ i3GEOF.uploadkml = { | ||
| 87 | inicia: function(iddiv){ | 87 | inicia: function(iddiv){ |
| 88 | try{ | 88 | try{ |
| 89 | $i(iddiv).innerHTML += i3GEOF.uploadkml.html(); | 89 | $i(iddiv).innerHTML += i3GEOF.uploadkml.html(); |
| 90 | - new YAHOO.widget.Button( | 90 | + var b = new YAHOO.widget.Button( |
| 91 | "i3GEOuploadkmlbotao1", | 91 | "i3GEOuploadkmlbotao1", |
| 92 | {onclick:{fn: i3GEOF.uploadkml.submete}} | 92 | {onclick:{fn: i3GEOF.uploadkml.submete}} |
| 93 | ); | 93 | ); |
| 94 | + b.addClass("rodar"); | ||
| 94 | i3GEO.util.radioEpsg( | 95 | i3GEO.util.radioEpsg( |
| 95 | function(retorno) | 96 | function(retorno) |
| 96 | {$i("i3GEOuploadkmlListaepsg").innerHTML = retorno.dados;}, | 97 | {$i("i3GEOuploadkmlListaepsg").innerHTML = retorno.dados;}, |
| @@ -125,7 +126,7 @@ i3GEOF.uploadkml = { | @@ -125,7 +126,7 @@ i3GEOF.uploadkml = { | ||
| 125 | '<div id=i3GEOuploadkmlListaepsg width="98%" style="text-align:left;border:1px solid gray;left:0px;overflow:auto;height:60px"></div>' + | 126 | '<div id=i3GEOuploadkmlListaepsg width="98%" style="text-align:left;border:1px solid gray;left:0px;overflow:auto;height:60px"></div>' + |
| 126 | '</fieldset>' + | 127 | '</fieldset>' + |
| 127 | '<fieldset class=subbloco >' + | 128 | '<fieldset class=subbloco >' + |
| 128 | - '<p class="paragrafo" ><input id=i3GEOuploadkmlbotao1 type="button" value="'+$trad('criaCamada',i3GEOF.uploadkml.dicionario)+'" size=12 name="submit">' + | 129 | + '<p class="paragrafo" ><input id=i3GEOuploadkmlbotao1 type="button" value="'+$trad('criaCamada',i3GEOF.uploadkml.dicionario)+'" name="submit"></p>' + |
| 129 | '<br><p class="paragrafo" >' + $trad('ajuda2',i3GEOF.uploadkml.dicionario)+'</p>'+ | 130 | '<br><p class="paragrafo" >' + $trad('ajuda2',i3GEOF.uploadkml.dicionario)+'</p>'+ |
| 130 | '<input type=hidden name=g_sid value="'+i3GEO.configura.sid+'" >' + | 131 | '<input type=hidden name=g_sid value="'+i3GEO.configura.sid+'" >' + |
| 131 | '<input type="hidden" name="MAX_FILE_SIZE" value="100000">' + | 132 | '<input type="hidden" name="MAX_FILE_SIZE" value="100000">' + |
ferramentas/uploadsimbolo/index.js
| @@ -79,10 +79,11 @@ i3GEOF.uploadsimbolo = { | @@ -79,10 +79,11 @@ i3GEOF.uploadsimbolo = { | ||
| 79 | inicia: function(iddiv){ | 79 | inicia: function(iddiv){ |
| 80 | try{ | 80 | try{ |
| 81 | $i(iddiv).innerHTML += i3GEOF.uploadsimbolo.html(); | 81 | $i(iddiv).innerHTML += i3GEOF.uploadsimbolo.html(); |
| 82 | - new YAHOO.widget.Button( | 82 | + var b = new YAHOO.widget.Button( |
| 83 | "i3GEOuploadsimbolobotao1", | 83 | "i3GEOuploadsimbolobotao1", |
| 84 | {onclick:{fn: i3GEOF.uploadsimbolo.submete}} | 84 | {onclick:{fn: i3GEOF.uploadsimbolo.submete}} |
| 85 | ); | 85 | ); |
| 86 | + b.addClass("upload"); | ||
| 86 | } | 87 | } |
| 87 | catch(erro){i3GEO.janela.tempoMsg(erro);} | 88 | catch(erro){i3GEO.janela.tempoMsg(erro);} |
| 88 | }, | 89 | }, |