lista.htm
905 Bytes
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Category" content="i3Geo Mapa interativo MMA geoprocessamento sig mobile">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>i3GEO - OpenLayers</title>
<script src="../../js/i3geo.js"></script>
<link rel="stylesheet" type="text/css" href="../../css/black.css">
<style>
.linkMapasEditor {
display: none;
}
</style>
</head>
<body id="i3geo" style='margin-left: 7px; background: white;'>
<div id="listaDeMapas" style="margin: auto; width: 800px;">
</div>
<script>
i3GEO.configura.locaplic = i3GEO.util.protocolo() + "://"
+ window.location.host + "/i3geo";
i3GEO.mapa.dialogo.listaDeMapasBanco("listaDeMapas");
</script>
</body>
</html>