14 lines
703 B
Smarty
14 lines
703 B
Smarty
|
|
<h1>{$objElement->GetName()}</h1>
|
|
|
|
{foreach from=$arrayFile item=objFile name=type}
|
|
<div>
|
|
<div style="float: left; margin: 5px;"><a href="{$objFile->GetNameUrl()}" target="_blank"><img src="{$objFile->GetFileIcon()}" title="{$objFile->GetName()|escape}" alt="" style="border: 0px;" ></a></div>
|
|
<div style="padding-top: 10px;"><a href="{$objFile->GetNameUrl()}" target="_blank" >{$objFile->GetTitle()}</a></div>
|
|
<div class="cb"></div>
|
|
</div>
|
|
{/foreach}
|
|
|
|
{*$formDownload*}
|
|
|