PHP Classes

File: templates_bootstrap/bootstrap4/publisher/publisher_singleitem.tpl

Recommend this page to a friend!
  Packages of Michael Beck   XOOPS Publisher Module   templates_bootstrap/bootstrap4/publisher/publisher_singleitem.tpl   Download  
File: templates_bootstrap/bootstrap4/publisher/publisher_singleitem.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XOOPS Publisher Module
Publish static HTML content and article with XOOPS
Author: By
Last change:
Date: 9 months ago
Size: 1,587 bytes
 

Contents

Class file image Download
<div class="card"> <{if $item.image_path|default:''}> <img class="card-img-top" src="<{$item.image_path}>" alt="<{$item.title}>"> <{/if}> <div class="card-body"> <h5 class="card-title"><{$item.titlelink}></h5> <{if $display_whowhen_link}> <p class="card-text"><small class="text-muted"><{$item.who_when}> (<{$item.counter}> <{$smarty.const._MD_PUBLISHER_READS}>)</small></p> <{/if}> <p class="card-text"><{$item.summary}></p> </div> </div> <div class="sitem"> <{if $item.image_path|default:''}> <div class="sitem_img_div"> <a href="<{$item.itemurl}>" title="<{$item.title}>"> <img class="sitem_img" src="<{$item.image_path}>" alt="<{$item.title}>" width="100"> </a> </div> <{/if}> <div style="padding: 10px;"> <h4><{$item.titlelink}></h4> <{if $display_whowhen_link}> <small><{$item.who_when}> (<{$item.counter}> <{$lang_reads}>)</small> <{/if}> <div style="margin-top:10px;"> <{$item.summary}> </div> <div class="pull-left"> <{if $op != 'preview'}> <span style="float: right; text-align: right;"><{$item.adminlink}></span> <{else}> <span style="float: right;">&nbsp;</span> <{/if}> </div> <div class="pull-right"> <a href="<{$item.itemurl}>" class="btn btn-primary btn-xs"> <{$smarty.const._MD_PUBLISHER_VIEW_MORE}></a> </div> <div class="clearfix"></div> </div> </div>