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 +6,16 @@ | ||
| 6 | </projects> | 6 | </projects> |
| 7 | <buildSpec> | 7 | <buildSpec> |
| 8 | <buildCommand> | 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 | <name>org.eclipse.wst.jsdt.core.javascriptValidator</name> | 19 | <name>org.eclipse.wst.jsdt.core.javascriptValidator</name> |
| 10 | <arguments> | 20 | <arguments> |
| 11 | </arguments> | 21 | </arguments> |
| @@ -13,5 +23,26 @@ | @@ -13,5 +23,26 @@ | ||
| 13 | </buildSpec> | 23 | </buildSpec> |
| 14 | <natures> | 24 | <natures> |
| 15 | <nature>org.eclipse.wst.jsdt.core.jsNature</nature> | 25 | <nature>org.eclipse.wst.jsdt.core.jsNature</nature> |
| 26 | + <nature>org.eclipse.php.core.PHPNature</nature> | ||
| 16 | </natures> | 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 | </projectDescription> | 48 | </projectDescription> |
.settings/.jsdtscope
| 1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <classpath> | 2 | <classpath> |
| 3 | - <classpathentry kind="src" path=""> | 3 | + <classpathentry excluding="*compact*" kind="src" path=""> |
| 4 | <attributes> | 4 | <attributes> |
| 5 | <attribute name="provider" value="org.eclipse.wst.jsdt.web.core.internal.project.ModuleSourcePathProvider"/> | 5 | <attribute name="provider" value="org.eclipse.wst.jsdt.web.core.internal.project.ModuleSourcePathProvider"/> |
| 6 | </attributes> | 6 | </attributes> |
| 7 | </classpathentry> | 7 | </classpathentry> |
| 8 | <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> | 8 | <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> |
| 9 | <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/> | 9 | <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/> |
| 10 | + <classpathentry kind="con" path="org.eclipse.wst.jsdt.USER_LIBRARY/YUI"/> | ||
| 10 | <classpathentry kind="output" path=""/> | 11 | <classpathentry kind="output" path=""/> |
| 11 | </classpath> | 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,7 +23,7 @@ | ||
| 23 | <div id="mensagemIE" style="display:none;position:relative" > | 23 | <div id="mensagemIE" style="display:none;position:relative" > |
| 24 | <p style=color:red >Atenção: o sistema de administração funciona melhor no Firefox.</p> | 24 | <p style=color:red >Atenção: o sistema de administração funciona melhor no Firefox.</p> |
| 25 | <p>No Internet Explorer, vc deve alterar as configurações de armazenamento de 'cache' para não ter problemas.</p> | 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 | <p>Marque a opção 'Sempre que eu visitar a página da web'</p> | 27 | <p>Marque a opção 'Sempre que eu visitar a página da web'</p> |
| 28 | </div> | 28 | </div> |
| 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>. | 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,7 +241,7 @@ | ||
| 241 | </fieldset> | 241 | </fieldset> |
| 242 | <br> | 242 | <br> |
| 243 | </div> | 243 | </div> |
| 244 | - | 244 | +</center> |
| 245 | </body> | 245 | </body> |
| 246 | <script> | 246 | <script> |
| 247 | /* | 247 | /* |
atlas/geral.htm
| @@ -85,19 +85,13 @@ | @@ -85,19 +85,13 @@ | ||
| 85 | <center> | 85 | <center> |
| 86 | <table id="i3GEOlogoMarca" style='box-shadow:0 1px 13px gray;border-radius:5px;'> | 86 | <table id="i3GEOlogoMarca" style='box-shadow:0 1px 13px gray;border-radius:5px;'> |
| 87 | <tr> | 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 | </tr> | 89 | </tr> |
| 90 | <tr> | 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 | </tr> | 92 | </tr> |
| 100 | </table> | 93 | </table> |
| 94 | +</center> | ||
| 101 | <script type="text/javascript"> | 95 | <script type="text/javascript"> |
| 102 | /* | 96 | /* |
| 103 | Title: Interface padrão dos Atlas | 97 | Title: Interface padrão dos Atlas |
ferramentas/busca/exemplo.htm
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | <head> | 3 | <head> |
| 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
| 5 | </head> | 5 | </head> |
| 6 | -<body name="ancora" id="i3geo" class=yui-skin-sam > | 6 | +<body id="i3geo" class=yui-skin-sam > |
| 7 | <script type="text/javascript"> | 7 | <script type="text/javascript"> |
| 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
| 9 | i3GEO.parametros.mapfile = "x" | 9 | i3GEO.parametros.mapfile = "x" |