PHP Classes

File: templates/publisher_singleitem_block.tpl

Recommend this page to a friend!
  Classes of Michael Beck   XOOPS Publisher Module   templates/publisher_singleitem_block.tpl   Download  
File: templates/publisher_singleitem_block.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: 4 years ago
Size: 1,409 bytes
 

Contents

Class file image Download
<div class="item"> <div class="itemHead"> <span class="itemTitle"><{$item.titlelink}></span> </div> <{if $block.display_whowhen_link}> <div class="itemInfo"> <span class="itemPoster"> <div class="publisher_item_head_who"> <{$item.who_when}> (<{$item.counter}> <{$block.lang_reads}>) </div> </span> </div> <{/if}> <div class="itemBody"> <div class="itemText"> <{if $item.image_path}> <a href="<{$item.itemurl}>"><img class="publisher_item_image" src="<{$item.image_path}>" align="right" alt="<{$item.title}>" title="<{$item.title}>"></a> <{/if}> <{$item.summary}> </div> </div> <div style="clear: both;"></div> <div class="publisher_pre_itemInfo"> <div class="itemInfo" style="height: 14px;"> <{if $block.display_comment_link && $item.cancomment && $item.comments != -1}> <span style="float: left;"><a href="<{$item.itemurl}>"><{$item.comments}> <{$block.lang_comments}></a></span> <{else}> <span style="float: left;">&nbsp;</span> <{/if}> <span style="float: right; text-align: right;"><{$item.adminlink}></span> </div> </div> </div>