Commit 631c9b5eb4769704f23e0b0da349b9ce36658354
1 parent
2efe3a39
Exists in
master
Atualização da versão do OpenLayers e inicio da implementação do mashup com Ol3
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/animagif/index.php
... | ... | @@ -27,7 +27,7 @@ $url = strip_tags("./exec.php?".$_SERVER["QUERY_STRING"]); |
27 | 27 | <button style="cursor:pointer;" onclick="sup1.move_relative(-1); return false;"><img src='../../imagens/player_volta.png' /></button> |
28 | 28 | <button style="cursor:pointer;" onclick="sup1.move_relative(1); return false;"><img src='../../imagens/player_avanca.png' /></button> |
29 | 29 | <br><br> |
30 | - <a href="<?php echo $url; ?>" >Download</a> | |
30 | + <a href="<?php echo $url; ?>" target="_blank">Download</a> | |
31 | 31 | </center> |
32 | 32 | </body> |
33 | 33 | </html> |
34 | 34 | \ No newline at end of file | ... | ... |