update
This commit is contained in:
19
template/partial/File/IndexStructure.tpl
Normal file
19
template/partial/File/IndexStructure.tpl
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
|
||||
{foreach from=$arrayFile item=objFile name=file}
|
||||
{if $smarty.foreach.file.first}
|
||||
<div class="fileConteiner">
|
||||
<h3>{'Pliki do pobrania'|translate}</h3>
|
||||
{/if}
|
||||
<div>
|
||||
<div style="float: left; margin: 5px;"><a href="{$objFile->GetNameUrl()}" target="_blank"><img src="{$urlStatic}/image/icon_download.png" title="{$objFile->GetName()|escape}" alt="" style="border: 0px;" ></a></div>
|
||||
<div style="padding-top: 10px; text-align: left; padding-left: 2em;"><a href="{$objFile->GetNameUrl()}" target="_blank" >{$objFile->GetTitle()}</a></div>
|
||||
<div class="cb"></div>
|
||||
</div>
|
||||
{if $smarty.foreach.file.last}
|
||||
</div>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
{*$formDownload*}
|
||||
|
||||
Reference in New Issue
Block a user