<div class="tdmdownloads">
<div class="breadcrumb"><{$category_path}></div>
<{if !empty($cat_description)}>
<blockquote>
<small><{$cat_description}></small>
</blockquote>
<{/if}>
<{foreach item=category from=$subcategories|default:null}>
<a title="<{$category.title}>" href="<{$xoops_url}>/modules/tdmdownloads/viewcat.php?cid=<{$category.id}>"><{$category.title}></a>
<a title="<{$category.title}>" href="<{$xoops_url}>/modules/tdmdownloads/viewcat.php?cid=<{$category.id}>"><{$category.totaldownloads}></a>
<{if !empty($category.image)}>
<a title="<{$category.title}>" href="<{$xoops_url}>/modules/tdmdownloads/viewcat.php?cid=<{$category.id}>">
<img class="<{$img_float}>" src="<{$category.image}>" alt="<{$category.title}>">
</a>
<{/if}>
<{$category.description_main}>
<{if !empty($category.subcategories)}>
<{$smarty.const._MD_TDMDOWNLOADS_INDEX_SCAT}>
<ul><{$category.subcategories}>
<{/if}>
<{/foreach}>
<a title="<{$smarty.const._MD_TDMDOWNLOADS_RSS}>" href="<{$xoops_url}>/modules/tdmdownloads/rss.php?cid=<{$category_id}>">
<img src="assets/images/rss.gif" alt="<{$smarty.const._MD_TDMDOWNLOADS_RSS}>">
</a>
<div class="tdm-downloads-info row">
<{if isset($bl_affichage) && $bl_affichage == 1}>
<div class="col-md-12"><h2><{$smarty.const._MD_TDMDOWNLOADS_INDEX_BLNAME}>:</h1></div>
<div class="col-sm-4 col-md-4">
<{if !empty($bl_date)}>
<h3 class="tdm-title"><span class="glyphicon glyphicon-calendar"></span> <{$smarty.const._MD_TDMDOWNLOADS_INDEX_BLDATE}></h3>
<ul class="list-unstyled">
<{foreach item=bl_dateitem from=$bl_date|default:null}>
<li>
<a title="<{$bl_dateitem.title}>"
href="<{$xoops_url}>/modules/tdmdownloads/singlefile.php?cid=<{$bl_dateitem.cid}>&lid=<{$bl_dateitem.id}>"><{$bl_dateitem.title}></a>
(<{$bl_dateitem.date}>)
</li>
<{/foreach}>
</ul>
</div>
<{/if}>
<{if !empty($bl_pop)}>
<div class="col-sm-4 col-md-4">
<h3 class="tdm-title"><span class="glyphicon glyphicon-star"></span> <{$smarty.const._MD_TDMDOWNLOADS_INDEX_BLPOP}></h3>
<ul class="list-unstyled">
<{foreach item=bl_popitem from=$bl_pop|default:null}>
<li>
<a title="<{$bl_popitem.title}>"
href="<{$xoops_url}>/modules/tdmdownloads/singlefile.php?cid=<{$bl_popitem.cid}>&lid=<{$bl_popitem.id}>"><{$bl_popitem.title}></a>
(<{$bl_popitem.hits}>)
</li>
<{/foreach}>
</ul>
</div>
<{/if}>
<{if !empty($bl_rating)}>
<div class="col-sm-4 col-md-4">
<h3 class="tdm-title"><span class="glyphicon glyphicon-thumbs-up"></span> <{$smarty.const._MD_TDMDOWNLOADS_INDEX_BLRATING}></h3>
<ul class="list-unstyled">
<{foreach item=bl_ratingitem from=$bl_rating|default:null}>
<li>
<a title="<{$bl_ratingitem.title}>"
href="<{$xoops_url}>/modules/tdmdownloads/singlefile.php?cid=<{$bl_ratingitem.cid}>&lid=<{$bl_ratingitem.id}>"><{$bl_ratingitem.title}></a>
(<{$bl_ratingitem.rating}>)
</li>
<{/foreach}>
</ul>
</div>
<{/if}>
<{/if}>
<div class="clearfix"></div>
<div class="col-md-12">
<p class="text-muted text-right">
<small><em><{$lang_thereare}></em></small>
</p>
</div>
</div><!-- .downloads-info -->
<div class="row order-by">
<{if isset($navigation) && $navigation == true}>
<div class="col-md-12"><h3 class="tdm-title"><{$smarty.const._MD_TDMDOWNLOADS_CAT_SORTBY}></h3></div>
<div class="col-xs-3 col-sm-3 col-md-3">
<{$smarty.const._MD_TDMDOWNLOADS_CAT_TITLE}>
<a title="<{$smarty.const._MD_TDMDOWNLOADS_CAT_TITLEATOZ}>"
href="<{$xoops_url}>/modules/tdmdownloads/viewcat.php?cid=<{$category_id}>&sort=title&order=ASC">
<span class="glyphicon glyphicon glyphicon-collapse-up"></span>
</a>
<a title="<{$smarty.const._MD_TDMDOWNLOADS_CAT_TITLEZTOA}>"
href="<{$xoops_url}>/modules/tdmdownloads/viewcat.php?cid=<{$category_id}>&sort=title&order=DESC">
<span class="glyphicon glyphicon glyphicon-collapse-down"></span>
</a>
</div>
<div class="col-xs-3 col-sm-3 col-md-3">
<{$smarty.const._MD_TDMDOWNLOADS_CAT_DATE}>
<a title="<{$smarty.const._MD_TDMDOWNLOADS_CAT_DATEOLD}>"
href="<{$xoops_url}>/modules/tdmdownloads/viewcat.php?cid=<{$category_id}>&sort=date&order=ASC">
<span class="glyphicon glyphicon glyphicon-collapse-up"></span>
</a>
<a title="<{$smarty.const._MD_TDMDOWNLOADS_CAT_DATENEW}>"
href="<{$xoops_url}>/modules/tdmdownloads/viewcat.php?cid=<{$category_id}>&sort=date&order=DESC">
<span class="glyphicon glyphicon glyphicon-collapse-down"></span>
</a>
</div>
<div class="col-xs-3 col-sm-3 col-md-3">
<{$smarty.const._MD_TDMDOWNLOADS_CAT_RATING}>
<a title="<{$smarty.const._MD_TDMDOWNLOADS_CAT_RATINGLTOH}>"
href="<{$xoops_url}>/modules/tdmdownloads/viewcat.php?cid=<{$category_id}>&sort=rating&order=ASC">
<span class="glyphicon glyphicon glyphicon-collapse-up"></span>
</a>
<a title="<{$smarty.const._MD_TDMDOWNLOADS_CAT_RATINGHTOL}>"
href="<{$xoops_url}>/modules/tdmdownloads/viewcat.php?cid=<{$category_id}>&sort=rating&order=DESC">
<span class="glyphicon glyphicon glyphicon-collapse-down"></span>
</a>
</div>
<div class="col-xs-3 col-sm-3 col-md-3">
<{$smarty.const._MD_TDMDOWNLOADS_CAT_POPULARITY}>
<a title="<{$smarty.const._MD_TDMDOWNLOADS_CAT_POPULARITYLTOM}>"
href="<{$xoops_url}>/modules/tdmdownloads/viewcat.php?cid=<{$category_id}>&sort=hits&order=ASC">
<span class="glyphicon glyphicon glyphicon-collapse-up"></span>
</a>
<a title="<{$smarty.const._MD_TDMDOWNLOADS_CAT_POPULARITYMTOL}>"
href="<{$xoops_url}>/modules/tdmdownloads/viewcat.php?cid=<{$category_id}>&sort=hits&order=DESC">
<span class="glyphicon glyphicon glyphicon-collapse-down"></span>
</a>
</div>
<div class="clearfix"></div>
<div class="col-md-12"><p class="text-center text-muted"><{$affichage_tri}></p></div>
<{/if}>
</div><!-- .tdm-order-by -->
<{if !empty($file)}>
<h3 class="tdm-title"><{$smarty.const._MD_TDMDOWNLOADS_CAT_LIST}>:</h3>
<{section name=i loop=$file}><{include file="db:tdmdownloads_download.tpl" down=$file[i]}><{/section}>
<{if !empty($pagenav)}><{$pagenav}><{/if}>
<{/if}>
</div><!-- .tdmdownloads -->
<{include file="db:system_notification_select.tpl"}>
|