PHP Classes

File: htdocs/themes/xbootstrap/modules/news/news_article.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/modules/news/news_article.tpl   Download  
File: htdocs/themes/xbootstrap/modules/news/news_article.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

Merge xswatch4
Date: 2 months ago
Size: 3,382 bytes
 

Contents

Class file image Download
<{include file="db:news_item.tpl" story=$story}> <{if isset($attached_files_count) && $attached_files_count>0}> <{$lang_attached_files}> <{foreach item=onefile from=$attached_files|default:null}> <a href="<{$onefile.visitlink}>" target="_blank"><{$onefile.file_realname}></a> <{/foreach}> <{/if}> <div class="row xoops-news-navigation"> <{if !empty($pagenav)}><{$smarty.const._NW_PAGE}><{$pagenav}><{/if}> <{if !empty($nav_links)}> <div class="col-md-6 alignleft"> <{if isset($previous_story_id) && $previous_story_id != -1}> <a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$previous_story_id}>" title="<{$previous_story_title}>"> <span class="glyphicon glyphicon-circle-arrow-left"></span> <{$lang_previous_story}> </a> <{/if}> </div> <div class="col-md-6 alignright"> <{if isset($next_story_id) && $next_story_id!= -1}> <a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$next_story_id}>" title="<{$next_story_title}>"> <{$lang_next_story}> <span class="glyphicon glyphicon-circle-arrow-right"></span> </a> <{/if}> </div> <{/if}> </div><!-- .row --> <div class="xoops-news-icons aligncenter"> <{if isset($showicons) && $showicons == true}> <a href="<{$xoops_url}>/modules/news/print.php?storyid=<{$story.id}>" title="<{$lang_printerpage}>"> <span class="glyphicon glyphicon-print"></span> </a> <a target="_top" href="<{$mail_link}>" title="<{$lang_sendstory}>"> <span class="glyphicon glyphicon-envelope"></span> </a> <a target="_blank" href="<{$xoops_url}>/modules/news/makepdf.php?storyid=<{$story.id}>" title="<{$lang_pdfstory}>"> <span class="glyphicon glyphicon-file"></span> </a> <{/if}> <{if !empty($xoops_isadmin)}> <a href="<{$xoops_url}>/modules/news/submit.php?op=edit&storyid=<{$story.id}>" title="Edit"> <span class="glyphicon glyphicon-edit"></span> </a> <a href="<{$xoops_url}>/modules/news/admin/index.php?op=delete&storyid=<{$story.id}>" title="Delete"> <span class="glyphicon glyphicon-trash"></span> </a> <{/if}> </div> <{if !empty($tags)}> <{include file="db:tag_bar.tpl"}> <{/if}> <{if $showsummary == true && $summary_count>0}> <{$lang_other_story}> <{foreach item=onesummary from=$summary|default:null}> <{$onesummary.story_published}> <a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$onesummary.story_id}>" title="<{$onesummary.tpltitle}>"> <{$onesummary.story_title}> </a> <{/foreach}> <{/if}> <{if isset($share) && $share == true}> <div class='shareaholic-canvas' data-app='share_buttons' data-app-id=''></div> <{/if}> <div class="comments-nav"> <{$commentsnav}> </div> <{$lang_notice|default:''}> <{if isset($comment_mode)}> <{if $comment_mode == "flat"}> <{include file="db:system_comments_flat.tpl"}> <{elseif $comment_mode == "thread"}> <{include file="db:system_comments_thread.tpl"}> <{elseif $comment_mode == "nest"}> <{include file="db:system_comments_nest.tpl"}> <{/if}> <{/if}> <{include file='db:system_notification_select.tpl'}>