PHP Classes

File: htdocs/themes/xbootstrap/modules/newbb/newbb_viewpost.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/modules/newbb/newbb_viewpost.tpl   Download  
File: htdocs/themes/xbootstrap/modules/newbb/newbb_viewpost.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 7,518 bytes
 

Contents

Class file image Download
<div class="forum_header"> <div class="forum_title"> <h2><a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/index.php"><{$lang_forum_index}></a></h2> <!-- irmtfan hardcode removed align="left" --> <hr class="align_left" width="50%" size="1"/> <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/index.php"><{$smarty.const._MD_FORUMHOME}></a> <{if $parent_forum}> <span class="delimiter">&raquo;</span> <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$parent_forum}>"><{$parent_name}></a> <span class="delimiter">&raquo;</span> <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$forum_id}>"><{$forum_name}></a> <{elseif $forum_name}> <span class="delimiter">&raquo;</span> <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$forum_id}>"><{$forum_name}></a> <{/if}> <span class="delimiter">&raquo;</span> <strong><{$lang_title}></strong> </div> </div> <div class="clear"></div> <{if $viewer_level gt 1}> <div class="right" id="admin"> <{if $mode gt 1}> <!-- irmtfan mistype forum_posts_admin => form_posts_admin --> <form name="form_posts_admin" action="action.post.php" method="POST" onsubmit="if(window.document.form_posts_admin.op.value &lt; 1){return false;}"> <{$smarty.const._ALL}>: <input type="checkbox" name="post_check" id="post_check" value="1" onclick="xoopsCheckAll('form_posts_admin', 'post_check');"/> <select name="op"> <option value="0"><{$smarty.const._SELECT}></option> <option value="delete"><{$smarty.const._DELETE}></option> <{if $status eq "pending"}> <option value="approve"><{$smarty.const._MD_APPROVE}></option> <{elseif $status eq "deleted"}> <option value="restore"><{$smarty.const._MD_RESTORE}></option> <{/if}> </select> <input type="hidden" name="uid" value="<{$uid}>"/> | <input type="submit" name="submit" value="<{$smarty.const._SUBMIT}>"/> | <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewpost.php?uid=<{$uid}>" target="_self" title="<{$smarty.const._MD_TYPE_VIEW}>"><{$smarty.const._MD_TYPE_VIEW}></a> <{else}> <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewpost.php?uid=<{$uid}>&amp;status=active#admin" target="_self" title="<{$smarty.const._MD_TYPE_ADMIN}>"><{$smarty.const._MD_TYPE_ADMIN}></a> | <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewpost.php?uid=<{$uid}>&amp;status=pending#admin" target="_self" title="<{$smarty.const._MD_TYPE_PENDING}>"><{$smarty.const._MD_TYPE_PENDING}></a> | <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewpost.php?uid=<{$uid}>&amp;status=deleted#admin" target="_self" title="<{$smarty.const._MD_TYPE_DELETED}>"><{$smarty.const._MD_TYPE_DELETED}></a> <{/if}> </div> <{/if}> <div class="clear"></div> <br> <div style="padding: 5px;"> <!-- irmtfan remove prev and next icons --> <a id="threadtop"></a><{$down}><a href="#threadbottom"><{$smarty.const._MD_BOTTOM}></a> </div> <br> <div> <div class="dropdown"> <select name="topicoption" id="topicoption" class="menu" onchange="if(this.options[this.selectedIndex].value.length >0 ) { window.document.location=this.options[this.selectedIndex].value;}" > <option value=""><{$smarty.const._MD_TOPICOPTION}></option> <option value="<{$newpost_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_NEWPOSTS}></option> <option value="<{$all_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_ALL}></option> <!-- <option value="<{$digest_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_DIGEST}></option> <option value="<{$unreplied_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_UNREPLIED}></option> <option value="<{$unread_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_UNREAD}></option> //--> </select> <select name="viewmode" id="viewmode" class="menu" onchange="if(this.options[this.selectedIndex].value.length >0 ) { window.document.location=this.options[this.selectedIndex].value;}" > <option value=""><{$smarty.const._MD_VIEWMODE}></option> <{foreachq item=act from=$viewmode_options}> <option value="<{$act.link}>"><{$act.title}></option> <{/foreach}> </select> </div> <!-- irmtfan hardcode removed style="padding: 5px;float: right; text-align:right;" --> <div class="pagenav"> <{$pagenav|replace:'form':'div'|replace:'id="xo-pagenav"':''}> <!-- irmtfan to solve nested forms and id="xo-pagenav" issue --> </div> </div> <div class="clear"></div> <br> <br> <{foreachq item=post from=$posts}> <{includeq file="db:newbb_thread.tpl" topic_post=$post}> <!-- irmtfan hardcode removed style="padding: 5px;float: right; text-align:right;" --> <div class="pagenav"> <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewtopic.php?topic_id=<{$post.topic_id}>"><strong><{$smarty.const._MD_VIEWTOPIC}></strong></a> <{if !$forum_name }> | <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$post.forum_id}>"><strong><{$smarty.const._MD_VIEWFORUM}></strong></a> <{/if}> </div> <div class="clear"></div> <br> <br> <{/foreach}> <{if $mode gt 1}> </form> <{/if}> <br> <div> <!-- irmtfan hardcode removed style="float: left; text-align:left;" --> <div class="icon_left"> <!-- irmtfan add up button --> <a id="threadbottom"></a><{$p_up}><a href="#threadtop"><{$smarty.const._MD_TOP}></a> </div> <!-- irmtfan hardcode removed style="float: right; text-align:right;" --> <div class="icon_right"> <{$pagenav|replace:'form':'div'|replace:'id="xo-pagenav"':''}> <!-- irmtfan to solve nested forms and id="xo-pagenav" issue --> </div> </div> <div class="clear"></div> <br> <br> <div> <!-- irmtfan hardcode removed style="float: left; text-align: left;" --> <div class="icon_left"> <form action="<{$xoops_url}>/modules/<{$xoops_dirname}>/search.php" method="get"> <input name="term" id="term" type="text" size="15"/> <input type="hidden" name="sortby" id="sortby" value="p.post_time desc"/> <input type="hidden" name="action" id="action" value="yes"/> <input type="hidden" name="searchin" id="searchin" value="both"/> <input type="submit" class="formButton" value="<{$smarty.const._MD_SEARCH}>"/><br> [<a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/search.php"><{$smarty.const._MD_ADVSEARCH}></a>] </form> </div> <!-- irmtfan hardcode removed style="float: right; text-align: right;" --> <div class="icon_right"> <{$forum_jumpbox}> </div> </div> <div class="clear"></div> <br> <{if $online}> <br> <{includeq file="db:newbb_online.tpl"}> <{/if}> <{includeq file='db:newbb_notification_select.tpl'}> <!-- end module contents -->