Commit 8cc2c5aca6781d4e98b751ff1eb9ddcb65dbef9a
1 parent
8bdfef15
Exists in
master
and in
7 other branches
Revisão dos códigos html para remoção de lixo e aplicação de padrões
Showing
18 changed files
with
64 additions
and
12 deletions
Show diff stats
... | ... | @@ -0,0 +1,28 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<projectDescription> | |
3 | + <name>i3Geo admin</name> | |
4 | + <comment></comment> | |
5 | + <projects> | |
6 | + </projects> | |
7 | + <buildSpec> | |
8 | + <buildCommand> | |
9 | + <name>org.eclipse.wst.validation.validationbuilder</name> | |
10 | + <arguments> | |
11 | + </arguments> | |
12 | + </buildCommand> | |
13 | + <buildCommand> | |
14 | + <name>org.eclipse.dltk.core.scriptbuilder</name> | |
15 | + <arguments> | |
16 | + </arguments> | |
17 | + </buildCommand> | |
18 | + <buildCommand> | |
19 | + <name>org.eclipse.wst.jsdt.core.javascriptValidator</name> | |
20 | + <arguments> | |
21 | + </arguments> | |
22 | + </buildCommand> | |
23 | + </buildSpec> | |
24 | + <natures> | |
25 | + <nature>org.eclipse.wst.jsdt.core.jsNature</nature> | |
26 | + <nature>org.eclipse.php.core.PHPNature</nature> | |
27 | + </natures> | |
28 | +</projectDescription> | ... | ... |
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<classpath> | |
3 | + <classpathentry kind="src" path=""> | |
4 | + <attributes> | |
5 | + <attribute name="provider" value="org.eclipse.wst.jsdt.web.core.internal.project.ModuleSourcePathProvider"/> | |
6 | + </attributes> | |
7 | + </classpathentry> | |
8 | + <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> | |
9 | + <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/> | |
10 | + <classpathentry kind="output" path=""/> | |
11 | +</classpath> | ... | ... |
admin/.settings/org.eclipse.wst.jsdt.ui.superType.container
0 → 100644
admin/html/arvore.html
admin/html/atlas.html
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 | <body class=" yui-skin-sam fundoPonto"> |
22 | 22 | <center> |
23 | 23 | <div class="bordaSuperior" > </div> |
24 | -<div class="mascaraPrincipal" id="divGeral"> | |
24 | +<div class="mascaraPrincipal" id="divGeral" > | |
25 | 25 | <div id=cabecalhoPrincipal ></div> |
26 | 26 | <h1>Administração do i3geo - Atlas <img src="../imagens/04.png" style="cursor:pointer" id=botaoAjuda /></h1> |
27 | 27 | <div id="ajuda"> |
... | ... | @@ -42,9 +42,9 @@ |
42 | 42 | <br> |
43 | 43 | <p>Atlas existentes:</p> |
44 | 44 | <div id="tabela" style="left:-5px;"></div> |
45 | - </div> | |
46 | 45 | <div id=logajax style="display:block" ></div> |
47 | 46 | </div> |
47 | +</center> | |
48 | 48 | <script> |
49 | 49 | /* |
50 | 50 | Title: Editor da interface Atlas | ... | ... |
admin/html/editormapfile.html
admin/html/identifica.html
... | ... | @@ -43,10 +43,10 @@ |
43 | 43 | <br> |
44 | 44 | <p></p> |
45 | 45 | <div id="tabela" style="left:-5px;"></div> |
46 | - </div> | |
47 | 46 | <div id=logajax style="display:block" ></div> |
48 | 47 | <div id=dialogoContinua style="display:block" ></div> |
49 | 48 | </div> |
49 | +</center> | |
50 | 50 | <script> |
51 | 51 | /* |
52 | 52 | Title: Opções da ferramenta identifica | ... | ... |
admin/html/incluimap.html
admin/html/mapas.html
admin/html/mapfiles.html
... | ... | @@ -39,9 +39,10 @@ |
39 | 39 | <br> |
40 | 40 | <input id=botao2 type=button value="Testar a instalação" /><br><br> |
41 | 41 | <p>Parâmetros obtidos do mapfile de inicialização:</p> |
42 | - <b><div id=mapfilebase style=color:navy ></div></b><br> | |
42 | + <b><span id=mapfilebase style=color:navy ></span></b><br> | |
43 | 43 | <div id="tabela" style="left:-5px;"></div> |
44 | 44 | </div> |
45 | +</center> | |
45 | 46 | <script> |
46 | 47 | /* |
47 | 48 | Title: Editor de mapfiles de inicialização | ... | ... |
admin/html/ogcws.html
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
1 | 2 | <html> |
2 | 3 | <head> |
3 | 4 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
... | ... | @@ -33,10 +34,11 @@ |
33 | 34 | <div class="ft"></div> |
34 | 35 | </div> |
35 | 36 | <p>Parâmetros obtidos do mapfile:</p> |
36 | - <b><div id=mapfile style=color:navy ></div></b><br> | |
37 | + <b><span id=mapfile style=color:navy ></span></b><br> | |
37 | 38 | <br> |
38 | 39 | <div id="tabela" style="left:-5px;"></div> |
39 | 40 | </div> |
41 | +</center> | |
40 | 42 | <script> |
41 | 43 | /* |
42 | 44 | Title: Editor do ogcws.map | ... | ... |
admin/html/perfis.html
... | ... | @@ -37,9 +37,9 @@ |
37 | 37 | <br> |
38 | 38 | <p>Perfis existentes: (clique na célula para editar e salve a linha editada)</p> |
39 | 39 | <div id="tabela" style="left:-5px;"></div> |
40 | - </div> | |
41 | 40 | <div id=logajax style="display:block" ></div> |
42 | 41 | </div> |
42 | +</center> | |
43 | 43 | <script> |
44 | 44 | /* |
45 | 45 | Title: Perfis | ... | ... |
admin/html/sistemas.html
admin/html/subirshapefile.html
admin/html/tags.html
... | ... | @@ -35,9 +35,9 @@ |
35 | 35 | <br> |
36 | 36 | <p>Tags existentes: (clique na célula para editar e salve a linha editada)</p> |
37 | 37 | <div id="tabela" style="left:-5px;"></div> |
38 | - </div> | |
39 | 38 | <div id=logajax style="display:block" ></div> |
40 | 39 | </div> |
40 | +</center> | |
41 | 41 | <script> |
42 | 42 | /* |
43 | 43 | Title: Tags | ... | ... |
admin/html/webservices.html