PHP Classes

File: templates_bootstrap/bootstrap4/publisher/publisher_archive.tpl

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

Contents

Class file image Download
<div class="table-responsive"> <table class="table table-striped"> <tr> <th><{$lang_newsarchives}></th> </tr> <{foreach item=year from=$years}> <tr> <td><b><{$year.number}></b> (<{$year.articlesYearCount}>)</td> </tr> <tr> <td> <{foreach item=month from=$year.months}> <a href="./archive.php?year=<{$year.number}>&month=<{$month.number}>"><{$month.string}> (<{$month.articlesMonthCount}>) </a> &nbsp; <{/foreach}> </td> </tr> <{/foreach}> </table> </div> <br> <{if $show_articles|default:false === true}> <h4><{$lang_articles}></h4> <div class="container"> <{foreach item=story from=$stories}> <{if $showmainimage|default:0 == 1}> <a href="<{$item.itemurl}>"><img src="<{$story.item_image}>" title="<{$story.cleantitle}>" alt="<{$story.cleantitle}>" align="left" style="padding:10px"></a><br> <{/if}> &nbsp;&nbsp;<h4><{$story.title}></h4><br> <{if $showsummary|default:0 == 1}> &nbsp;&nbsp;<{$story.summary}><br> <{/if}> <div class="pull-left"> <{if $showcategory|default:0 == 1}> <span style="font-size: 11px; padding: 0; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8;"> <span class="fa fa-tag"></span>&nbsp;<{$story.category}> </span> <{/if}> <{if $showposter|default:0 == 1}> <span style="font-size: 11px; padding: 0 0 0 16px; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8;"> <span class="fa fa-user"></span>&nbsp;<{$story.author}> </span> <{/if}> <{if $showdate|default:0 == 1}> <span style="font-size: 11px; padding: 0 0 0 16px; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8;"> <span class="fa fa-calendar"></span>&nbsp;<{$story.date}> </span> <{/if}> <{if $showhits|default:0 == 1}> <span style="font-size: 11px; padding: 0 0 0 16px; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8;"> <span class="fa fa-check-circle-o"></span>&nbsp;<{$story.counter}> <{$smarty.const._MD_PUBLISHER_READS}> </span> <{/if}> <{if $showcomment|default:0 == 1 && $story.cancomment|default:false && $story.comment|default:0 != -1}> <span style="font-size: 11px; padding: 0 0 0 16px; margin: 0; line-height: 12px; opacity:0.8;-moz-opacity:0.8;"> <span class="fa fa-comment"></span>&nbsp;<{$story.comment}> </span> <{/if}> </div> <div class="pull-right"> <{if $showpdfbutton|default:0 == 1}> <a href="<{$story.pdf_link}>" rel="nofollow"><img src="<{$xoops_url}>/modules/<{$module_dirname}>/assets/images/links/pdf.gif" border="0" alt="<{$lang_pdf}>"></a> <{/if}> <{if $showprintlink|default:0 == 1}> <a href="<{$story.print_link}>" rel="nofollow"><img src="<{$xoops_url}>/modules/<{$module_dirname}>/assets/images/links/print.gif" border="0" alt="<{$lang_printer}>"></a> <{/if}> <{if $showemaillink|default:0 == 1}> <a href="<{$story.mail_link}>" target="_top"><img src="<{$xoops_url}>/modules/<{$module_dirname}>/assets/images/links/friend.gif" border="0"></a> <{/if}> </div> <br> <hr> <{/foreach}> </div> <div><br><{$lang_storytotal}></div> <{/if}>