PDF rausgenommen
This commit is contained in:
45
msd2/myoos/templates/phoenix/page/download.html
Normal file
45
msd2/myoos/templates/phoenix/page/download.html
Normal file
@ -0,0 +1,45 @@
|
||||
{include file="phoenix/system/_header.html"}
|
||||
|
||||
{include file="phoenix/system/_breadcrumbs.html"}
|
||||
|
||||
{if $message}
|
||||
{foreach $message as $info}
|
||||
{include file="phoenix/system/_message.html"}
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
<section class="mainContent clearfix">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="innerWrapper clearfix">
|
||||
|
||||
|
||||
<table width="870" border="0" align="center" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="main"><strong>{$lang.heading_download}</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
|
||||
{section name=i loop=$downloads_array}
|
||||
<tr class="oos-BoxContents">
|
||||
{if $downloads_array[i].show_download_link eq 'true'}
|
||||
<td class="main" align="center"><a href="{html_href_link content=$filename.download order=$downloads_array[i].last_order id=$downloads_array[i].id}">{$downloads_array[i].products_name}</a><br><a href="{html_href_link content=$filename.download order=$downloads_array[i].last_order id=$downloads_array[i].id}" class="btn btn-primary-filled" role="button"><i class="fa fa-download" aria-hidden="true"></i></a></td>
|
||||
{else}
|
||||
<td class="main" align="center">{$downloads_array[i].products_name}</td>
|
||||
{/if}
|
||||
<td class="main">{$lang.table_heading_download_date}<br>{$downloads_array[i].download_expiry|oos_date_long}</td>
|
||||
<td class="main" align="right">{$downloads_array[i].download_count} {$lang.table_heading_download_count}</td>
|
||||
</tr>
|
||||
{/section}
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{include file="phoenix/system/_footer.html"}
|
Reference in New Issue
Block a user