PHP Classes

File: templates_bootstrap/bootstrap3/publisher/publisher_display_wfsection.tpl

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

Contents

Class file image Download
<{include file='db:publisher_header.tpl'}> <{if $indexpage || $category.subcats || ($category && $display_category_summary)}> <{if $display_category_summary && $category}> <div class="well well-sm"> <{$lang_category_summary}> </div> <{/if}> <{include file='db:publisher_categories_table.tpl'}> <!-- End of if !$category || $category.subcats || ($category && $display_category_summary) //--> <{/if}> <h4 class="pub_last_articles_wf"> <span class="glyphicon glyphicon-chevron-right"></span>&nbsp;<{$lang_items_title}> </h4> <div class="publisher_items_list_"> <{if $items|default:false}> <{foreach item=item from=$items}> <div class="article_wf"> <{if $display_mainimage|default:0 == 1}> <{if $item.image_path|default:'' != ''}> <div class="article_wf_img"> <a href="<{$item.itemurl}>"><img class="img-responsive" src="<{$item.image_path}>" alt="<{$item.title}>"></a> </div> <{else}> <div class="article_wf_img"> <a href="<{$item.itemurl}>"><img class="img-responsive" src="<{$publisher_url}>/assets/images/default_image.jpg" alt="<{$item.title}>"></a> </div> <{/if}> <{/if}> <div class="article_wf_summary"> <div class="article_wf_title"> <h3><{$item.titlelink}></h3> <{if $show_subtitle|default:false && $item.subtitle|default:false}> <em><{$item.subtitle}></em> <{/if}> </div> <{if $display_summary|default:0 == 1}> <div style="margin-top:10px;"> <{$item.summary}><br > </div> <{/if}> <{if $display_readmore|default:0 == 1}> <a href="<{$item.more}>"><{$smarty.const._MD_PUBLISHER_READMORE}></a><br > <{/if}> <small> <{if $display_category|default:0 == 1}> <span> <span class="glyphicon glyphicon-tag"></span>&nbsp;<{$item.category}> </span> <{/if}> <{if $display_poster|default:0 == 1}> <span> <span class="glyphicon glyphicon-user"></span>&nbsp;<{$item.who}> </span> <{/if}> <{if $display_date_col|default:0 == 1}> <span> <span class="glyphicon glyphicon-calendar"></span>&nbsp; <{$item.datesub}> </span> <{/if}> <{if $display_hits_col|default:0 == 1}> <span> <span class="glyphicon glyphicon-ok-circle"></span>&nbsp; <{$item.counter}> </span> <{/if}> <{if $display_commentlink|default:0 == 1 && $item.cancomment|default:false && $item.comments|default:0 != -1}> <span> <span class="glyphicon glyphicon-comment"></span>&nbsp;<{$item.comments}> </span> <{/if}> </small> </div> <div class="clearfix"></div> </div> <{/foreach}> </div> <div align="right"><{$navbar|default:''}></div> <{$press_room_footer}> <{/if}> <!-- end of if $items --> <{include file='db:publisher_footer.tpl'}>