Commit 726351822b7331a15c23c00bfd69bf076cd76bbf
1 parent
e21e9b35
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
21 additions
and
21 deletions
Show diff stats
... | ... | @@ -0,0 +1,21 @@ |
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 | +<html> | |
3 | +<head> | |
4 | +<meta http-equiv="Category" content="i3Geo Mapa interativo MMA geoprocessamento sig mobile"> | |
5 | +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | |
6 | +<title>i3GEO - OpenLayers</title> | |
7 | +<script src="../classesjs/i3geonaocompacto.js"></script> | |
8 | +<script src="../pacotes/openlayers/OpenLayers2131.js"></script> | |
9 | +<link rel="stylesheet" type="text/css" href="../css/black.css"> | |
10 | +</head> | |
11 | +<body style='margin-left:7px;background:white;'> | |
12 | + | |
13 | +<script> | |
14 | +/************ | |
15 | +Apenas carrega os programas Javascript e CSS | |
16 | + | |
17 | +No firebug ja se pode ver o objeto i3GEO e funcoes como $i e as variaveis chro, opera, navm e navn | |
18 | +*************/ | |
19 | +</script> | |
20 | +</body> | |
21 | +</html> | ... | ... |
exemplos/cursodsv1.php
... | ... | @@ -1,21 +0,0 @@ |
1 | -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 | -<html> | |
3 | -<head> | |
4 | -<meta http-equiv="Category" content="i3Geo Mapa interativo MMA geoprocessamento sig mobile"> | |
5 | -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | |
6 | -<title>i3GEO - OpenLayers</title> | |
7 | -<script src="../classesjs/i3geonaocompacto.js"></script> | |
8 | -<script src="../pacotes/openlayers/OpenLayers2131.js"></script> | |
9 | -<link rel="stylesheet" type="text/css" href="../css/black.css"> | |
10 | -</head> | |
11 | -<body style='margin-left:7px;background:white;'> | |
12 | - | |
13 | -<script> | |
14 | -/************ | |
15 | -Apenas carrega os programas Javascript e CSS | |
16 | - | |
17 | -No firebug ja se pode ver o objeto i3GEO e funcoes como $i e as variaveis chro, opera, navm e navn | |
18 | -*************/ | |
19 | -</script> | |
20 | -</body> | |
21 | -</html> |