index.htm 1.72 KB
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css">
<title></title> 
<style type="text/css" >button{background:url(../../imagens/tic.png) 98% 50% no-repeat;}</style>
<link rel="stylesheet" type="text/css" href="../../pacotes/yui270/build/button/assets/skins/sam/button.css"/>
<style type="text/css">
body {
	margin:0;
	padding:0;border:0px;
}
</style>
</head>
<body name="ancora" style="overflow:auto" class="yui-skin-sam">
<div style="top:5px;left:10px;display:block;position:absolute">
<form id=f action="upload.php" method="post" ENCTYPE="multipart/form-data">
  <pre style="font-size:12px">
arquivo: <input class=digitar type="file" size=20 name="filedbf">
</pre>
<table>
<tr>
	<td>tipo:</td>
	<td>
		<select name='tipoarquivo'>
			<option value='dbf' select >dbf</option>
			<option value='csvpv' >csv separador ';'</option>
			<option value='csvv' >csv separador ','</option>
		</select><br>
	</td>
</tr>
<tr>
	<td>nome coluna x:</td>
	<td><input class=digitar type="input" size=20 name="nomex"></td>
</tr>
<tr>
	<td>nome coluna y:</td>
	<td><input class=digitar type="input" size=20 name="nomey"></td>
</tr>
</table>
Proje&ccedil;&atilde;o:
<div id=listaepsg style='left:0px;overflow:auto;height:60px'></div>
<div onclick='submete()' style='top:10px;left:0px'>
	<input id=botao1 type="button" value="Carregar" size=12 name="submit" />
	<input type="hidden" name="MAX_FILE_SIZE" value="10000" />
</div>
</form>
</div>

<script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript" src="index.js"></script>
</body>
</html>