PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/modules/news/news_index.tpl   Download  
File: htdocs/themes/xbootstrap/modules/news/news_index.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: 1 month ago
Size: 1,791 bytes
 

Contents

Class file image Download
<div class="news-home"> <{if !empty($topic_rssfeed_link)}> <{$topic_rssfeed_link}> <{/if}> <{if isset($displaynav) && $displaynav == true}> <div class="text-center"> <form name="form1" action="<{$xoops_url}>/modules/news/index.php" method="get"> <{$topic_select}> <select name="storynum"><{$storynum_options}></select> <input type="submit" value="<{$lang_go}>"> </form> </div> <{/if}> <{if !empty($topic_description)}> <{$topic_description}> <{/if}> <div id="xoopsgrid" class="row"> <{section name=i loop=$columns}> <{foreach item=story from=$columns[i]|default:null}> <div class="col-xs-12 col-md-6 home-news-loop"> <{if !empty($story.picture)}> <div class="home-thumbnails"> <img src="<{$story.picture}>" alt="<{$story.pictureinfo}>" class="img-responsive"> </div> <!-- .home-thumbnails --> <{else}> <div class="home-thumbnails"> <img src="<{$xoops_imageurl}>images/tdm-no-image.jpg" alt="" class="img-responsive"> </div> <!-- .home-thumbnails --> <{/if}> <h3 class="xoops-default-title"><{$story.news_title|strip_tags}></h3> <div class="excerpt-news"><{$story.text}></div> <{$story.morelink}> </div> <{/foreach}> <{/section}> </div> <div class="text-center generic-pagination"> <{$pagenav|default:''}> </div> </div> <{include file='db:system_notification_select.tpl'}>