index.htm
1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<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çã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>