PHP Classes

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

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

Contents

Class file image Download
<table class="table table-striped table-sm"> <thead> <tr> <th class="head"><{$block.lang_title}></th> <{if $block.show_category|default:'' == '1'}> <td class="head" align="left"><{$block.lang_category}></td><{/if}> <{if $block.show_date|default:'' == '1'}> <td class="head" align="right" width="120"><{$block.lang_date}></td><{/if}> <{if $block.show_poster|default:'' == '1'}> <td class="head" align="center" width="100"><{$block.lang_poster}></td><{/if}> </tr> </thead> <tbody> <{foreach item=item from=$block.items|default:false}> <tr> <td> <{if $block.show_image|default:'' == '1'}> <a href="<{$newitems.itemurl}>"><img src="<{$item.item_image}>" alt="<{$item.alt}>" title="<{$item.alt}>" align="left" style="padding:5px;"></a><br> <{/if}> <{$item.itemlink}> </td> <{if $block.show_category|default:'' == '1'}><td align="left"><{$item.categorylink}></td><{/if}> <{if $block.show_date|default:'' == '1'}><td align="right"><{$item.date}></td><{/if}> <{if $block.show_poster|default:'' == '1'}><td align="center"><{$item.poster}></td><{/if}> </tr> <{/foreach}> </tbody> </table> <{if $block.show_morelink|default:'' == '1'}> <div style="text-align:right; padding: 5px;"> <a class="btn btn-primary btn-xs" href="<{$publisher_url}>"><{$block.lang_visitItem}></a> </div> <{/if}>