Commit 10c7aef9cb478478761fb8960d7062191a057918
1 parent
3bc9ba2e
Exists in
master
and in
7 other branches
Atualização admin1
Showing
23 changed files
with
1188 additions
and
12 deletions
Show diff stats
... | ... | @@ -0,0 +1,136 @@ |
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 | +<html> | |
3 | +<head> | |
4 | +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> | |
5 | +<title>Árvore de temas</title> | |
6 | +<style type="text/css"> | |
7 | +/*margin and padding on body element | |
8 | + can introduce errors in determining | |
9 | + element position and are not recommended; | |
10 | + we turn them off as a foundation for YUI | |
11 | + CSS treatments. */ | |
12 | +body { | |
13 | + margin: 0; | |
14 | + padding: 0; | |
15 | +} | |
16 | + | |
17 | +#Eid_tema, #Eid_subgrupo, #Eid_grupo { | |
18 | + text-align: left; | |
19 | + padding: 10px; | |
20 | + border: 0px solid gray; | |
21 | + border-radius: 5px 5px 5px 5px; | |
22 | + box-shadow: 0 1px 3px gray; | |
23 | + background-color: rgb(250, 250, 250); | |
24 | + margin: 7px; | |
25 | +} | |
26 | + | |
27 | +#letrasDivTema #_listaDeLetras{ | |
28 | + overflow: auto; | |
29 | + max-width: 349px; | |
30 | +} | |
31 | +#letrasDivTema p { | |
32 | + height: 10px; | |
33 | +} | |
34 | + | |
35 | +</style> | |
36 | +<script type="text/javascript" src="../js/core_.js"></script> | |
37 | +<script type="text/javascript" src="../dicionario/core.js"></script> | |
38 | +<script type="text/javascript" src="../dicionario/arvore.js"></script> | |
39 | +<script type="text/javascript" src="../js/arvore.js"></script> | |
40 | +<script type="text/javascript" src="../js/menu.js"></script> | |
41 | +<script type="text/javascript" src="../dicionario/menus.js"></script> | |
42 | +<script type="text/javascript" src="../js/grupos.js"></script> | |
43 | +<script type="text/javascript" src="../dicionario/grupos.js"></script> | |
44 | +<script type="text/javascript" src="../js/subgrupos.js"></script> | |
45 | +<script type="text/javascript" src="../dicionario/subgrupos.js"></script> | |
46 | +<link rel="stylesheet" type="text/css" href="admin.css"> | |
47 | +</head> | |
48 | +<body class=" yui-skin-sam fundoPonto" style="background-color: white; margin-top: 20px;"> | |
49 | + <center> | |
50 | + <div class="mascaraPrincipal" id="divGeral"> | |
51 | + <h1> | |
52 | + {{arvoreTemas}}<img | |
53 | + src="../imagens/04.png" style="cursor: pointer" id=botaoAjuda /> | |
54 | + </h1> | |
55 | + <div id="ajuda" style="display: none"> | |
56 | + <div class="hd">{{ajuda}}</div> | |
57 | + <div class="bd" style="height: 144px; overflow: auto"> | |
58 | + {{{txtAjuda}}} | |
59 | + </div> | |
60 | + <div class="ft"></div> | |
61 | + </div> | |
62 | + <div id="formulario" style="display: none"> | |
63 | + <br> | |
64 | + {{{txtCria}}} | |
65 | + <p class=paragrafo> | |
66 | + <input id="botaoEditorMenu" type=button | |
67 | + value="{{editaMenus}}" style="left: -5px;" /> <input | |
68 | + id="botaoEditorGrupo" type=button value="{{editaGrupos}}" /> | |
69 | + <input id="botaoEditorSubGrupo" type=button | |
70 | + value="{{editaSubgrupos}}" /> | |
71 | + </p> | |
72 | + | |
73 | + <p>{{arvoreCatalogo}}</p> | |
74 | + <div id="arvoreMenus" style="left: -5px;"></div> | |
75 | + <div id=logajax style="display: block"></div> | |
76 | + </div> | |
77 | + </div> | |
78 | + </center> | |
79 | + <script> | |
80 | +/* | |
81 | +Title: Editor da árvore de menus | |
82 | + | |
83 | +HTML da interface de administração da árvore de temas | |
84 | + | |
85 | +Veja também: | |
86 | + | |
87 | +<core.js> | |
88 | + | |
89 | +<arvore.js> | |
90 | + | |
91 | +<menu.js> | |
92 | + | |
93 | +<grupos.js> | |
94 | + | |
95 | +<subgrupos.js> | |
96 | + | |
97 | +Licenca: | |
98 | + | |
99 | +GPL2 | |
100 | + | |
101 | +i3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet | |
102 | + | |
103 | +Direitos Autorais Reservados (c) 2006 Ministério do Meio Ambiente Brasil | |
104 | +Desenvolvedor: Edmar Moretti edmar.moretti@mma.gov.br | |
105 | + | |
106 | +Este programa é software livre; você pode redistribuí-lo | |
107 | +e/ou modificá-lo sob os termos da Licença Pública Geral | |
108 | +GNU conforme publicada pela Free Software Foundation; | |
109 | + | |
110 | +Este programa é distribuído na expectativa de que seja útil, | |
111 | +porém, SEM NENHUMA GARANTIA; nem mesmo a garantia implícita | |
112 | +de COMERCIABILIDADE OU ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. | |
113 | +Consulte a Licença Pública Geral do GNU para mais detalhes. | |
114 | +Você deve ter recebido uma cópia da Licença Pública Geral do | |
115 | +GNU junto com este programa; se não, escreva para a | |
116 | +Free Software Foundation, Inc., no endereço | |
117 | +59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. | |
118 | + | |
119 | +Arquivo: | |
120 | + | |
121 | +i3geo/admin/html/arvore.html | |
122 | +*/ | |
123 | +//necessario para a ferramenta login e outras | |
124 | +i3GEO.configura = { | |
125 | + locaplic: "../.." | |
126 | +}; | |
127 | +// | |
128 | +core_parseMustacheBody(i3GEOadmin.arvore.dicionario); | |
129 | +cabecalhoGeral("cabecalhoPrincipal","arvore"); | |
130 | +temp = function(){ | |
131 | + document.getElementById("formulario").style.display = "block"; | |
132 | + initMenu(); | |
133 | +}; | |
134 | +i3GEO.login.verificaOperacao("admin/html/arvore",i3GEO.configura.locaplic,temp,"sessao",i3GEO.login.dialogo.abreLogin); | |
135 | +</script> | |
136 | +</body> | ... | ... |
... | ... | @@ -0,0 +1,97 @@ |
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 | +<html> | |
3 | +<head> | |
4 | +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> | |
5 | +<title>Atlas</title> | |
6 | +<style type="text/css"> | |
7 | +/*margin and padding on body element | |
8 | + can introduce errors in determining | |
9 | + element position and are not recommended; | |
10 | + we turn them off as a foundation for YUI | |
11 | + CSS treatments. */ | |
12 | +body { | |
13 | + margin: 0; | |
14 | + padding: 0; | |
15 | +} | |
16 | +</style> | |
17 | +<script type="text/javascript" src="../js/core_.js"></script> | |
18 | +<script type="text/javascript" src="../dicionario/core.js"></script> | |
19 | +<script type="text/javascript" src="../dicionario/atlas.js"></script> | |
20 | +<script type="text/javascript" src="../js/atlas.js"></script> | |
21 | +<link rel="stylesheet" type="text/css" href="admin.css"> | |
22 | +</head> | |
23 | +<body class=" yui-skin-sam fundoPonto" style="background-color: white; margin-top: 20px;"> | |
24 | + <center> | |
25 | + <div class="mascaraPrincipal" id="divGeral"> | |
26 | + <h1> | |
27 | + {{{adminAtlas}}}<img src="../imagens/04.png" | |
28 | + style="cursor: pointer" id=botaoAjuda /> | |
29 | + </h1> | |
30 | + <div id="formulario" style="display: none"> | |
31 | + <div id="ajuda"> | |
32 | + <div class="hd">{{ajuda}}</div> | |
33 | + <div class="bd" style="height: 144px; overflow: auto"> | |
34 | + {{{txtAjudaAtlas}}} | |
35 | + </div> | |
36 | + <div class="ft"></div> | |
37 | + </div> | |
38 | + <input onclick="adicionaLinha()" type=button id=adiciona | |
39 | + value="{{criaAtlas}}" /> <br> | |
40 | + <p>{{atlasExistente}}</p> | |
41 | + <div id="tabela" style="left: -5px;"></div> | |
42 | + <div id=logajax style="display: block"></div> | |
43 | + </div> | |
44 | + </div> | |
45 | + </center> | |
46 | + <script> | |
47 | +/* | |
48 | +Title: Editor da interface Atlas | |
49 | + | |
50 | +HTML da interface de administração do cadastro de Atlas | |
51 | + | |
52 | +Veja também: | |
53 | + | |
54 | +<core.js> | |
55 | + | |
56 | +<atlas.js> | |
57 | + | |
58 | +Licenca: | |
59 | + | |
60 | +GPL2 | |
61 | + | |
62 | +i3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet | |
63 | + | |
64 | +Direitos Autorais Reservados (c) 2006 Ministério do Meio Ambiente Brasil | |
65 | +Desenvolvedor: Edmar Moretti edmar.moretti@mma.gov.br | |
66 | + | |
67 | +Este programa é software livre; você pode redistribuí-lo | |
68 | +e/ou modificá-lo sob os termos da Licença Pública Geral | |
69 | +GNU conforme publicada pela Free Software Foundation; | |
70 | + | |
71 | +Este programa é distribuído na expectativa de que seja útil, | |
72 | +porém, SEM NENHUMA GARANTIA; nem mesmo a garantia implícita | |
73 | +de COMERCIABILIDADE OU ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. | |
74 | +Consulte a Licença Pública Geral do GNU para mais detalhes. | |
75 | +Você deve ter recebido uma cópia da Licença Pública Geral do | |
76 | +GNU junto com este programa; se não, escreva para a | |
77 | +Free Software Foundation, Inc., no endereço | |
78 | +59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. | |
79 | + | |
80 | +Arquivo: | |
81 | + | |
82 | +i3geo/admin/html/atlas.html | |
83 | +*/ | |
84 | +//necessario para a ferramenta login e outras | |
85 | +i3GEO.configura = { | |
86 | + locaplic: "../.." | |
87 | +}; | |
88 | +// | |
89 | +core_parseMustacheBody(i3GEOadmin.atlas.dicionario); | |
90 | +cabecalhoGeral("cabecalhoPrincipal","atlas"); | |
91 | +temp = function(){ | |
92 | + document.getElementById("formulario").style.display = "block"; | |
93 | + initMenu(); | |
94 | +}; | |
95 | +i3GEO.login.verificaOperacao("admin/html/atlas",i3GEO.configura.locaplic,temp,"sessao",i3GEO.login.dialogo.abreLogin); | |
96 | +</script> | |
97 | +</body> | ... | ... |
... | ... | @@ -0,0 +1,193 @@ |
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 | +<html> | |
3 | +<head> | |
4 | +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> | |
5 | +<title>Editor de Mapfile</title> | |
6 | +<style type="text/css"> | |
7 | +/*margin and padding on body element | |
8 | + can introduce errors in determining | |
9 | + element position and are not recommended; | |
10 | + we turn them off as a foundation for YUI | |
11 | + CSS treatments. */ | |
12 | +body { | |
13 | + margin: 0; | |
14 | + padding: 0; | |
15 | +} | |
16 | + | |
17 | +#ctx { | |
18 | + background: orange; | |
19 | + width: 200px; | |
20 | + height: 200px; | |
21 | +} | |
22 | +</style> | |
23 | +<script type="text/javascript" src="../js/core_.js"></script> | |
24 | +<script type="text/javascript" src="../dicionario/core.js"></script> | |
25 | +<script type="text/javascript" src="../dicionario/editormapfile.js"></script> | |
26 | +<script src="../js/listatemas.js" type="text/javascript"></script> | |
27 | +<script type="text/javascript" src="../dicionario/listatemas.js"></script> | |
28 | +<script src="../js/editormapfile.js" type="text/javascript"></script> | |
29 | +<script src="../js/editormapfile_classes.js" type="text/javascript"></script> | |
30 | +<script src="../js/editormapfile_estilos.js" type="text/javascript"></script> | |
31 | +<script src="../js/editormapfile_editordetexto.js" type="text/javascript"></script> | |
32 | +<script src="../js/editormapfile_conexao.js" type="text/javascript"></script> | |
33 | +<script src="../js/editormapfile_comport.js" type="text/javascript"></script> | |
34 | +<script src="../js/editormapfile_titulo.js" type="text/javascript"></script> | |
35 | +<script src="../js/editormapfile_dispo.js" type="text/javascript"></script> | |
36 | +<script src="../js/editormapfile_editavel.js" type="text/javascript"></script> | |
37 | +<script src="../js/editormapfile_metadados.js" type="text/javascript"></script> | |
38 | +<script src="../js/editormapfile_geral.js" type="text/javascript"></script> | |
39 | +<script src="../js/editormapfile_label.js" type="text/javascript"></script> | |
40 | +<script src="../js/editormapfile_usuario.js" type="text/javascript"></script> | |
41 | +<script src="../js/editormapfile_layer.js" type="text/javascript"></script> | |
42 | +<script src="../../classesjs/classe_plugini3geo.js" type="text/javascript"></script> | |
43 | + | |
44 | +<style> | |
45 | +table.ygtvtable { | |
46 | + margin-top: 3px;; | |
47 | +} | |
48 | +</style> | |
49 | + | |
50 | +</head> | |
51 | +<body class=" yui-skin-sam fundoPonto" style="background-color: white; margin-top: 20px;"> | |
52 | + <center> | |
53 | + <div class="mascaraPrincipal" id="divGeral"> | |
54 | + <h1> | |
55 | + {{{adminMapfile}}} | |
56 | + <img src="../imagens/04.png" style="cursor: pointer" id=botaoAjuda /> | |
57 | + </h1> | |
58 | + <div id="formulario" style="display: none"> | |
59 | + <div id="ajuda" style="display: none"> | |
60 | + <div class="hd">{{{ajuda}}}</div> | |
61 | + <div class="bd" style="height: 144px; overflow: auto"> | |
62 | + {{{txtAjudaMapfile}}} | |
63 | + </div> | |
64 | + <div class="ft"></div> | |
65 | + </div> | |
66 | + <input onclick="" type=button id=adiciona value="{{{criaMapfile}}}" /> | |
67 | + <input onclick="" type=button id=uploadGvsig value="{{{upGvsig}}}" /> | |
68 | + <input onclick="" type=button id=semmapfiles value="{{{semMapfile}}}" /> | |
69 | + | |
70 | + {{{txtDesc}}} | |
71 | + <div id="letras"></div> | |
72 | + {{{listaMapfile}}} | |
73 | + <div id="tabela" style="left: -5px;"></div> | |
74 | + </div> | |
75 | + </div> | |
76 | + <div id=logajax style="display: block"></div> | |
77 | + <div id=dialogoContinua style="display: block"></div> | |
78 | + </center> | |
79 | + </body> | |
80 | + <script> | |
81 | + /* | |
82 | + Title: Editor de mapfiles | |
83 | + | |
84 | + HTML da interface de administração dos mapfiles existentes em i3geo/temas | |
85 | + | |
86 | + Esse HTML contém também alguns scripts para classificação da lista de mapfiles (busca por letra) | |
87 | + | |
88 | + Veja também: | |
89 | + | |
90 | + <core.js> | |
91 | + | |
92 | + <listatemas.js> | |
93 | + | |
94 | + <editormapfile.js> | |
95 | + | |
96 | + <classe_util.js> | |
97 | + | |
98 | + <classe_janela.js> | |
99 | + | |
100 | + Licenca: | |
101 | + | |
102 | + GPL2 | |
103 | + | |
104 | + i3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet | |
105 | + | |
106 | + Direitos Autorais Reservados (c) 2006 Ministério do Meio Ambiente Brasil | |
107 | + Desenvolvedor: Edmar Moretti edmar.moretti@mma.gov.br | |
108 | + | |
109 | + Este programa é software livre; você pode redistribuí-lo | |
110 | + e/ou modificá-lo sob os termos da Licença Pública Geral | |
111 | + GNU conforme publicada pela Free Software Foundation; | |
112 | + | |
113 | + Este programa é distribuído na expectativa de que seja útil, | |
114 | + porém, SEM NENHUMA GARANTIA; nem mesmo a garantia implícita | |
115 | + de COMERCIABILIDADE OU ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. | |
116 | + Consulte a Licença Pública Geral do GNU para mais detalhes. | |
117 | + Você deve ter recebido uma cópia da Licença Pública Geral do | |
118 | + GNU junto com este programa; se não, escreva para a | |
119 | + Free Software Foundation, Inc., no endereço | |
120 | + 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. | |
121 | + | |
122 | + Arquivo: | |
123 | + | |
124 | + i3geo/admin/html/editormapfile.html | |
125 | + */ | |
126 | + core_parseMustacheBody(i3GEOadmin.editormapfile.dicionario); | |
127 | + | |
128 | + if (i3GEO.util.pegaCookie("I3GEOletraAdmin")) { | |
129 | + letraAtual = i3GEO.util.pegaCookie("I3GEOletraAdmin"); | |
130 | + } else { | |
131 | + letraAtual = ""; | |
132 | + } | |
133 | + function filtraLetra(letra) { | |
134 | + letraAtual = letra; | |
135 | + document.getElementById("tabela").innerHTML = "<span style=color:red >Aguarde...</span>"; | |
136 | + if (letra == "Todos") { | |
137 | + letra = ""; | |
138 | + } | |
139 | + i3GEO.util.insereCookie("I3GEOletraAdmin", letra); | |
140 | + core_pegaMapfiles( | |
141 | + "montaArvore()", | |
142 | + letra, | |
143 | + document.getElementById("selFiltro").value, | |
144 | + document.getElementById("checaNomes").checked, | |
145 | + document.getElementById("checaNames").checked | |
146 | + ); | |
147 | + } | |
148 | + //necessario para a ferramenta login e outras | |
149 | + i3GEO.configura = { | |
150 | + locaplic : "../.." | |
151 | + }; | |
152 | + // | |
153 | + cabecalhoGeral("cabecalhoPrincipal", "editormapfile"); | |
154 | + temp = | |
155 | + function() { | |
156 | + var ins = | |
157 | + "<fieldset><div class='styled-select150'><select id='selFiltro' onchange='filtraLetra(\"" | |
158 | + + letraAtual | |
159 | + + "\")' >" | |
160 | + + "<option value='' >Filtrar listagem:</option>" | |
161 | + + "<option value='link_tema,=,' >Sem fonte</option>" | |
162 | + + "<option value='nome_tema,=,' >Nome não definido no banco de dados</option>" | |
163 | + + "<option value='nome_tema,!=,' >Nome definido no banco de dados</option>" | |
164 | + + "<option value='download_tema,=,sim' >Permite download</option>" | |
165 | + + "<option value='download_tema,=,nao' >Não permite download</option>" | |
166 | + + "<option value='ogc_tema,=,sim' >Permite WMS</option>" | |
167 | + + "<option value='ogc_tema,=,nao' >Não permite WMS</option>" | |
168 | + + "<option value='kml_tema,=,sim' >Permite KML</option>" | |
169 | + + "<option value='kml_tema,=,nao' >Não permite KML</option>" | |
170 | + + "<option value='kmz_tema,=,sim' >Permite KMZ</option>" | |
171 | + + "<option value='kmz_tema,=,nao' >Não permite KMZ</option>" | |
172 | + + "</select></div>"; | |
173 | + ins += | |
174 | + "<br><input onclick='filtraLetra(\"" + letraAtual | |
175 | + + "\")' type=checkbox id=mostraMini style=position:relative;top:2px; /><span class=paragrafo >Mostra a miniatura armazenada em temas/miniaturas</span>"; | |
176 | + | |
177 | + ins += | |
178 | + "<br><input onclick='filtraLetra(\"" + letraAtual | |
179 | + + "\")' type=checkbox id=checaNomes style=position:relative;top:2px; /><span class=paragrafo >Verifica nome registrado no banco e no mapfile. Marca em vermelho o nome registrado no mapfile quando houver divergência</span>"; | |
180 | + | |
181 | + ins += | |
182 | + "<br><input onclick='filtraLetra(\"" + letraAtual | |
183 | + + "\")' type=checkbox id=checaNames style=position:relative;top:2px; /><span class=paragrafo >Verifica se o nome do arquivo é o mesmo do LAYER</span>"; | |
184 | + | |
185 | + ins += "</fieldset><p><div id=filtroDeLetras ></div>"; | |
186 | + document.getElementById("letras").innerHTML = ins; | |
187 | + core_listaDeLetras("filtroDeLetras", "filtraLetra",false,300); | |
188 | + document.getElementById("formulario").style.display = "block"; | |
189 | + initMenu(); | |
190 | + }; | |
191 | + i3GEO.login.verificaOperacao("admin/html/editormapfile", i3GEO.configura.locaplic, temp, "sessao", i3GEO.login.dialogo.abreLogin); | |
192 | + | |
193 | + </script> | ... | ... |
... | ... | @@ -0,0 +1,94 @@ |
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 | +<html> | |
3 | +<head> | |
4 | +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> | |
5 | +<title>Conexao com banco de dados</title> | |
6 | +<style type="text/css"> | |
7 | +/*margin and padding on body element | |
8 | + can introduce errors in determining | |
9 | + element position and are not recommended; | |
10 | + we turn them off as a foundation for YUI | |
11 | + CSS treatments. */ | |
12 | +body { | |
13 | + margin: 0; | |
14 | + padding: 0; | |
15 | +} | |
16 | +</style> | |
17 | +<script type="text/javascript" src="../js/core_.js"></script> | |
18 | +<script type="text/javascript" src="../dicionario/core.js"></script> | |
19 | +<script type="text/javascript" src="../dicionario/estat_editor.js"></script> | |
20 | +<script type="text/javascript" src="../js/estat_editor.js"></script> | |
21 | +<link rel="stylesheet" type="text/css" href="admin.css"> | |
22 | + | |
23 | +</head> | |
24 | +<body class=" yui-skin-sam fundoPonto" style="background-color: white; margin-top: 20px;"> | |
25 | + <div class="mascaraPrincipal" id="divGeral"> | |
26 | + <h1> | |
27 | + {{{estatEditor}}} <img src="../imagens/04.png" style="cursor: pointer" | |
28 | + id=botaoAjuda /> | |
29 | + </h1> | |
30 | + | |
31 | + <div id="formulario" style="display: none"> | |
32 | + <div id="ajuda" style="display: none"> | |
33 | + <div class="hd">{{{ajuda}}}</div> | |
34 | + <div class="bd" style="height: 144px; overflow: auto"> | |
35 | + {{{txtAjuda}}} | |
36 | + </div> | |
37 | + <div class="ft"></div> | |
38 | + </div> | |
39 | + <p style="font-size:10px;"> | |
40 | + {{{msg}}}</p> | |
41 | + <div id="i3GEOadminEditorConexao" style="left: -5px;"></div><br> | |
42 | + <div id="i3GEOadminEditorEsquema" style="left: -5px;"></div> | |
43 | + <div id="i3GEOadminEditorUpload" style="left: -5px;"></div> | |
44 | + <div id="i3GEOadminEditorTabela" style="left: -5px;"></div> | |
45 | + <div id="i3GEOadminEditorShp" style="left: -5px;"></div> | |
46 | + <div id="i3GEOadminEditorColuna" style="left: -5px;"></div> | |
47 | + </div> | |
48 | + </div> | |
49 | + <div id=logajax style="display: block"></div> | |
50 | + <script> | |
51 | + /* | |
52 | + Title: Editor de tabelas do sistema de metadados estatísticos | |
53 | + | |
54 | + Licenca: | |
55 | + | |
56 | + GPL2 | |
57 | + | |
58 | + i3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet | |
59 | + | |
60 | + Direitos Autorais Reservados (c) 2006 Ministério do Meio Ambiente Brasil | |
61 | + Desenvolvedor: Edmar Moretti edmar.moretti@mma.gov.br | |
62 | + | |
63 | + Este programa é software livre; você pode redistribuí-lo | |
64 | + e/ou modificá-lo sob os termos da Licença Pública Geral | |
65 | + GNU conforme publicada pela Free Software Foundation; | |
66 | + | |
67 | + Este programa é distribuído na expectativa de que seja útil, | |
68 | + porém, SEM NENHUMA GARANTIA; nem mesmo a garantia implícita | |
69 | + de COMERCIABILIDADE OU ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. | |
70 | + Consulte a Licença Pública Geral do GNU para mais detalhes. | |
71 | + Você deve ter recebido uma cópia da Licença Pública Geral do | |
72 | + GNU junto com este programa; se não, escreva para a | |
73 | + Free Software Foundation, Inc., no endereço | |
74 | + 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. | |
75 | + | |
76 | + Arquivo: | |
77 | + | |
78 | + i3geo/admin/html/estat_editor.html | |
79 | + */ | |
80 | + | |
81 | + //necessario para a ferramenta login e outras | |
82 | + i3GEO.configura = { | |
83 | + locaplic : "../.." | |
84 | + }; | |
85 | + core_parseMustacheBody(i3GEOadmin.estat_editor.dicionario); | |
86 | + cabecalhoMetaestat("cabecalhoPrincipal", "editor"); | |
87 | + | |
88 | + temp = function() { | |
89 | + document.getElementById("formulario").style.display = "block"; | |
90 | + i3GEOadmin.editor.inicia(); | |
91 | + }; | |
92 | + i3GEO.login.verificaOperacao("admin/metaestat/geral",i3GEO.configura.locaplic, temp, "sessao",i3GEO.login.dialogo.abreLogin); | |
93 | + </script> | |
94 | +</body> | ... | ... |
admin/html/gruposusuarios.html
... | ... | @@ -20,7 +20,7 @@ body { |
20 | 20 | <script type="text/javascript" src="../js/gruposusuarios.js"></script> |
21 | 21 | <link rel="stylesheet" type="text/css" href="admin.css"> |
22 | 22 | </head> |
23 | -<body class=" yui-skin-sam fundoPonto"> | |
23 | +<body class=" yui-skin-sam fundoPonto" > | |
24 | 24 | <center> |
25 | 25 | <div class="bordaSuperior"> </div> |
26 | 26 | <div class="mascaraPrincipal" id="divGeral"> | ... | ... |
... | ... | @@ -0,0 +1,97 @@ |
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 | +<html> | |
3 | +<head> | |
4 | +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> | |
5 | +<title>Usuarios</title> | |
6 | +<style type="text/css"> | |
7 | +/*margin and padding on body element | |
8 | + can introduce errors in determining | |
9 | + element position and are not recommended; | |
10 | + we turn them off as a foundation for YUI | |
11 | + CSS treatments. */ | |
12 | +body { | |
13 | + margin: 0; | |
14 | + padding: 0; | |
15 | +} | |
16 | +</style> | |
17 | +<script type="text/javascript" src="../js/core_.js"></script> | |
18 | +<script type="text/javascript" src="../dicionario/core.js"></script> | |
19 | +<script type="text/javascript" src="../dicionario/gruposusuarios.js"></script> | |
20 | +<script type="text/javascript" src="../js/gruposusuarios.js"></script> | |
21 | +<link rel="stylesheet" type="text/css" href="admin.css"> | |
22 | +</head> | |
23 | +<body class=" yui-skin-sam fundoPonto" style="background-color: white; margin-top: 20px;"> | |
24 | + <center> | |
25 | + <div class="mascaraPrincipal" id="divGeral"> | |
26 | + <h1> | |
27 | + {{{gruposusuarios}}} <img | |
28 | + src="../imagens/04.png" style="cursor: pointer" id=botaoAjuda /> | |
29 | + </h1> | |
30 | + <div id="formulario" style="display: none"> | |
31 | + <div id="ajuda"> | |
32 | + <div class="hd">{{{ajuda}}}</div> | |
33 | + <div class="bd" style="height: 144px; overflow: auto"> | |
34 | + {{{txtAjuda}}} | |
35 | + </div> | |
36 | + <div class="ft"></div> | |
37 | + </div> | |
38 | + <input onclick="adicionaLinha()" type=button id=adiciona | |
39 | + value="{{{adicionaGrupo}}}" /> <br> | |
40 | + <p>{{{grupoCadastrado}}}</p> | |
41 | + <div id="tabela" style="left: -5px;"></div> | |
42 | + <div id=logajax style="display: block"></div> | |
43 | + </div> | |
44 | + </div> | |
45 | + </center> | |
46 | + <script> | |
47 | + /* | |
48 | + Title: Cadastro de grupos de usuarios | |
49 | + | |
50 | + Veja também: | |
51 | + | |
52 | + <core.js> | |
53 | + | |
54 | + <usuarios.js> | |
55 | + | |
56 | + Licenca: | |
57 | + | |
58 | + GPL2 | |
59 | + | |
60 | + i3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet | |
61 | + | |
62 | + Direitos Autorais Reservados (c) 2006 Ministério do Meio Ambiente Brasil | |
63 | + Desenvolvedor: Edmar Moretti edmar.moretti@mma.gov.br | |
64 | + | |
65 | + Este programa é software livre; você pode redistribuí-lo | |
66 | + e/ou modificá-lo sob os termos da Licença Pública Geral | |
67 | + GNU conforme publicada pela Free Software Foundation; | |
68 | + | |
69 | + Este programa é distribuído na expectativa de que seja útil, | |
70 | + porém, SEM NENHUMA GARANTIA; nem mesmo a garantia implícita | |
71 | + de COMERCIABILIDADE OU ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. | |
72 | + Consulte a Licença Pública Geral do GNU para mais detalhes. | |
73 | + Você deve ter recebido uma cópia da Licença Pública Geral do | |
74 | + GNU junto com este programa; se não, escreva para a | |
75 | + Free Software Foundation, Inc., no endereço | |
76 | + 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. | |
77 | + | |
78 | + Arquivo: | |
79 | + | |
80 | + i3geo/admin/html/gruposusuarios.html | |
81 | + */ | |
82 | + | |
83 | + //necessario para a ferramenta login e outras | |
84 | + i3GEO.configura = { | |
85 | + locaplic : "../.." | |
86 | + }; | |
87 | + // | |
88 | + core_parseMustacheBody(i3GEOadmin.gruposusuarios.dicionario); | |
89 | + cabecalhoUsuarios("cabecalhoPrincipal", "gruposusuarios"); | |
90 | + temp = function() { | |
91 | + document.getElementById("formulario").style.display = "block"; | |
92 | + initMenu(); | |
93 | + }; | |
94 | + i3GEO.login.verificaOperacao("admin/html/usuarios", | |
95 | + i3GEO.configura.locaplic, temp, "sessao",i3GEO.login.dialogo.abreLogin); | |
96 | + </script> | |
97 | +</body> | ... | ... |
... | ... | @@ -0,0 +1,100 @@ |
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 | +<html> | |
3 | +<head> | |
4 | +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> | |
5 | +<title>Links</title> | |
6 | +<style type="text/css"> | |
7 | +/*margin and padding on body element | |
8 | + can introduce errors in determining | |
9 | + element position and are not recommended; | |
10 | + we turn them off as a foundation for YUI | |
11 | + CSS treatments. */ | |
12 | +body { | |
13 | + margin: 0; | |
14 | + padding: 0; | |
15 | +} | |
16 | +</style> | |
17 | +<script type="text/javascript" src="../js/core_.js"></script> | |
18 | +<script type="text/javascript" src="../dicionario/core.js"></script> | |
19 | +<script type="text/javascript" src="../js/mapas.js"></script> | |
20 | +<script type="text/javascript" src="../dicionario/mapas.js"></script> | |
21 | +<link rel="stylesheet" type="text/css" href="admin.css"> | |
22 | +</head> | |
23 | +<body class=" yui-skin-sam fundoPonto" style="background-color: white; margin-top: 20px;"> | |
24 | + <center> | |
25 | + <div class="mascaraPrincipal" id="divGeral"> | |
26 | + <h1> | |
27 | + {{{mapas}}}<img | |
28 | + src="../imagens/04.png" style="cursor: pointer" id=botaoAjuda /> | |
29 | + </h1> | |
30 | + <div id="formulario" style="display: none"> | |
31 | + <div id="ajuda" style="display: none"> | |
32 | + <div class="hd">{{{ajuda}}}</div> | |
33 | + <div class="bd" style="height: 144px; overflow: auto"> | |
34 | + {{{txtAjuda}}} | |
35 | + </div> | |
36 | + <div class="ft"></div> | |
37 | + </div> | |
38 | + <input type=button id=adicionaNovoMapa | |
39 | + value="{{{ajudaNovo}}}" /> <br> | |
40 | + <p>{{{linksExistentes}}}</p> | |
41 | + <div id="letras_Mp" ></div><br> | |
42 | + <div id="tabela" style="left: -5px;"></div> | |
43 | + <div id=logajax style="display: block"></div> | |
44 | + </div> | |
45 | + </div> | |
46 | + </center> | |
47 | + <script> | |
48 | + /* | |
49 | + Title: Mapas | |
50 | + | |
51 | + HTML da interface de administração do cadastro de mapas (links) | |
52 | + | |
53 | + Veja também: | |
54 | + | |
55 | + <core.js> | |
56 | + | |
57 | + <mapas.js> | |
58 | + | |
59 | + Licenca: | |
60 | + | |
61 | + GPL2 | |
62 | + | |
63 | + i3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet | |
64 | + | |
65 | + Direitos Autorais Reservados (c) 2006 Ministério do Meio Ambiente Brasil | |
66 | + Desenvolvedor: Edmar Moretti edmar.moretti@mma.gov.br | |
67 | + | |
68 | + Este programa é software livre; você pode redistribuí-lo | |
69 | + e/ou modificá-lo sob os termos da Licença Pública Geral | |
70 | + GNU conforme publicada pela Free Software Foundation; | |
71 | + | |
72 | + Este programa é distribuído na expectativa de que seja útil, | |
73 | + porém, SEM NENHUMA GARANTIA; nem mesmo a garantia implícita | |
74 | + de COMERCIABILIDADE OU ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. | |
75 | + Consulte a Licença Pública Geral do GNU para mais detalhes. | |
76 | + Você deve ter recebido uma cópia da Licença Pública Geral do | |
77 | + GNU junto com este programa; se não, escreva para a | |
78 | + Free Software Foundation, Inc., no endereço | |
79 | + 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. | |
80 | + | |
81 | + Arquivo: | |
82 | + | |
83 | + i3geo/admin/html/mapas.html | |
84 | + */ | |
85 | + | |
86 | + //necessario para a ferramenta login e outras | |
87 | + i3GEO.configura = { | |
88 | + locaplic : "../.." | |
89 | + }; | |
90 | + // | |
91 | + core_parseMustacheBody(i3GEOadmin.mapas.dicionario); | |
92 | + cabecalhoGeral("cabecalhoPrincipal", ""); | |
93 | + temp = function() { | |
94 | + document.getElementById("formulario").style.display = "block"; | |
95 | + i3GEOadmin.mapas.inicia(); | |
96 | + }; | |
97 | + i3GEO.login.verificaOperacao("admin/html/mapas",i3GEO.configura.locaplic, temp, "sessao",i3GEO.login.dialogo.abreLogin); | |
98 | + </script> | |
99 | + | |
100 | +</body> | ... | ... |
... | ... | @@ -0,0 +1,104 @@ |
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 | +<html> | |
3 | +<head> | |
4 | +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> | |
5 | +<title>Lista de menus</title> | |
6 | +<style type="text/css"> | |
7 | +/*margin and padding on body element | |
8 | + can introduce errors in determining | |
9 | + element position and are not recommended; | |
10 | + we turn them off as a foundation for YUI | |
11 | + CSS treatments. */ | |
12 | +body { | |
13 | + margin: 0; | |
14 | + padding: 0; | |
15 | +} | |
16 | +</style> | |
17 | +<script type="text/javascript" src="../js/core_.js"></script> | |
18 | +<script type="text/javascript" src="../dicionario/core.js"></script> | |
19 | +<script type="text/javascript" src="../js/menu.js"></script> | |
20 | +<script type="text/javascript" src="../dicionario/menus.js"></script> | |
21 | +</head> | |
22 | +<body class=" yui-skin-sam" style="background-color: white; margin-top: 20px;"> | |
23 | + <div style="margin: 20px"> | |
24 | + <div style="width: 80%; text-align: center;"> | |
25 | + <h1> | |
26 | + {{{menus}}} <img | |
27 | + src="../imagens/04.png" style="cursor: pointer" id=botaoAjuda /> | |
28 | + </h1> | |
29 | + | |
30 | + </div> | |
31 | + <div id="formulario" style="display: none"> | |
32 | + <div id="ajuda" style="display: none"> | |
33 | + <div class="hd">{{{ajuda}}}</div> | |
34 | + <div class="bd" style="height: 144px; overflow: auto"> | |
35 | + {{{txtAjuda}}} | |
36 | + </div> | |
37 | + <div class="ft"></div> | |
38 | + </div> | |
39 | + <br> | |
40 | + <input type=button id=adicionaNovoMenu value="{{{adicionaMenu}}}" style="left: -5px;" /> | |
41 | + <p> | |
42 | + | |
43 | + <div id="tabela" style="left: -5px;"></div> | |
44 | + </div> | |
45 | + </div> | |
46 | + <div id=logajax style="display: block"></div> | |
47 | + <script> | |
48 | + /* | |
49 | + Title: Editor da lista de menus | |
50 | + | |
51 | + HTML da interface de administração da lista de menus | |
52 | + | |
53 | + Veja também: | |
54 | + | |
55 | + <core.js> | |
56 | + | |
57 | + <arvore.js> | |
58 | + | |
59 | + <menu.js> | |
60 | + | |
61 | + <grupos.js> | |
62 | + | |
63 | + <subgrupos.js> | |
64 | + | |
65 | + Licenca: | |
66 | + | |
67 | + GPL2 | |
68 | + | |
69 | + i3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet | |
70 | + | |
71 | + Direitos Autorais Reservados (c) 2006 Ministério do Meio Ambiente Brasil | |
72 | + Desenvolvedor: Edmar Moretti edmar.moretti@mma.gov.br | |
73 | + | |
74 | + Este programa é software livre; você pode redistribuí-lo | |
75 | + e/ou modificá-lo sob os termos da Licença Pública Geral | |
76 | + GNU conforme publicada pela Free Software Foundation; | |
77 | + | |
78 | + Este programa é distribuído na expectativa de que seja útil, | |
79 | + porém, SEM NENHUMA GARANTIA; nem mesmo a garantia implícita | |
80 | + de COMERCIABILIDADE OU ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. | |
81 | + Consulte a Licença Pública Geral do GNU para mais detalhes. | |
82 | + Você deve ter recebido uma cópia da Licença Pública Geral do | |
83 | + GNU junto com este programa; se não, escreva para a | |
84 | + Free Software Foundation, Inc., no endereço | |
85 | + 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. | |
86 | + | |
87 | + Arquivo: | |
88 | + | |
89 | + i3geo/admin/html/menus.html | |
90 | + */ | |
91 | + | |
92 | + //necessario para a ferramenta login e outras | |
93 | + i3GEO.configura = { | |
94 | + locaplic : "../.." | |
95 | + }; | |
96 | + core_parseMustacheBody(i3GEOadmin.listamenu.dicionario); | |
97 | + cabecalhoGeral("cabecalhoPrincipal", "menus"); | |
98 | + temp = function() { | |
99 | + document.getElementById("formulario").style.display = "block"; | |
100 | + i3GEOadmin.menus.inicia(); | |
101 | + }; | |
102 | + i3GEO.login.verificaOperacao("admin/html/menus",i3GEO.configura.locaplic, temp, "sessao", i3GEO.login.dialogo.abreLogin); | |
103 | + </script> | |
104 | +</body> | ... | ... |
... | ... | @@ -0,0 +1,98 @@ |
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 | +<html> | |
3 | +<head> | |
4 | +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> | |
5 | +<title>Perfis</title> | |
6 | +<style type="text/css"> | |
7 | +/*margin and padding on body element | |
8 | + can introduce errors in determining | |
9 | + element position and are not recommended; | |
10 | + we turn them off as a foundation for YUI | |
11 | + CSS treatments. */ | |
12 | +body { | |
13 | + margin: 0; | |
14 | + padding: 0; | |
15 | +} | |
16 | +</style> | |
17 | +<script type="text/javascript" src="../js/core_.js"></script> | |
18 | +<script type="text/javascript" src="../dicionario/core.js"></script> | |
19 | +<script type="text/javascript" src="../dicionario/perfis.js"></script> | |
20 | +<script type="text/javascript" src="../js/perfis.js"></script> | |
21 | +<link rel="stylesheet" type="text/css" href="admin.css"> | |
22 | +</head> | |
23 | +<body class=" yui-skin-sam fundoPonto" style="background-color: white; margin-top: 20px;"> | |
24 | + <center> | |
25 | + <div class="mascaraPrincipal" id="divGeral"> | |
26 | + <h1> | |
27 | + {{{perfis}}} <img src="../imagens/04.png" | |
28 | + style="cursor: pointer" id=botaoAjuda /> | |
29 | + </h1> | |
30 | + <div id="formulario" style="display: none"> | |
31 | + <div id="ajuda"> | |
32 | + <div class="hd">{{{ajuda}}}</div> | |
33 | + <div class="bd" style="height: 144px; overflow: auto"> | |
34 | + {{{txtAjuda}}} | |
35 | + </div> | |
36 | + <div class="ft"></div> | |
37 | + </div> | |
38 | + <input onclick="adicionaLinha()" type=button id=adiciona | |
39 | + value="{{{adicionaPerfil}}}" /> <br> | |
40 | + {{{editaPerfil}}} | |
41 | + <div id="tabela" style="left: -5px;"></div> | |
42 | + <div id=logajax style="display: block"></div> | |
43 | + </div> | |
44 | + </div> | |
45 | + </center> | |
46 | + <script> | |
47 | +/* | |
48 | +Title: Perfis | |
49 | + | |
50 | +HTML da interface de administração do cadastro de perfis | |
51 | + | |
52 | +Veja também: | |
53 | + | |
54 | +<core.js> | |
55 | + | |
56 | +<perfis.js> | |
57 | + | |
58 | +Licenca: | |
59 | + | |
60 | +GPL2 | |
61 | + | |
62 | +i3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet | |
63 | + | |
64 | +Direitos Autorais Reservados (c) 2006 Ministério do Meio Ambiente Brasil | |
65 | +Desenvolvedor: Edmar Moretti edmar.moretti@mma.gov.br | |
66 | + | |
67 | +Este programa é software livre; você pode redistribuí-lo | |
68 | +e/ou modificá-lo sob os termos da Licença Pública Geral | |
69 | +GNU conforme publicada pela Free Software Foundation; | |
70 | + | |
71 | +Este programa é distribuído na expectativa de que seja útil, | |
72 | +porém, SEM NENHUMA GARANTIA; nem mesmo a garantia implícita | |
73 | +de COMERCIABILIDADE OU ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. | |
74 | +Consulte a Licença Pública Geral do GNU para mais detalhes. | |
75 | +Você deve ter recebido uma cópia da Licença Pública Geral do | |
76 | +GNU junto com este programa; se não, escreva para a | |
77 | +Free Software Foundation, Inc., no endereço | |
78 | +59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. | |
79 | + | |
80 | +Arquivo: | |
81 | + | |
82 | +i3geo/admin/html/perfis.html | |
83 | +*/ | |
84 | +//necessario para a ferramenta login e outras | |
85 | +i3GEO.configura = { | |
86 | + locaplic: "../.." | |
87 | +}; | |
88 | +// | |
89 | +core_parseMustacheBody(i3GEOadmin.perfis.dicionario); | |
90 | +cabecalhoGeral("cabecalhoPrincipal",""); | |
91 | +temp = function(){ | |
92 | + document.getElementById("formulario").style.display = "block"; | |
93 | + initMenu(); | |
94 | +}; | |
95 | +i3GEO.login.verificaOperacao("admin/html/perfis",i3GEO.configura.locaplic,temp,"sessao",i3GEO.login.dialogo.abreLogin); | |
96 | +</script> | |
97 | + | |
98 | +</body> | ... | ... |
... | ... | @@ -0,0 +1,77 @@ |
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 | +<html> | |
3 | +<head> | |
4 | +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> | |
5 | +<title>Shape file</title> | |
6 | +<style type="text/css"> | |
7 | +/*margin and padding on body element | |
8 | + can introduce errors in determining | |
9 | + element position and are not recommended; | |
10 | + we turn them off as a foundation for YUI | |
11 | + CSS treatments. */ | |
12 | +body { | |
13 | + margin: 0; | |
14 | + padding: 0; | |
15 | +} | |
16 | +</style> | |
17 | +<script type="text/javascript" src="../js/core_.js"></script> | |
18 | +<script type="text/javascript" src="../../classesjs/i3geo.js"></script> | |
19 | +<script type="text/javascript" src="../../ferramentas/upload/index.js"></script> | |
20 | +<script type="text/javascript" src="../../ferramentas/upload/dicionario.js"></script> | |
21 | +<script type="text/javascript" src="../dicionario/core.js"></script> | |
22 | +<link rel="stylesheet" type="text/css" href="admin.css"> | |
23 | +</head> | |
24 | +<body class=" yui-skin-sam fundoPonto" style="background-color: white; margin-top: 20px;"> | |
25 | + <center> | |
26 | + <div class="mascaraPrincipal" id="divGeral"> | |
27 | + <div id="formulario" style="display: none"> | |
28 | + <div id="conteudo" ></div> | |
29 | + </div> | |
30 | + </div> | |
31 | + <br> <br> <br> <br> <br> <br> <br> | |
32 | + <br> <br> <br> <br> <br> <br> <br> | |
33 | + <br> <br> <br> <br> <br> <br> <br> | |
34 | + </center> | |
35 | + <script> | |
36 | +/* | |
37 | +Title: Subir shapefile | |
38 | + | |
39 | +Envia um arquivo shape file para o servidor | |
40 | + | |
41 | +Licenca: | |
42 | + | |
43 | +GPL2 | |
44 | + | |
45 | +i3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet | |
46 | + | |
47 | +Direitos Autorais Reservados (c) 2006 Ministério do Meio Ambiente Brasil | |
48 | +Desenvolvedor: Edmar Moretti edmar.moretti@mma.gov.br | |
49 | + | |
50 | +Este programa é software livre; você pode redistribuí-lo | |
51 | +e/ou modificá-lo sob os termos da Licença Pública Geral | |
52 | +GNU conforme publicada pela Free Software Foundation; | |
53 | + | |
54 | +Este programa é distribuído na expectativa de que seja útil, | |
55 | +porém, SEM NENHUMA GARANTIA; nem mesmo a garantia implícita | |
56 | +de COMERCIABILIDADE OU ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. | |
57 | +Consulte a Licença Pública Geral do GNU para mais detalhes. | |
58 | +Você deve ter recebido uma cópia da Licença Pública Geral do | |
59 | +GNU junto com este programa; se não, escreva para a | |
60 | +Free Software Foundation, Inc., no endereço | |
61 | +59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. | |
62 | + | |
63 | +Arquivo: | |
64 | + | |
65 | +i3geo/admin/html/subirshapefile.html | |
66 | +*/ | |
67 | +i3GEO.configura.locaplic = "../.."; | |
68 | +i3GEO.parametros.editor = "sim"; | |
69 | +i3GEO.configura.sid = ""; | |
70 | +cabecalhoGeral("cabecalhoPrincipal",""); | |
71 | +temp = function(){ | |
72 | + document.getElementById("formulario").style.display = "block"; | |
73 | + i3GEOF.upload.inicia("conteudo"); | |
74 | +}; | |
75 | +i3GEO.login.verificaOperacao("admin/html/subirshapefile",i3GEO.configura.locaplic,temp,"sessao",i3GEO.login.dialogo.abreLogin); | |
76 | +</script> | |
77 | +</body> | ... | ... |
... | ... | @@ -0,0 +1,80 @@ |
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 | +<html> | |
3 | +<head> | |
4 | +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> | |
5 | +<title>Shape file</title> | |
6 | +<style type="text/css"> | |
7 | +/*margin and padding on body element | |
8 | + can introduce errors in determining | |
9 | + element position and are not recommended; | |
10 | + we turn them off as a foundation for YUI | |
11 | + CSS treatments. */ | |
12 | +body { | |
13 | + margin: 0; | |
14 | + padding: 0; | |
15 | +} | |
16 | +</style> | |
17 | +<script type="text/javascript" src="../js/core_.js"></script> | |
18 | +<script type="text/javascript" src="../../classesjs/i3geo.js"></script> | |
19 | +<script type="text/javascript" src="../../ferramentas/uploadsimbolo/index.js"></script> | |
20 | +<script type="text/javascript" src="../../ferramentas/uploadsimbolo/dicionario.js"></script> | |
21 | + | |
22 | +<script type="text/javascript" src="../dicionario/core.js"></script> | |
23 | +<link rel="stylesheet" type="text/css" href="admin.css"> | |
24 | +</head> | |
25 | +<body class=" yui-skin-sam fundoPonto" style="background-color: white; margin-top: 20px;"> | |
26 | + <center> | |
27 | + <div class="mascaraPrincipal" id="divGeral"> | |
28 | + <div id="formulario" style="display: none"> | |
29 | + <div id="conteudo" style="width: 500px"></div> | |
30 | + </div> | |
31 | + </div> | |
32 | + <br> <br> <br> <br> <br> <br> <br> | |
33 | + <br> <br> <br> <br> <br> <br> <br> | |
34 | + <br> <br> <br> <br> <br> <br> <br> | |
35 | + </center> | |
36 | + <script> | |
37 | +/* | |
38 | +Title: Subir simbolo | |
39 | + | |
40 | +Envia um arquivo de imagem para o servidor | |
41 | + | |
42 | +Licenca: | |
43 | + | |
44 | +GPL2 | |
45 | + | |
46 | +i3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet | |
47 | + | |
48 | +Direitos Autorais Reservados (c) 2006 Ministério do Meio Ambiente Brasil | |
49 | +Desenvolvedor: Edmar Moretti edmar.moretti@mma.gov.br | |
50 | + | |
51 | +Este programa é software livre; você pode redistribuí-lo | |
52 | +e/ou modificá-lo sob os termos da Licença Pública Geral | |
53 | +GNU conforme publicada pela Free Software Foundation; | |
54 | + | |
55 | +Este programa é distribuído na expectativa de que seja útil, | |
56 | +porém, SEM NENHUMA GARANTIA; nem mesmo a garantia implícita | |
57 | +de COMERCIABILIDADE OU ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. | |
58 | +Consulte a Licença Pública Geral do GNU para mais detalhes. | |
59 | +Você deve ter recebido uma cópia da Licença Pública Geral do | |
60 | +GNU junto com este programa; se não, escreva para a | |
61 | +Free Software Foundation, Inc., no endereço | |
62 | +59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. | |
63 | + | |
64 | +Arquivo: | |
65 | + | |
66 | +i3geo/admin/html/subirsimbolo.html | |
67 | +*/ | |
68 | +i3GEO.configura = { | |
69 | + locaplic : "../.." | |
70 | +}; | |
71 | +i3GEO.parametros.editor = "sim"; | |
72 | +i3GEO.configura.sid = ""; | |
73 | +cabecalhoGeral("cabecalhoPrincipal",""); | |
74 | +temp = function(){ | |
75 | + document.getElementById("formulario").style.display = "block"; | |
76 | + i3GEOF.uploadsimbolo.inicia("conteudo"); | |
77 | +}; | |
78 | +i3GEO.login.verificaOperacao("admin/html/subirshapefile",i3GEO.configura.locaplic,temp,"sessao",i3GEO.login.dialogo.abreLogin); | |
79 | +</script> | |
80 | +</body> | ... | ... |
... | ... | @@ -0,0 +1,100 @@ |
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 | +<html> | |
3 | +<head> | |
4 | +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> | |
5 | +<title>Tags</title> | |
6 | +<style type="text/css"> | |
7 | +/*margin and padding on body element | |
8 | + can introduce errors in determining | |
9 | + element position and are not recommended; | |
10 | + we turn them off as a foundation for YUI | |
11 | + CSS treatments. */ | |
12 | +body { | |
13 | + margin: 0; | |
14 | + padding: 0; | |
15 | +} | |
16 | +</style> | |
17 | +<script type="text/javascript" src="../js/core_.js"></script> | |
18 | +<script type="text/javascript" src="../dicionario/core.js"></script> | |
19 | +<script type="text/javascript" src="../dicionario/tags.js"></script> | |
20 | +<script type="text/javascript" src="../js/tags.js"></script> | |
21 | +<link rel="stylesheet" type="text/css" href="admin.css"> | |
22 | +</head> | |
23 | +<body class=" yui-skin-sam fundoPonto" style="background-color: white; margin-top: 20px;"> | |
24 | + <center> | |
25 | + <div class="mascaraPrincipal" id="divGeral"> | |
26 | + <h1> | |
27 | + {{{tags}}} <img | |
28 | + src="../imagens/04.png" style="cursor: pointer" id=botaoAjuda /> | |
29 | + </h1> | |
30 | + <div id="formulario" style="display: none"> | |
31 | + <div id="ajuda"> | |
32 | + <div class="hd">{{{ajuda}}}</div> | |
33 | + <div class="bd" style="height: 144px; overflow: auto"> | |
34 | + {{{txtAjuda}}} | |
35 | + | |
36 | + </div> | |
37 | + <div class="ft"></div> | |
38 | + </div> | |
39 | + <input onclick="adicionaLinha()" type=button id=adiciona | |
40 | + value="{{{adicionaTag}}}" /> <br> | |
41 | + {{{tagsExistentes}}} | |
42 | + <div id="tabela" style="left: -5px;"></div> | |
43 | + <div id=logajax style="display: block"></div> | |
44 | + </div> | |
45 | + </div> | |
46 | + </center> | |
47 | + <script> | |
48 | + /* | |
49 | + Title: Tags | |
50 | + | |
51 | + HTML da interface de administração do cadastro de tags | |
52 | + | |
53 | + Veja também: | |
54 | + | |
55 | + <core.js> | |
56 | + | |
57 | + <tags.js> | |
58 | + | |
59 | + Licenca: | |
60 | + | |
61 | + GPL2 | |
62 | + | |
63 | + i3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet | |
64 | + | |
65 | + Direitos Autorais Reservados (c) 2006 Ministério do Meio Ambiente Brasil | |
66 | + Desenvolvedor: Edmar Moretti edmar.moretti@mma.gov.br | |
67 | + | |
68 | + Este programa é software livre; você pode redistribuí-lo | |
69 | + e/ou modificá-lo sob os termos da Licença Pública Geral | |
70 | + GNU conforme publicada pela Free Software Foundation; | |
71 | + | |
72 | + Este programa é distribuído na expectativa de que seja útil, | |
73 | + porém, SEM NENHUMA GARANTIA; nem mesmo a garantia implícita | |
74 | + de COMERCIABILIDADE OU ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. | |
75 | + Consulte a Licença Pública Geral do GNU para mais detalhes. | |
76 | + Você deve ter recebido uma cópia da Licença Pública Geral do | |
77 | + GNU junto com este programa; se não, escreva para a | |
78 | + Free Software Foundation, Inc., no endereço | |
79 | + 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. | |
80 | + | |
81 | + Arquivo: | |
82 | + | |
83 | + i3geo/admin/html/tags.html | |
84 | + */ | |
85 | + | |
86 | + //necessário para a ferramenta login e outras | |
87 | + i3GEO.configura = { | |
88 | + locaplic : "../.." | |
89 | + }; | |
90 | + // | |
91 | + core_parseMustacheBody(i3GEOadmin.tags.dicionario); | |
92 | + cabecalhoGeral("cabecalhoPrincipal", ""); | |
93 | + temp = function() { | |
94 | + document.getElementById("formulario").style.display = "block"; | |
95 | + initMenu(); | |
96 | + }; | |
97 | + i3GEO.login.verificaOperacao("admin/html/tags", | |
98 | + i3GEO.configura.locaplic, temp, "sessao",i3GEO.login.dialogo.abreLogin); | |
99 | + </script> | |
100 | +</body> | ... | ... |
admin1/catalogo/arvore/index.php
... | ... | @@ -17,7 +17,7 @@ include "../../head.php"; |
17 | 17 | </div> |
18 | 18 | <div class="container-fluid"> |
19 | 19 | <div class="row"> |
20 | - <iframe src="../../../admin/html/arvore.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
20 | + <iframe src="../../../admin/html/arvore_.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
21 | 21 | </div> |
22 | 22 | </div> |
23 | 23 | <script> | ... | ... |
admin1/catalogo/atlas/index.php
... | ... | @@ -16,7 +16,7 @@ include "../../head.php"; |
16 | 16 | </div> |
17 | 17 | <div class="container-fluid"> |
18 | 18 | <div class="row"> |
19 | - <iframe src="../../../admin/html/atlas.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
19 | + <iframe src="../../../admin/html/atlas_.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
20 | 20 | </div> |
21 | 21 | </div> |
22 | 22 | <script> | ... | ... |
admin1/catalogo/mapas/index.php
... | ... | @@ -16,7 +16,7 @@ include "../../head.php"; |
16 | 16 | </div> |
17 | 17 | <div class="container-fluid"> |
18 | 18 | <div class="row"> |
19 | - <iframe src="../../../admin/html/mapas.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
19 | + <iframe src="../../../admin/html/mapas_.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
20 | 20 | </div> |
21 | 21 | </div> |
22 | 22 | <script> | ... | ... |
admin1/catalogo/mapfile/index.php
... | ... | @@ -17,7 +17,7 @@ include "../../head.php"; |
17 | 17 | </div> |
18 | 18 | <div class="container-fluid"> |
19 | 19 | <div class="row"> |
20 | - <iframe src="../../../admin/html/editormapfile.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
20 | + <iframe src="../../../admin/html/editormapfile_.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
21 | 21 | </div> |
22 | 22 | </div> |
23 | 23 | <script> | ... | ... |
admin1/catalogo/menus/index.php
... | ... | @@ -17,7 +17,7 @@ include "../../head.php"; |
17 | 17 | </div> |
18 | 18 | <div class="container-fluid"> |
19 | 19 | <div class="row"> |
20 | - <iframe src="../../../admin/html/menus.html" | |
20 | + <iframe src="../../../admin/html/menus_.html" | |
21 | 21 | style="width: 100%; height: 5000px; border: none; scrolling: no; frameborder: 0; marginheight: 0; marginwidth: 0;"></iframe> |
22 | 22 | </div> |
23 | 23 | </div> | ... | ... |
admin1/catalogo/perfis/index.php
... | ... | @@ -17,7 +17,7 @@ include "../../head.php"; |
17 | 17 | </div> |
18 | 18 | <div class="container-fluid"> |
19 | 19 | <div class="row"> |
20 | - <iframe src="../../../admin/html/perfis.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
20 | + <iframe src="../../../admin/html/perfis_.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
21 | 21 | </div> |
22 | 22 | </div> |
23 | 23 | <script> | ... | ... |
admin1/catalogo/tags/index.php
... | ... | @@ -17,7 +17,7 @@ include "../../head.php"; |
17 | 17 | </div> |
18 | 18 | <div class="container-fluid"> |
19 | 19 | <div class="row"> |
20 | - <iframe src="../../../admin/html/tags.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
20 | + <iframe src="../../../admin/html/tags_.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
21 | 21 | </div> |
22 | 22 | </div> |
23 | 23 | <script> | ... | ... |
admin1/upload/arquivo/index.php
... | ... | @@ -17,7 +17,7 @@ include "../../head.php"; |
17 | 17 | </div> |
18 | 18 | <div class="container-fluid"> |
19 | 19 | <div class="row"> |
20 | - <iframe src="../../../admin/html/subirshapefile.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
20 | + <iframe src="../../../admin/html/subirshapefile_.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
21 | 21 | </div> |
22 | 22 | </div> |
23 | 23 | <script> | ... | ... |
admin1/upload/banco/index.php
... | ... | @@ -17,7 +17,7 @@ include "../../head.php"; |
17 | 17 | </div> |
18 | 18 | <div class="container-fluid"> |
19 | 19 | <div class="row"> |
20 | - <iframe src="../../../admin/html/estat_editor.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
20 | + <iframe src="../../../admin/html/estat_editor_.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
21 | 21 | </div> |
22 | 22 | </div> |
23 | 23 | <script> | ... | ... |
admin1/upload/simbolo/index.php
... | ... | @@ -17,7 +17,7 @@ include "../../head.php"; |
17 | 17 | </div> |
18 | 18 | <div class="container-fluid"> |
19 | 19 | <div class="row"> |
20 | - <iframe src="../../../admin/html/subirsimbolo.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
20 | + <iframe src="../../../admin/html/subirsimbolo_.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
21 | 21 | </div> |
22 | 22 | </div> |
23 | 23 | <script> | ... | ... |
admin1/usuarios/grupos/index.php
... | ... | @@ -17,7 +17,7 @@ include "../../head.php"; |
17 | 17 | </div> |
18 | 18 | <div class="container-fluid"> |
19 | 19 | <div class="row"> |
20 | - <iframe src="../../../admin/html/gruposusuarios.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
20 | + <iframe src="../../../admin/html/gruposusuarios_.html" style="width:100%; height:5000px;border:none; scrolling:no; frameborder:0; marginheight:0; marginwidth:0;" ></iframe> | |
21 | 21 | </div> |
22 | 22 | </div> |
23 | 23 | <script> | ... | ... |