From bea0d669e1a70e88a5acd5a5a7c2b7961ba699f0 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Fri, 11 Sep 2015 19:43:06 +0000 Subject: [PATCH] Mudanças no layout de OGC.htm --- ogc.htm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ogc.htm b/ogc.htm index 93c2641..3a6eef5 100644 --- a/ogc.htm +++ b/ogc.htm @@ -172,7 +172,7 @@ A:hover { if (tema === undefined) { tema = botao.title; } - ins = "

Endereço do web service:

"; + ins = "

Endereços de acesso:

"; var re = new RegExp(".htm", "g"); var servico = window.location.href.replace(re, '.php?'); //remove variaveis adicionais, se houver @@ -187,7 +187,8 @@ A:hover { } servico += s; - ins += "

" + servico + ""; + ins += "

Webservice com todas as camadas: " + servico + ""; + ins += "

Webservice dessa camada: " + servico + "tema=" + tema + "&"; ins += "

Link para essa página: "+ window.location.href.split("?")[0] + "?temaOgc=" + tema + ""; ins += "

Bookmark: "; ins += -- libgit2 0.21.2