Commit 52cd42d74679f5cffc965912e8164f9d7575433a
1 parent
48d1e3ab
Exists in
master
and in
7 other branches
Remoção de links quebrados
Showing
4 changed files
with
4 additions
and
25 deletions
Show diff stats
admin1/dicionario/principal.js
| @@ -20,11 +20,6 @@ i3GEOadmin.principal.dicionario = { | @@ -20,11 +20,6 @@ i3GEOadmin.principal.dicionario = { | ||
| 20 | en : "", | 20 | en : "", |
| 21 | es : "" | 21 | es : "" |
| 22 | } ], | 22 | } ], |
| 23 | - 'msgSqlite' : [ { | ||
| 24 | - pt : "Se vc está usando o banco de dados SQLITE, você pode acessar diretamente as tabelas por meio de formulários ", | ||
| 25 | - en : "", | ||
| 26 | - es : "" | ||
| 27 | - } ], | ||
| 28 | 'veja' : [ { | 23 | 'veja' : [ { |
| 29 | pt : "Veja também:", | 24 | pt : "Veja também:", |
| 30 | en : "", | 25 | en : "", |
admin1/index.php
| @@ -75,13 +75,6 @@ include "head.php"; | @@ -75,13 +75,6 @@ include "head.php"; | ||
| 75 | {{msgCadastraUsr}} | 75 | {{msgCadastraUsr}} |
| 76 | </p> | 76 | </p> |
| 77 | <p> | 77 | <p> |
| 78 | - <a href="http://moodle.gvsig-training.com/course/view.php?id=11" | ||
| 79 | - target="_blank">{{manualAdmin}}</a> | ||
| 80 | - </p> | ||
| 81 | - <p> | ||
| 82 | - {{msgSqlite}} <a | ||
| 83 | - href='../pacotes/phpliteadmin/phpliteadmin.php'>(link)</a>. | ||
| 84 | - {{veja}}<br><br> | ||
| 85 | <a href="../documentacao/diagramas/mer_banco_de_dados_de_administracao.png" | 78 | <a href="../documentacao/diagramas/mer_banco_de_dados_de_administracao.png" |
| 86 | target="_new">{{merBdAdmin}}</a><br> | 79 | target="_new">{{merBdAdmin}}</a><br> |
| 87 | <a href="../documentacao/diagramas/cadastrodeusuarios/dbdocs/index.html" | 80 | <a href="../documentacao/diagramas/cadastrodeusuarios/dbdocs/index.html" |
testainstal/index.js
| @@ -140,13 +140,6 @@ botoesIni = [ | @@ -140,13 +140,6 @@ botoesIni = [ | ||
| 140 | "fa": "book", | 140 | "fa": "book", |
| 141 | "target": "_self" | 141 | "target": "_self" |
| 142 | },{ | 142 | },{ |
| 143 | - "img":"gvsigtraining.png", | ||
| 144 | - "href":"http://moodle.gvsig-training.com/course/view.php?id=11", | ||
| 145 | - "titulo":$trad(28,g_traducao_init), | ||
| 146 | - "subtitulo": $trad("28a",g_traducao_init), | ||
| 147 | - "fa": "book", | ||
| 148 | - "target": "_self" | ||
| 149 | -},{ | ||
| 150 | "img":"tools-report-bug.png", | 143 | "img":"tools-report-bug.png", |
| 151 | "href":"https://softwarepublico.gov.br/gitlab/i3geo/i3geo/issues", | 144 | "href":"https://softwarepublico.gov.br/gitlab/i3geo/i3geo/issues", |
| 152 | "titulo":$trad(16,g_traducao_init), | 145 | "titulo":$trad(16,g_traducao_init), |
testainstal/index.php
| @@ -99,11 +99,11 @@ include "../init/head.php"; | @@ -99,11 +99,11 @@ include "../init/head.php"; | ||
| 99 | $("#mensagemLogin").html(men); | 99 | $("#mensagemLogin").html(men); |
| 100 | </script> | 100 | </script> |
| 101 | <?php | 101 | <?php |
| 102 | - | 102 | + |
| 103 | if(empty($_POST["senha"]) || empty($_POST["usuario"])){ | 103 | if(empty($_POST["senha"]) || empty($_POST["usuario"])){ |
| 104 | //opcoes de criacao de pastas | 104 | //opcoes de criacao de pastas |
| 105 | if (strtoupper(substr(PHP_OS, 0, 3) != 'WIN')){ | 105 | if (strtoupper(substr(PHP_OS, 0, 3) != 'WIN')){ |
| 106 | - | 106 | + |
| 107 | $d = dirname(dirname(__FILE__)); | 107 | $d = dirname(dirname(__FILE__)); |
| 108 | echo <<<HTML | 108 | echo <<<HTML |
| 109 | <div class="alert alert-danger" role="alert"> | 109 | <div class="alert alert-danger" role="alert"> |
| @@ -159,7 +159,7 @@ HTML; | @@ -159,7 +159,7 @@ HTML; | ||
| 159 | exit; | 159 | exit; |
| 160 | } | 160 | } |
| 161 | } | 161 | } |
| 162 | - | 162 | + |
| 163 | error_reporting(E_ALL); | 163 | error_reporting(E_ALL); |
| 164 | $ip = "UNKNOWN"; | 164 | $ip = "UNKNOWN"; |
| 165 | if (getenv("HTTP_CLIENT_IP")) $ip = getenv("HTTP_CLIENT_IP"); | 165 | if (getenv("HTTP_CLIENT_IP")) $ip = getenv("HTTP_CLIENT_IP"); |
| @@ -181,9 +181,7 @@ echo <<<HTML | @@ -181,9 +181,7 @@ echo <<<HTML | ||
| 181 | </div> | 181 | </div> |
| 182 | <div class="alert alert-info" role="alert"> | 182 | <div class="alert alert-info" role="alert"> |
| 183 | Para mais informações sobre a instalação de pacotes complementares, | 183 | Para mais informações sobre a instalação de pacotes complementares, |
| 184 | - como o SAIKU e ferramentas que precisam de softwares específicos, veja o link | ||
| 185 | - <a href='http://moodle.gvsig-training.com/course/view.php?id=11' >http://moodle.gvsig-training.com/course/view.php?id=11 | ||
| 186 | - </a></div> | 184 | + como o SAIKU e ferramentas que precisam de softwares específicos</div> |
| 187 | <div class="alert alert-success" role="alert"> | 185 | <div class="alert alert-success" role="alert"> |
| 188 | <li>Seu endereço IP <span class="label label-default">$ip</span></li> | 186 | <li>Seu endereço IP <span class="label label-default">$ip</span></li> |
| 189 | <li>Sistema operacional <span class="label label-default">$os</span></li> | 187 | <li>Sistema operacional <span class="label label-default">$os</span></li> |