Commit bea0d669e1a70e88a5acd5a5a7c2b7961ba699f0

Authored by Edmar Moretti
1 parent 6c8d6ef9

Mudanças no layout de OGC.htm

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
@@ -172,7 +172,7 @@ A:hover { @@ -172,7 +172,7 @@ A:hover {
172 if (tema === undefined) { 172 if (tema === undefined) {
173 tema = botao.title; 173 tema = botao.title;
174 } 174 }
175 - ins = "<H1>Endere&ccedil;o do web service:</H1>"; 175 + ins = "<H1>Endere&ccedil;os de acesso:</H1>";
176 var re = new RegExp(".htm", "g"); 176 var re = new RegExp(".htm", "g");
177 var servico = window.location.href.replace(re, '.php?'); 177 var servico = window.location.href.replace(re, '.php?');
178 //remove variaveis adicionais, se houver 178 //remove variaveis adicionais, se houver
@@ -187,7 +187,8 @@ A:hover { @@ -187,7 +187,8 @@ A:hover {
187 } 187 }
188 188
189 servico += s; 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 ins += "<p>Link para essa p&aacute;gina: <a href='"+ window.location.href.split("?")[0] + "?temaOgc=" + tema + "'>"+ window.location.href.split("?")[0] + "?temaOgc=" + tema + "</a>"; 192 ins += "<p>Link para essa p&aacute;gina: <a href='"+ window.location.href.split("?")[0] + "?temaOgc=" + tema + "'>"+ window.location.href.split("?")[0] + "?temaOgc=" + tema + "</a>";
192 ins += "<p>Bookmark: <span id=bm ></span>"; 193 ins += "<p>Bookmark: <span id=bm ></span>";
193 ins += 194 ins +=