Commit bea0d669e1a70e88a5acd5a5a7c2b7961ba699f0
1 parent
6c8d6ef9
Exists in
master
and in
7 other branches
Mudanças no layout de OGC.htm
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
ogc.htm
... | ... | @@ -172,7 +172,7 @@ A:hover { |
172 | 172 | if (tema === undefined) { |
173 | 173 | tema = botao.title; |
174 | 174 | } |
175 | - ins = "<H1>Endereço do web service:</H1>"; | |
175 | + ins = "<H1>Endereços de acesso:</H1>"; | |
176 | 176 | var re = new RegExp(".htm", "g"); |
177 | 177 | var servico = window.location.href.replace(re, '.php?'); |
178 | 178 | //remove variaveis adicionais, se houver |
... | ... | @@ -187,7 +187,8 @@ A:hover { |
187 | 187 | } |
188 | 188 | |
189 | 189 | servico += s; |
190 | - ins += "<p><a href='" + servico + "' target='_blank' >" + servico + "</a>"; | |
190 | + ins += "<p>Webservice com todas as camadas: <a href='" + servico + "' target='_blank' >" + servico + "</a>"; | |
191 | + ins += "<p>Webservice dessa camada: <a href='" + servico + "tema=" + tema + "&' target='_blank' >" + servico + "tema=" + tema + "&</a>"; | |
191 | 192 | ins += "<p>Link para essa página: <a href='"+ window.location.href.split("?")[0] + "?temaOgc=" + tema + "'>"+ window.location.href.split("?")[0] + "?temaOgc=" + tema + "</a>"; |
192 | 193 | ins += "<p>Bookmark: <span id=bm ></span>"; |
193 | 194 | ins += | ... | ... |