subirshapefile.html 2.14 KB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
    <title>Shape file</title>
    <style type="text/css">
        /*margin and padding on body element
          can introduce errors in determining
          element position and are not recommended;
          we turn them off as a foundation for YUI
          CSS treatments. */
        body {
            margin:0;
        	padding:0;
        }
	</style>
	<script type="text/javascript" src="../../classesjs/i3geo.js"></script>
	<script type="text/javascript" src="../../ferramentas/upload/index.js.php"></script>
	<script type="text/javascript" src="../js/core.js"></script>

</head>
<body class=" yui-skin-sam" style="background:white;margin:20px">
<div id=cabecalhoPrincipal style=width:80%;text-align:left;>
</div>
<br><br>
<div id="conteudo" style="width:500px" >
</div>
<script>
/*
Title: Subir shapefile

Envia um arquivo shape file para o servidor

Licenca:

GPL2

i3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet

Direitos Autorais Reservados (c) 2006 Ministério do Meio Ambiente Brasil
Desenvolvedor: Edmar Moretti edmar.moretti@mma.gov.br

Este programa é software livre; você pode redistribuí-lo
e/ou modificá-lo sob os termos da Licença Pública Geral
GNU conforme publicada pela Free Software Foundation;

Este programa é distribuído na expectativa de que seja útil,
porém, SEM NENHUMA GARANTIA; nem mesmo a garantia implícita
de COMERCIABILIDADE OU ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA.
Consulte a Licença Pública Geral do GNU para mais detalhes.
Você deve ter recebido uma cópia da Licença Pública Geral do
GNU junto com este programa; se não, escreva para a
Free Software Foundation, Inc., no endereço
59 Temple Street, Suite 330, Boston, MA 02111-1307 USA.

Arquivo:

i3geo/admin/html/subirshapefile.html
*/
i3GEO.configura.locaplic = "../..";
i3GEO.parametros.editor = "sim";
i3GEO.configura.sid = "";
cabecalhoGeral("cabecalhoPrincipal","");
i3GEOF.upload.inicia("conteudo");
</script>
</body>