PHP Classes

File: htdocs/themes/xbootstrap/modules/publisher/publisher_display_full.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/modules/publisher/publisher_display_full.tpl   Download  
File: htdocs/themes/xbootstrap/modules/publisher/publisher_display_full.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

updates
add PHP8 defaults in templates
Merge xswatch4
Date: 2 months ago
Size: 2,604 bytes
 

Contents

Class file image Download
<{include file='db:publisher_header.tpl'}> <!-- if we are on the index page OR inside a category that has subcats OR (inside a category with no subcats AND $display_category_summary is set to TRUE), let's display the summary table ! //--> <{if !empty($indexpage) || !empty($category.subcats) || (!empty($category) && !empty($display_category_summary))}> <{if !empty($display_category_summary) && !empty($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}> <{if !empty($items)}> <h4 class="pub_last_articles_full"><span class="glyphicon glyphicon-chevron-right"></span>&nbsp;<{$lang_items_title}></h4> <!-- Start item loop --> <{foreach item=item from=$items|default:null}> <div class="article_full"> <div class="article_full_category"> <{$item.category}> </div> <{if !empty($item.image_path)}> <div class="article_full_img_div"> <a href="<{$item.itemurl}>" title="<{$item.title}>"> <img src="<{$item.image_path}>" alt="<{$item.title}>"/> </a> </div> <{/if}> <div style="padding: 10px;"> <h4><{$item.titlelink}></h4> <{if isset($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" style="margin-top: 15px;"> <{if isset($op) && $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" style="margin-top: 15px;"> <a href="<{$item.itemurl}>" class="btn btn-primary btn-xs"> <{$smarty.const._MD_PUBLISHER_VIEW_MORE}></a> </div> <div class="clearfix"></div> </div> </div> <!--<{include file="db:publisher_singleitem.tpl" item=$item}>--> <{/foreach}> <!-- End item loop --> <!-- end of if $items --> <{/if}> <{include file='db:publisher_footer.tpl'}>