PHP Classes

File: templates_bootstrap/bootstrap3/publisher/blocks/publisher_items_random_item.tpl

Recommend this page to a friend!
  Packages of Michael Beck   XOOPS Publisher Module   templates_bootstrap/bootstrap3/publisher/blocks/publisher_items_random_item.tpl   Download  
File: templates_bootstrap/bootstrap3/publisher/blocks/publisher_items_random_item.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,517 bytes
 

Contents

Class file image Download
<{foreach item=items from=$block.items}> <{if $block.display_item_image|default:false == '1'}> <a href="<{$block.url}>"><img src="<{$block.item_image}>" alt="<{$block.alt}>" title="<{$block.alt}>" style="padding:5px;" align="left"></a> <{/if}> <{$block.titlelink}><br> <{if $block.display_summary|default:false == '1'}><{$block.content}><br><{/if}> <span style="font-size: 11px; padding: 0 0 0 16px; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8;"> <{if $block.display_poster|default:false == '1'}><span class="glyphicon glyphicon-user"></span>&nbsp; <{$block.poster}> <{/if}> <{if $block.display_date|default:false == '1'}> <span class="glyphicon glyphicon-calendar"></span>&nbsp; <{$block.date}> <{/if}> <{if $block.display_categorylink|default:false == '1'}><span class="glyphicon glyphicon-tag"></span>&nbsp;<{$block.categorylink}> <{/if}> <{if $block.display_hits|default:false == '1'}><span class="glyphicon glyphicon-ok-circle"></span>&nbsp;<{$block.hits}> <{$block.lang_hits}><{/if}> <{if $block.display_comment|default:'' == '1' && $block.cancomment|default:false && $block.comment|default:0 != -1}> <span class="glyphicon glyphicon-comment"></span>&nbsp;<{$block.comment}> <{/if}> </span> <{if $block.display_lang_fullitem|default:'' == '1'}> <div align="right" style="padding: 15px 0 0 0;"> <a class="btn btn-primary btn-xs" href='<{$block.url}>'><{$block.lang_fullitem}></a> </div> <{/if}> <{/foreach}>