Revision 6483 i3geo/ferramentas/upload/index.js

View differences:

index.js
85 85
			);
86 86
			b.addClass("rodar");
87 87
			i3GEO.util.radioEpsg(
88
				function(retorno)
89
				{$i("i3GEOuploadListaepsg").innerHTML = retorno.dados;},
88
				function(retorno){
89
					$i("i3GEOuploadListaepsg").innerHTML = retorno.dados;
90
				},
90 91
				"i3GEOuploadListaepsg",
91
				"upload"
92
				"upload",
93
				"nao"
92 94
			);
93 95
		}
94 96
		catch(erro){i3GEO.janela.tempoMsg(erro);}
......
108 110
		'<p class="paragrafo" >shp: <br><input type="file" size=22 name="i3GEOuploadshp" style="top:0px;left:0px;cursor:pointer;"></p>' +
109 111
		'<p class="paragrafo" >shx: <br><input type="file" size=22 name="i3GEOuploadshx" style="top:0px;left:0px;cursor:pointer;"></p>' +
110 112
		'<p class="paragrafo" >dbf: <br><input type="file" size=22 name="i3GEOuploaddbf" style="top:0px;left:0px;cursor:pointer;"></p>' +
113
		'<p class="paragrafo" >prj (opcional): <br><input type="file" size=22 name="i3GEOuploadprj" style="top:0px;left:0px;cursor:pointer;"></p>' +
111 114
		'</fieldset>';
112 115
		if(i3GEO.parametros.editor === "sim"){
113 116
			ins += '<fieldset class=subbloco >' +

Also available in: Unified diff