PHP Classes

File: templates_bootstrap/bootstrap4/publisher/blocks/publisher_items_new.tpl

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

Contents

Class file image Download
<table class"table" cellpadding="0" cellspacing="0" border="0"> <{foreach item=newitems from=$block.newitems|default:null}> <tr class="<{cycle values=" even,odd"}>"> <{if $newitems.image|default:false}> <td style="padding: 5px 0;" width="120px"> <a href="<{$newitems.itemurl}>"><img style="padding: 1px; margin: 2px; border: 1px solid #c3c3c3;" width="110" src="<{$newitems.image}>" title="<{$newitems.alt}>" alt="<{$newitems.alt}>"></a> </td> <{/if}> <td> <strong><{$newitems.link}></strong> <{if $block.show_order|default:'' == '1'}> (<{$newitems.new}>) <{/if}> <br> <{if $block.show_summary|default:'' == '1'}><{$newitems.summary}><br><{/if}> <{if $block.show_category|default:'' == '1'}> <span style="padding: 3px 16px 0 0; font-size: 11px;"><span class="fa fa-tag"></span>&nbsp;<{$newitems.categorylink}></span> <{/if}> <{if $block.show_poster|default:'' == '1'}> <span style="padding: 3px 16px 0 0; font-size: 11px;"><span class="fa fa-user"></span>&nbsp;<{$newitems.poster}></span> <{/if}> <{if $block.show_date|default:'' == '1'}> <span style="padding: 3px 16px 0 0; font-size: 11px;"><span class="fa fa-calendar"></span>&nbsp;<{$newitems.date}></span> <{/if}> <{if $block.show_hits|default:'' == '1'}> <span style="padding: 3px 16px 0 0; font-size: 11px;"><span class="fa fa-check-circle-o"></span>&nbsp;<{$newitems.hits}> <{$newitems.lang_hits}> </span> <{/if}> <{if $block.show_comment|default:false == '1' && $newitems.cancomment|default:false && $newitems.comment|default:0 != -1}> <span style="padding: 3px 16px 0 0; font-size: 11px;"><span class="fa fa-comment"></span>&nbsp;<{$newitems.comment}></span> <{/if}> <{if $block.show_rating|default:'' == '1'}> <span style="padding: 3px 16px 0 0; font-size: 11px;"><span class="fa fa-star"></span>&nbsp;<{$newitems.rating}></span> <{/if}> </td> </tr> <{/foreach}> </table>