Commit 2e62b822fead3c83ea7aedaf80e9d0240ba73885
1 parent
fba4c050
Exists in
master
and in
7 other branches
Inclusão do link permanente de acesso ao tema na aplicação datadownload
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
classesjs/datadownload.js
... | ... | @@ -307,6 +307,7 @@ function mostraDownload(retorno) |
307 | 307 | else |
308 | 308 | { |
309 | 309 | ins = "<b>Links de acesso:</b><br><br>"; |
310 | + ins += "<a href='"+window.location.href.split("?")[0]+"?tema="+retorno.tema+"&temaDownload="+retorno.tema+"'>Link permanente de acesso<br><br>"; | |
310 | 311 | ins += "<a href='"+window.location.protocol+"//"+window.location.host+"/"+retorno.mapfileurl+"' target=blank >Arquivo de configuração Mapfile</a><br>"; |
311 | 312 | ins += "<a href='"+g_locaplic+"/classesphp/mapa_controle.php?funcao=TEMA2SLD&tema="+retorno.tema+"&map_file="+retorno.mapfile+"' target=blank >Arquivo de legenda SLD</a><br><br>"; |
312 | 313 | ins += "Serviço OGC: "+g_locaplic+"/ogc.php?tema="+retorno.tema+"<br><br>"; | ... | ... |