2008-11-18 09:15:02 +01:00
|
|
|
{extends "idf/downloads/base.html"}
|
2008-08-04 00:42:05 +02:00
|
|
|
{block docclass}yui-t1{assign $inDownloads=true}{/block}
|
|
|
|
{block body}
|
|
|
|
{$downloads.render}
|
|
|
|
{if $isOwner or $isMember}
|
|
|
|
{aurl 'url', 'IDF_Views_Download::submit', array($project.shortname)}
|
|
|
|
<p><a href="{$url}"><img style="vertical-align: text-bottom;" src="{media '/idf/img/add.png'}" alt="+" align="bottom" /></a> <a href="{$url}">{trans 'New Download'}</a></p>{/if}
|
|
|
|
|
|
|
|
{/block}
|
|
|
|
{block context}
|
|
|
|
<p><strong>{trans 'Number of files:'}</strong> {$downloads.nb_items}</p>
|
2011-02-24 08:58:43 +01:00
|
|
|
{assign $cloud_url = 'IDF_Views_Download::listLabel'}
|
2011-02-23 22:35:43 +01:00
|
|
|
{assign $cloud = 'downloads'}
|
|
|
|
{include 'idf/tags-cloud.html'}
|
2008-09-02 23:31:43 +02:00
|
|
|
{if $deprecated > 0}
|
|
|
|
{aurl 'url', 'IDF_Views_Download::listLabel', array($project.shortname, $dlabel.id)}
|
|
|
|
<p class="helptext">{blocktrans}See <a href="{$url}">the deprecated files</a>.{/blocktrans}</p>
|
|
|
|
{/if}
|
2008-08-06 22:19:46 +02:00
|
|
|
|
2008-08-04 00:42:05 +02:00
|
|
|
{/block}
|
|
|
|
|