PHP Classes

File: htdocs/themes/xswatch/modules/publisher/publisher_singleitem.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/themes/xswatch/modules/publisher/publisher_singleitem.tpl   Download  
File: htdocs/themes/xswatch/modules/publisher/publisher_singleitem.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 1,077 bytes
 

Contents

Class file image Download
<div class="sitem"> <{if $item.image_path}> <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>