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 | 20 | en : "", |
21 | 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 | 23 | 'veja' : [ { |
29 | 24 | pt : "Veja também:", |
30 | 25 | en : "", | ... | ... |
admin1/index.php
... | ... | @@ -75,13 +75,6 @@ include "head.php"; |
75 | 75 | {{msgCadastraUsr}} |
76 | 76 | </p> |
77 | 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 | 78 | <a href="../documentacao/diagramas/mer_banco_de_dados_de_administracao.png" |
86 | 79 | target="_new">{{merBdAdmin}}</a><br> |
87 | 80 | <a href="../documentacao/diagramas/cadastrodeusuarios/dbdocs/index.html" | ... | ... |
testainstal/index.js
... | ... | @@ -140,13 +140,6 @@ botoesIni = [ |
140 | 140 | "fa": "book", |
141 | 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 | 143 | "img":"tools-report-bug.png", |
151 | 144 | "href":"https://softwarepublico.gov.br/gitlab/i3geo/i3geo/issues", |
152 | 145 | "titulo":$trad(16,g_traducao_init), | ... | ... |
testainstal/index.php
... | ... | @@ -99,11 +99,11 @@ include "../init/head.php"; |
99 | 99 | $("#mensagemLogin").html(men); |
100 | 100 | </script> |
101 | 101 | <?php |
102 | - | |
102 | + | |
103 | 103 | if(empty($_POST["senha"]) || empty($_POST["usuario"])){ |
104 | 104 | //opcoes de criacao de pastas |
105 | 105 | if (strtoupper(substr(PHP_OS, 0, 3) != 'WIN')){ |
106 | - | |
106 | + | |
107 | 107 | $d = dirname(dirname(__FILE__)); |
108 | 108 | echo <<<HTML |
109 | 109 | <div class="alert alert-danger" role="alert"> |
... | ... | @@ -159,7 +159,7 @@ HTML; |
159 | 159 | exit; |
160 | 160 | } |
161 | 161 | } |
162 | - | |
162 | + | |
163 | 163 | error_reporting(E_ALL); |
164 | 164 | $ip = "UNKNOWN"; |
165 | 165 | if (getenv("HTTP_CLIENT_IP")) $ip = getenv("HTTP_CLIENT_IP"); |
... | ... | @@ -181,9 +181,7 @@ echo <<<HTML |
181 | 181 | </div> |
182 | 182 | <div class="alert alert-info" role="alert"> |
183 | 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 | 185 | <div class="alert alert-success" role="alert"> |
188 | 186 | <li>Seu endereço IP <span class="label label-default">$ip</span></li> |
189 | 187 | <li>Sistema operacional <span class="label label-default">$os</span></li> | ... | ... |