0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
map
/
[
Home
]
File: tiki-map_download.tpl
{* $Id: tiki-map_download.tpl 48709 2013-11-23 22:13:16Z chibaguy $ *} <h3>{tr}Download Layer{/tr}</h3> {if $nodownload} <b>{tr}This layer has been set by the maps administrator to not be downloadable{/tr}</b> {else} <b>{$userwatch}</b>, {tr}you have requested to download the layer:{/tr}<b>{$layer}</b> {tr}from the mapfile:{/tr}<b>{$mapfile}</b><br><br> {tr}Here are the files to download, do not forget to rename them:{/tr}<br> <div class="table-responsive"> <table class="table normal" > {section name=j loop=$files} {if $smarty.section.j.index % 2} <tr> <td class="odd"> <a class="link" href="files/{$dfiles[j]}">{$files[j]}</a> </td> </tr> {else} <tr> <td class="even"> <a class="link" href="files/{$dfiles[j]}">{$files[j]}</a> </td> </tr> {/if} {/section} </table> </div> {/if}