|
From: <be...@us...> - 2014-06-14 16:50:04
|
Revision: 12595
http://sourceforge.net/p/xoops/svn/12595
Author: beckmi
Date: 2014-06-14 16:49:56 +0000 (Sat, 14 Jun 2014)
Log Message:
-----------
replacing TDMDwonloads with tdmdownloads
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/blocks/tdmdownloads_block_new.html
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_download.html
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_index.html
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_singlefile.html
XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_viewcat.html
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/blocks/tdmdownloads_block_new.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/blocks/tdmdownloads_block_new.html 2014-06-14 16:25:54 UTC (rev 12594)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/blocks/tdmdownloads_block_new.html 2014-06-14 16:49:56 UTC (rev 12595)
@@ -1,7 +1,7 @@
<ul class="list-unstyled tdm-new-download-block">
<{foreachq item=downloads from=$block}>
<li><i class="glyphicon glyphicon-cloud-download"></i>
-<a title="<{$downloads.title}>" href="<{$xoops_url}>/modules/TDMDownloads/singlefile.php?lid=<{$downloads.lid}>">
+<a title="<{$downloads.title}>" href="<{$xoops_url}>/modules/tdmdownloads/singlefile.php?lid=<{$downloads.lid}>">
<{$downloads.title}>
</a>
@@ -13,4 +13,4 @@
<{/if}>
</li>
<{/foreach}>
-</ul>
\ No newline at end of file
+</ul>
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_download.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_download.html 2014-06-14 16:25:54 UTC (rev 12594)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_download.html 2014-06-14 16:49:56 UTC (rev 12595)
@@ -5,14 +5,14 @@
<img src="<{$down.logourl}>" alt="<{$down.title}>">
</div>
<{else}>
-
+
<div class="tdm-download-logo">
<img src="<{$xoops_imageurl}>images/tdm-no-image.jpg" alt="<{$title}>">
</div>
<{/if}>
<{/if}>
-
-<a class="tdm-title" title="<{$down.title}>" href="<{$xoops_url}>/modules/TDMDownloads/singlefile.php?cid=<{$down.cid}>&lid=<{$down.id}>">
+
+<a class="tdm-title" title="<{$down.title}>" href="<{$xoops_url}>/modules/tdmdownloads/singlefile.php?cid=<{$down.cid}>&lid=<{$down.id}>">
<{$down.title}>
</a>
<!--
@@ -24,20 +24,20 @@
<div class="col-md-5"><span class="glyphicon glyphicon-calendar" title="<{$smarty.const._MD_TDMDOWNLOADS_INDEX_SUBMITDATE}>"></span> <{$down.updated}></div>
<div class="col-md-7"><span class="glyphicon glyphicon-user" title="<{$smarty.const._MD_TDMDOWNLOADS_INDEX_SUBMITTER}>"></span> <{$down.submitter}></div>
</div>
-
+
<div class="tdm-short-description">
<{$down.description_short}>
</div><!-- .tdm-short-description -->
-
-<a class="btn btn-primary col-md-9" title="<{$down.title}>" href="<{$xoops_url}>/modules/TDMDownloads/singlefile.php?cid=<{$down.cid}>&lid=<{$down.id}>">
+
+<a class="btn btn-primary col-md-9" title="<{$down.title}>" href="<{$xoops_url}>/modules/tdmdownloads/singlefile.php?cid=<{$down.cid}>&lid=<{$down.id}>">
<{$smarty.const._MD_TDMDOWNLOADS_MOREDETAILS}>
</a>
-
+
<{if $down.perm_download != ""}>
<a title="<{$smarty.const._MD_TDMDOWNLOADS_INDEX_DLNOW}>" href="visit.php?cid=<{$down.cid}>&lid=<{$down.id}>" class="btn btn-success btn-xs tdm-download-btn col-md-2 pull-right">
<span class="glyphicon glyphicon-cloud-download"></span>
</a>
<{/if}>
-
+
<!-- <{$down.adminlink}> -->
-</div><!-- .tdm-minibox -->
\ No newline at end of file
+</div><!-- .tdm-minibox -->
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_index.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_index.html 2014-06-14 16:25:54 UTC (rev 12594)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_index.html 2014-06-14 16:49:56 UTC (rev 12595)
@@ -4,16 +4,16 @@
<div class="tdm-category row">
<{foreach item=category from=$categories}>
<div class="col-xs-6 col-sm-4 col-md-2 tdm-category-list">
- <a class="btn btn-primary btn-md" title="<{$category.title}>" href="<{$xoops_url}>/modules/TDMDownloads/viewcat.php?cid=<{$category.id}>">
+ <a class="btn btn-primary btn-md" title="<{$category.title}>" href="<{$xoops_url}>/modules/tdmdownloads/viewcat.php?cid=<{$category.id}>">
<{$category.title}>
</a>
<{if $category.image != ""}>
- <a title="<{$category.title}>" href="<{$xoops_url}>/modules/TDMDownloads/viewcat.php?cid=<{$category.id}>" class="tdm-category-image">
+ <a title="<{$category.title}>" href="<{$xoops_url}>/modules/tdmdownloads/viewcat.php?cid=<{$category.id}>" class="tdm-category-image">
<img class="<{$img_float}>" src="<{$category.image}>" alt="<{$category.title}>">
</a>
<{/if}>
-
+
<!-- Category Description -->
<div class="aligncenter">
<{if $category.description_main != ""}>
@@ -22,7 +22,7 @@
<button class="btn btn-xs disabled" data-toggle="modal" data-target="#myModal">+</button>
<{/if}>
</div>
-
+
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
@@ -31,7 +31,7 @@
<{$category.description_main}>
</div>
<div class="modal-footer">
- <a title="<{$category.title}>" href="<{$xoops_url}>/modules/TDMDownloads/viewcat.php?cid=<{$category.id}>" class="pull-left btn btn-success">
+ <a title="<{$category.title}>" href="<{$xoops_url}>/modules/tdmdownloads/viewcat.php?cid=<{$category.id}>" class="pull-left btn btn-success">
There are <strong><{$category.totaldownloads}></strong> files in this category!
</a>
<button type="button" class="btn btn-default" data-dismiss="modal">×</button>
@@ -40,22 +40,22 @@
</div>
</div>
<!-- End Category Description -->
-
+
<{if $category.subcategories != ""}>
<{$smarty.const._MD_TDMDOWNLOADS_INDEX_SCAT}>
<ul><{$category.subcategories}></ul>
-
+
<{/if}>
</div><!-- .tdm-category-list -->
<{/foreach}>
</div><!-- .tdm-category -->
<div class="aligncenter">
- <a title="<{$smarty.const._MD_TDMDOWNLOADS_RSS}>" href="<{$xoops_url}>/modules/TDMDownloads/rss.php?cid=0">
+ <a title="<{$smarty.const._MD_TDMDOWNLOADS_RSS}>" href="<{$xoops_url}>/modules/tdmdownloads/rss.php?cid=0">
<img src="images/rss.gif" alt="<{$smarty.const._MD_TDMDOWNLOADS_RSS}>">
</a>
</div>
-
+
<div class="tdm-downloads-info row">
<{if $bl_affichage==1}>
<div class="col-md-12"><h2><{$smarty.const._MD_TDMDOWNLOADS_INDEX_BLNAME}>:</h1></div>
@@ -65,7 +65,7 @@
<ul class="list-unstyled">
<{foreach item=bl_date from=$bl_date}>
<li>
- <a title="<{$bl_date.title}>" href="<{$xoops_url}>/modules/TDMDownloads/singlefile.php?cid=<{$bl_date.cid}>&lid=<{$bl_date.id}>"><{$bl_date.title}></a> (<{$bl_date.date}>)
+ <a title="<{$bl_date.title}>" href="<{$xoops_url}>/modules/tdmdownloads/singlefile.php?cid=<{$bl_date.cid}>&lid=<{$bl_date.id}>"><{$bl_date.title}></a> (<{$bl_date.date}>)
</li>
<{/foreach}>
</ul>
@@ -78,7 +78,7 @@
<ul class="list-unstyled">
<{foreach item=bl_pop from=$bl_pop}>
<li>
- <a title="<{$bl_pop.title}>" href="<{$xoops_url}>/modules/TDMDownloads/singlefile.php?cid=<{$bl_pop.cid}>&lid=<{$bl_pop.id}>"><{$bl_pop.title}></a> (<{$bl_pop.hits}>)
+ <a title="<{$bl_pop.title}>" href="<{$xoops_url}>/modules/tdmdownloads/singlefile.php?cid=<{$bl_pop.cid}>&lid=<{$bl_pop.id}>"><{$bl_pop.title}></a> (<{$bl_pop.hits}>)
</li>
<{/foreach}>
</ul>
@@ -91,7 +91,7 @@
<ul class="list-unstyled">
<{foreach item=bl_rating from=$bl_rating}>
<li>
- <a title="<{$bl_rating.title}>" href="<{$xoops_url}>/modules/TDMDownloads/singlefile.php?cid=<{$bl_rating.cid}>&lid=<{$bl_rating.id}>"><{$bl_rating.title}></a> (<{$bl_rating.rating}>)
+ <a title="<{$bl_rating.title}>" href="<{$xoops_url}>/modules/tdmdownloads/singlefile.php?cid=<{$bl_rating.cid}>&lid=<{$bl_rating.id}>"><{$bl_rating.title}></a> (<{$bl_rating.rating}>)
</li>
<{/foreach}>
</ul>
@@ -120,7 +120,7 @@
<{/if}>
</div>
<{/if}>
-
+
</div><!-- .tdmdownloads -->
-<{include file="db:system_notification_select.html"}>
\ No newline at end of file
+<{include file="db:system_notification_select.html"}>
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_singlefile.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_singlefile.html 2014-06-14 16:25:54 UTC (rev 12594)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_singlefile.html 2014-06-14 16:49:56 UTC (rev 12595)
@@ -17,40 +17,40 @@
</div>
<{/if}>
<{/if}>
-
+
<div class="col-sm-4 col-md-4">
<ul class="list-unstyled tdm-download-details">
<li><{$smarty.const._MD_TDMDOWNLOADS_SINGLEFILE_DATEPROP}> <{$date}></li}>
-
+
<li><{$smarty.const._MD_TDMDOWNLOADS_SINGLEFILE_AUTHOR}> <{$author}></li}>
-
+
<li><{$hits}></li}>
-
+
<li><{$smarty.const._MD_TDMDOWNLOADS_SINGLEFILE_RATING}>: <{$rating}> <{$votes}></li}>
-
+
<{if $commentsnav != ""}>
<li><{$nb_comments}></li}>
<{/if}>
-
+
<{if $sup_aff == true}>
<{foreach item=champ from=$champ_sup}>
<li><{$champ.data}></li>
<{/foreach}>
<{/if}>
-
-
+
+
<{if $perm_vote != ""}>
- <li><a class="btn btn-xs btn-primary" href="<{$xoops_url}>/modules/TDMDownloads/ratefile.php?lid=<{$lid}>" title="<{$smarty.const._MD_TDMDOWNLOADS_SINGLEFILE_RATHFILE}>"><{$smarty.const._MD_TDMDOWNLOADS_SINGLEFILE_RATHFILE}></a></li>
+ <li><a class="btn btn-xs btn-primary" href="<{$xoops_url}>/modules/tdmdownloads/ratefile.php?lid=<{$lid}>" title="<{$smarty.const._MD_TDMDOWNLOADS_SINGLEFILE_RATHFILE}>"><{$smarty.const._MD_TDMDOWNLOADS_SINGLEFILE_RATHFILE}></a></li>
<{/if}>
-
+
<{if $perm_modif != ""}>
- <li><a class="btn btn-xs btn-primary" href="<{$xoops_url}>/modules/TDMDownloads/modfile.php?lid=<{$lid}>" title="<{$smarty.const._MD_TDMDOWNLOADS_SINGLEFILE_MODIFY}>"><{$smarty.const._MD_TDMDOWNLOADS_SINGLEFILE_MODIFY}></a></li>
+ <li><a class="btn btn-xs btn-primary" href="<{$xoops_url}>/modules/tdmdownloads/modfile.php?lid=<{$lid}>" title="<{$smarty.const._MD_TDMDOWNLOADS_SINGLEFILE_MODIFY}>"><{$smarty.const._MD_TDMDOWNLOADS_SINGLEFILE_MODIFY}></a></li>
<{/if}>
-
- <li><a class="btn btn-xs btn-primary" href="<{$xoops_url}>/modules/TDMDownloads/brokenfile.php?lid=<{$lid}>" title="<{$smarty.const._MD_TDMDOWNLOADS_SINGLEFILE_REPORTBROKEN}>"><{$smarty.const._MD_TDMDOWNLOADS_SINGLEFILE_REPORTBROKEN}></a></li>
-
+
+ <li><a class="btn btn-xs btn-primary" href="<{$xoops_url}>/modules/tdmdownloads/brokenfile.php?lid=<{$lid}>" title="<{$smarty.const._MD_TDMDOWNLOADS_SINGLEFILE_REPORTBROKEN}>"><{$smarty.const._MD_TDMDOWNLOADS_SINGLEFILE_REPORTBROKEN}></a></li>
+
<!--<li><{$tellafriend_texte}></li>-->
-
+
<{if $perm_download != ""}>
<li><a class="btn btn-md btn-success" href="visit.php?cid=<{$cid}>&lid=<{$lid}>" target="_blank" title="Download"><{$smarty.const._MD_TDMDOWNLOADS_INDEX_DLNOW}></a></li>
<{else}>
@@ -75,7 +75,7 @@
<div class="collapse" id="tdm-description">
<{$description}>
</div>
-
+
<{if $paypal}>
<{$paypal}>
<{/if}>
@@ -90,7 +90,7 @@
</div><!-- .tdmdownloads -->
<!-- <{$commentsnav}> -->
-
+
<{$lang_notice}>
<{if $comment_mode == "flat"}>
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_viewcat.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_viewcat.html 2014-06-14 16:25:54 UTC (rev 12594)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/themes/xbootstrap/modules/tdmdownloads/tdmdownloads_viewcat.html 2014-06-14 16:49:56 UTC (rev 12595)
@@ -8,11 +8,11 @@
<{/if}>
<{foreach item=category from=$subcategories}>
-<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 $category.image != ""}>
- <a title="<{$category.title}>" href="<{$xoops_url}>/modules/TDMDownloads/viewcat.php?cid=<{$category.id}>">
+<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 $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}>
@@ -23,11 +23,11 @@
<{$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}>">
+
+<a title="<{$smarty.const._MD_TDMDOWNLOADS_RSS}>" href="<{$xoops_url}>/modules/tdmdownloads/rss.php?cid=<{$category_id}>">
<img src="images/rss.gif" alt="<{$smarty.const._MD_TDMDOWNLOADS_RSS}>">
</a>
-
+
<div class="tdm-downloads-info row">
<{if $bl_affichage==1}>
<div class="col-md-12"><h2><{$smarty.const._MD_TDMDOWNLOADS_INDEX_BLNAME}>:</h1></div>
@@ -37,7 +37,7 @@
<ul class="list-unstyled">
<{foreach item=bl_date from=$bl_date}>
<li>
- <a title="<{$bl_date.title}>" href="<{$xoops_url}>/modules/TDMDownloads/singlefile.php?cid=<{$bl_date.cid}>&lid=<{$bl_date.id}>"><{$bl_date.title}></a> (<{$bl_date.date}>)
+ <a title="<{$bl_date.title}>" href="<{$xoops_url}>/modules/tdmdownloads/singlefile.php?cid=<{$bl_date.cid}>&lid=<{$bl_date.id}>"><{$bl_date.title}></a> (<{$bl_date.date}>)
</li>
<{/foreach}>
</ul>
@@ -49,7 +49,7 @@
<ul class="list-unstyled">
<{foreach item=bl_pop from=$bl_pop}>
<li>
- <a title="<{$bl_pop.title}>" href="<{$xoops_url}>/modules/TDMDownloads/singlefile.php?cid=<{$bl_pop.cid}>&lid=<{$bl_pop.id}>"><{$bl_pop.title}></a> (<{$bl_pop.hits}>)
+ <a title="<{$bl_pop.title}>" href="<{$xoops_url}>/modules/tdmdownloads/singlefile.php?cid=<{$bl_pop.cid}>&lid=<{$bl_pop.id}>"><{$bl_pop.title}></a> (<{$bl_pop.hits}>)
</li>
<{/foreach}>
</ul>
@@ -61,7 +61,7 @@
<ul class="list-unstyled">
<{foreach item=bl_rating from=$bl_rating}>
<li>
- <a title="<{$bl_rating.title}>" href="<{$xoops_url}>/modules/TDMDownloads/singlefile.php?cid=<{$bl_rating.cid}>&lid=<{$bl_rating.id}>"><{$bl_rating.title}></a> (<{$bl_rating.rating}>)
+ <a title="<{$bl_rating.title}>" href="<{$xoops_url}>/modules/tdmdownloads/singlefile.php?cid=<{$bl_rating.cid}>&lid=<{$bl_rating.id}>"><{$bl_rating.title}></a> (<{$bl_rating.rating}>)
</li>
<{/foreach}>
</ul>
@@ -77,45 +77,45 @@
<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">
+ <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">
+
+ <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">
+ <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">
+ <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">
+ <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">
+ <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">
+ <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">
+ <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}>
@@ -128,4 +128,4 @@
<{/if}>
</div><!-- .tdmdownloads -->
-<{include file="db:system_notification_select.html"}>
\ No newline at end of file
+<{include file="db:system_notification_select.html"}>
|