PHP Classes

File: htdocs/themes/xswatch4/modules/newbb/newbb_moderate.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xswatch4/modules/newbb/newbb_moderate.tpl   Download  
File: htdocs/themes/xswatch4/modules/newbb/newbb_moderate.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: 2 months ago
Size: 1,645 bytes
 

Contents

Class file image Download
<div class="newbb"> <ul class="breadcrumb"> <li class="breadcrumb-item"><a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/index.php"><{$smarty.const._MD_NEWBB_FORUMHOME}></a></li> <li class="breadcrumb-item active"><{$smarty.const._MD_NEWBB_SUSPEND_MANAGEMENT}></li> </ul> </div> <{if !empty($error_message)}> <div class="errorMsg"><{$error_message}></div> <div class="clear"></div> <br> <{/if}> <h3><{$smarty.const._MD_NEWBB_SUSPEND_LIST}></h3> <div class="table-responsive"> <table class="table table-hover"> <thead> <tr> <{foreach item=colHead from=$columnHeaders|default:null}> <th> <{if !empty($colHead.url)}> <a href="<{$colHead.url}>" title="<{$colHead.title}>"><{$colHead.header}> <span class="fa-solid fa-sort" aria-hidden="true"></span></a> <{else}> <{$colHead.header}> <{/if}> </th> <{/foreach}> </tr> </thead> <tbody> <{foreach item=row from=$columnRows|default:null}> <tr> <td><{$row.uid}></td> <td><{$row.start}></td> <td><{$row.expire}></td> <td><{$row.forum}></td> <td><{$row.desc}></td> <td><{$row.options}></td> </tr> <{/foreach}> </tbody> </table> </div> <div class="icon_right"> <{$moderate_page_nav|default:''|replace:'form':'div'|replace:'id="xo-pagenav"':''}> </div> <br> <hr class="align_left" width="100%" size="1"/> <{$suspend_form.rendered|replace:'<select name="forum">':'<select class="form-control" id="forum" name="forum">'}> <div class="clear"></div> <br>