PHP Classes

File: htdocs/themes/xswatch4/modules/tdmdownloads/tdmdownloads_download.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xswatch4/modules/tdmdownloads/tdmdownloads_download.tpl   Download  
File: htdocs/themes/xswatch4/modules/tdmdownloads/tdmdownloads_download.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 1,505 bytes
 

Contents

Class file image Download
<div class="card col-8 col-sm-6 col-md-4 col-xl-3 mb-2"> <{if isset($show_screenshot) && $show_screenshot == true}> <{if !empty($down.logourl)}> <img class="card-img-top img-fluid" src="<{$down.logourl}>" alt="<{$down.title}>"> <{else}> <img class="card-img-top img-fluid" src="<{$xoops_imageurl}>images/tdm-no-image.jpg" alt="<{$title}>"> <{/if}> <{/if}> <div class="card-body"> <h5 class="card-title"><{$down.title}></h5> <p class="card-text text-muted"> <span class="fa-solid fa-calendar" title="<{$smarty.const._MD_TDMDOWNLOADS_INDEX_SUBMITDATE}>"></span> <{$down.updated}> <span class="fa-solid fa-user" title="<{$smarty.const._MD_TDMDOWNLOADS_INDEX_SUBMITTER}>"></span> <{$down.submitter}> </p> <p class="card-text"><{$down.description_short}> <a class="stretched-link" href="<{$xoops_url}>/modules/tdmdownloads/singlefile.php?cid=<{$down.cid}>&amp;lid=<{$down.id}>" title="<{$down.title}>"><span class="fa-solid fa-forward"></span></a> </p> </div> <{if !empty($down.perm_download)}> <div class="position-static"> <{if $down.new}><{$down.new}><{/if}><{if $down.pop}><{$down.pop}><{/if}> <a title="<{$smarty.const._MD_TDMDOWNLOADS_INDEX_DLNOW}>" href="visit.php?cid=<{$down.cid}>&amp;lid=<{$down.id}>" class="btn btn-success"> <span class="fa-solid fa-cloud-arrow-down"></span> </a> </div> <{/if}> </div>