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 | 219 | } |
220 | 220 | |
221 | 221 | .rodar .first-child button { |
222 | - backgroud-color: red; | |
223 | 222 | background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat; |
224 | 223 | width: 250px; |
225 | -} | |
226 | 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 | 86 | inicia: function(iddiv){ |
87 | 87 | try{ |
88 | 88 | $i(iddiv).innerHTML = i3GEOF.carregakml.html(); |
89 | - var monta = function(retorno){ | |
89 | + var b, monta = function(retorno){ | |
90 | 90 | var raiz,nraiz,i,combo; |
91 | 91 | raiz = retorno.data.canais; |
92 | 92 | nraiz = raiz.length; |
... | ... | @@ -99,10 +99,11 @@ i3GEOF.carregakml = { |
99 | 99 | $i("i3GEOcarregakmlCombo").innerHTML = combo; |
100 | 100 | }; |
101 | 101 | i3GEO.php.listaRSSwsARRAY(monta,"KML"); |
102 | - new YAHOO.widget.Button( | |
102 | + b = new YAHOO.widget.Button( | |
103 | 103 | "i3GEOcarregakmlbotao1", |
104 | 104 | {onclick:{fn: i3GEOF.carregakml.adiciona}} |
105 | 105 | ); |
106 | + b.addClass("rodar"); | |
106 | 107 | } |
107 | 108 | catch(erro){i3GEO.janela.tempoMsg(erro);} |
108 | 109 | }, | ... | ... |
ferramentas/carregamapa/index.js
... | ... | @@ -83,10 +83,11 @@ i3GEOF.carregaMapa = { |
83 | 83 | try{ |
84 | 84 | $i(iddiv).innerHTML += i3GEOF.carregaMapa.html(); |
85 | 85 | document.body.scrollTop = document.documentElement.scrollTop = 0; |
86 | - new YAHOO.widget.Button( | |
86 | + var b = new YAHOO.widget.Button( | |
87 | 87 | "i3GEOcarregamapabotao1", |
88 | 88 | {onclick:{fn: i3GEOF.carregaMapa.submete}} |
89 | 89 | ); |
90 | + b.addClass("rodar"); | |
90 | 91 | } |
91 | 92 | catch(erro){i3GEO.janela.tempoMsg(erro);} |
92 | 93 | }, | ... | ... |
ferramentas/upload/index.js
... | ... | @@ -80,10 +80,11 @@ i3GEOF.upload = { |
80 | 80 | inicia: function(iddiv){ |
81 | 81 | try{ |
82 | 82 | $i(iddiv).innerHTML += i3GEOF.upload.html(); |
83 | - new YAHOO.widget.Button( | |
83 | + var b = new YAHOO.widget.Button( | |
84 | 84 | "i3GEOuploadbotao1", |
85 | 85 | {onclick:{fn: i3GEOF.upload.submete}} |
86 | 86 | ); |
87 | + b.addClass("rodar"); | |
87 | 88 | i3GEO.util.radioEpsg( |
88 | 89 | function(retorno) |
89 | 90 | {$i("i3GEOuploadListaepsg").innerHTML = retorno.dados;}, | ... | ... |
ferramentas/uploaddbf/index.js
... | ... | @@ -81,10 +81,11 @@ i3GEOF.uploaddbf = { |
81 | 81 | inicia: function(iddiv){ |
82 | 82 | try{ |
83 | 83 | $i(iddiv).innerHTML += i3GEOF.uploaddbf.html(); |
84 | - new YAHOO.widget.Button( | |
84 | + var b = new YAHOO.widget.Button( | |
85 | 85 | "i3GEOuploaddbfbotao1", |
86 | 86 | {onclick:{fn: i3GEOF.uploaddbf.submete}} |
87 | 87 | ); |
88 | + b.addClass("rodar"); | |
88 | 89 | i3GEO.util.radioEpsg( |
89 | 90 | function(retorno) |
90 | 91 | {$i("i3GEOuploaddbfListaepsg").innerHTML = retorno.dados;}, | ... | ... |
ferramentas/uploadgpx/index.js
... | ... | @@ -87,10 +87,11 @@ i3GEOF.uploadgpx = { |
87 | 87 | inicia: function(iddiv){ |
88 | 88 | try{ |
89 | 89 | $i(iddiv).innerHTML += i3GEOF.uploadgpx.html(); |
90 | - new YAHOO.widget.Button( | |
90 | + var b = new YAHOO.widget.Button( | |
91 | 91 | "i3GEOuploadgpxbotao1", |
92 | 92 | {onclick:{fn: i3GEOF.uploadgpx.submete}} |
93 | 93 | ); |
94 | + b.addClass("rodar"); | |
94 | 95 | i3GEO.util.radioEpsg( |
95 | 96 | function(retorno) |
96 | 97 | {$i("i3GEOuploadgpxListaepsg").innerHTML = retorno.dados;}, | ... | ... |
ferramentas/uploadkml/index.js
... | ... | @@ -87,10 +87,11 @@ i3GEOF.uploadkml = { |
87 | 87 | inicia: function(iddiv){ |
88 | 88 | try{ |
89 | 89 | $i(iddiv).innerHTML += i3GEOF.uploadkml.html(); |
90 | - new YAHOO.widget.Button( | |
90 | + var b = new YAHOO.widget.Button( | |
91 | 91 | "i3GEOuploadkmlbotao1", |
92 | 92 | {onclick:{fn: i3GEOF.uploadkml.submete}} |
93 | 93 | ); |
94 | + b.addClass("rodar"); | |
94 | 95 | i3GEO.util.radioEpsg( |
95 | 96 | function(retorno) |
96 | 97 | {$i("i3GEOuploadkmlListaepsg").innerHTML = retorno.dados;}, |
... | ... | @@ -125,7 +126,7 @@ i3GEOF.uploadkml = { |
125 | 126 | '<div id=i3GEOuploadkmlListaepsg width="98%" style="text-align:left;border:1px solid gray;left:0px;overflow:auto;height:60px"></div>' + |
126 | 127 | '</fieldset>' + |
127 | 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 | 130 | '<br><p class="paragrafo" >' + $trad('ajuda2',i3GEOF.uploadkml.dicionario)+'</p>'+ |
130 | 131 | '<input type=hidden name=g_sid value="'+i3GEO.configura.sid+'" >' + |
131 | 132 | '<input type="hidden" name="MAX_FILE_SIZE" value="100000">' + | ... | ... |
ferramentas/uploadsimbolo/index.js
... | ... | @@ -79,10 +79,11 @@ i3GEOF.uploadsimbolo = { |
79 | 79 | inicia: function(iddiv){ |
80 | 80 | try{ |
81 | 81 | $i(iddiv).innerHTML += i3GEOF.uploadsimbolo.html(); |
82 | - new YAHOO.widget.Button( | |
82 | + var b = new YAHOO.widget.Button( | |
83 | 83 | "i3GEOuploadsimbolobotao1", |
84 | 84 | {onclick:{fn: i3GEOF.uploadsimbolo.submete}} |
85 | 85 | ); |
86 | + b.addClass("upload"); | |
86 | 87 | } |
87 | 88 | catch(erro){i3GEO.janela.tempoMsg(erro);} |
88 | 89 | }, | ... | ... |