Commit 83d159005e0158402df123ef37628fc901dbdacc
1 parent
ee17a919
Exists in
master
and in
7 other branches
--no commit message
Showing
8 changed files
with
44 additions
and
15 deletions
Show diff stats
.project
... | ... | @@ -6,6 +6,16 @@ |
6 | 6 | </projects> |
7 | 7 | <buildSpec> |
8 | 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> | |
9 | 19 | <name>org.eclipse.wst.jsdt.core.javascriptValidator</name> |
10 | 20 | <arguments> |
11 | 21 | </arguments> |
... | ... | @@ -13,5 +23,26 @@ |
13 | 23 | </buildSpec> |
14 | 24 | <natures> |
15 | 25 | <nature>org.eclipse.wst.jsdt.core.jsNature</nature> |
26 | + <nature>org.eclipse.php.core.PHPNature</nature> | |
16 | 27 | </natures> |
28 | + <filteredResources> | |
29 | + <filter> | |
30 | + <id>1331605361237</id> | |
31 | + <name></name> | |
32 | + <type>30</type> | |
33 | + <matcher> | |
34 | + <id>org.eclipse.ui.ide.multiFilter</id> | |
35 | + <arguments>1.0-name-matches-false-false-*compact*</arguments> | |
36 | + </matcher> | |
37 | + </filter> | |
38 | + <filter> | |
39 | + <id>1331605361255</id> | |
40 | + <name></name> | |
41 | + <type>26</type> | |
42 | + <matcher> | |
43 | + <id>org.eclipse.ui.ide.multiFilter</id> | |
44 | + <arguments>1.0-name-matches-false-false-pacotes</arguments> | |
45 | + </matcher> | |
46 | + </filter> | |
47 | + </filteredResources> | |
17 | 48 | </projectDescription> | ... | ... |
.settings/.jsdtscope
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <classpath> |
3 | - <classpathentry kind="src" path=""> | |
3 | + <classpathentry excluding="*compact*" kind="src" path=""> | |
4 | 4 | <attributes> |
5 | 5 | <attribute name="provider" value="org.eclipse.wst.jsdt.web.core.internal.project.ModuleSourcePathProvider"/> |
6 | 6 | </attributes> |
7 | 7 | </classpathentry> |
8 | 8 | <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> |
9 | 9 | <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/> |
10 | + <classpathentry kind="con" path="org.eclipse.wst.jsdt.USER_LIBRARY/YUI"/> | |
10 | 11 | <classpathentry kind="output" path=""/> |
11 | 12 | </classpath> | ... | ... |
.settings/org.eclipse.wst.jsdt.ui.superType.container
.settings/org.eclipse.wst.jsdt.ui.superType.name
admin/index.html
... | ... | @@ -23,7 +23,7 @@ |
23 | 23 | <div id="mensagemIE" style="display:none;position:relative" > |
24 | 24 | <p style=color:red >Atenção: o sistema de administração funciona melhor no Firefox.</p> |
25 | 25 | <p>No Internet Explorer, vc deve alterar as configurações de armazenamento de 'cache' para não ter problemas.</p> |
26 | - <p>No menu 'Ferramentas->Opções da Internet->Geral' clique em 'Configurações' no item 'Histórico de navegação'</p> | |
26 | + <p>No menu 'Ferramentas - Opções da Internet - Geral' clique em 'Configurações' no item 'Histórico de navegação'</p> | |
27 | 27 | <p>Marque a opção 'Sempre que eu visitar a página da web'</p> |
28 | 28 | </div> |
29 | 29 | <p>Se vc está usando o banco de dados SQLITE, você pode acessar diretamente as tabelas por meio de formulários <a href='../pacotes/phpliteadmin/phpliteadmin.php' >clique aqui</a>. |
... | ... | @@ -241,7 +241,7 @@ |
241 | 241 | </fieldset> |
242 | 242 | <br> |
243 | 243 | </div> |
244 | - | |
244 | +</center> | |
245 | 245 | </body> |
246 | 246 | <script> |
247 | 247 | /* | ... | ... |
atlas/geral.htm
... | ... | @@ -85,19 +85,13 @@ |
85 | 85 | <center> |
86 | 86 | <table id="i3GEOlogoMarca" style='box-shadow:0 1px 13px gray;border-radius:5px;'> |
87 | 87 | <tr> |
88 | - <td><center><h1 style="font-size:10px;font-family: Verdana, Arial, Helvetica, sans-serif;"><div id=versaoi3geo ></div><h2 style="font-size:10px;font-family: Verdana, Arial, Helvetica, sans-serif;">i3Geo - Software livre para criação de mapas interativos e geoprocessamento<h3 style="font-size:10px;font-family: Verdana, Arial, Helvetica, sans-serif;">Baseado no Mapserver, é licenciado sob GPL e integra o Portal do Software Público Brasileiro</h3></h2></h1></td> | |
88 | + <td><center><h1 style="font-size:10px;font-family: Verdana, Arial, Helvetica, sans-serif;"><div id=versaoi3geo ></div><h2 style="font-size:10px;font-family: Verdana, Arial, Helvetica, sans-serif;">i3Geo - Software livre para criação de mapas interativos e geoprocessamento<h3 style="font-size:10px;font-family: Verdana, Arial, Helvetica, sans-serif;">Baseado no Mapserver, é licenciado sob GPL e integra o Portal do Software Público Brasileiro</h3></h2></h1></center></td> | |
89 | 89 | </tr> |
90 | 90 | <tr> |
91 | - <td style="padding:10px;"><center><img alt="" src='../imagens/logo_inicio.png' ></td> | |
92 | - </tr> | |
93 | - <tr> | |
94 | - <td><center> | |
95 | - <!-- | |
96 | - <script id="ohloh" type="text/javascript" src="http://www.ohloh.net/p/150688/widgets/project_users.js?style=red"></script> | |
97 | - --> | |
98 | - </td> | |
91 | + <td style="padding:10px;"><center><img alt="" src='../imagens/logo_inicio.png' ></center></td> | |
99 | 92 | </tr> |
100 | 93 | </table> |
94 | +</center> | |
101 | 95 | <script type="text/javascript"> |
102 | 96 | /* |
103 | 97 | Title: Interface padrão dos Atlas | ... | ... |
ferramentas/busca/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body name="ancora" id="i3geo" class=yui-skin-sam > | |
6 | +<body id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | i3GEO.parametros.mapfile = "x" | ... | ... |