PHP Classes

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

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/modules/newbb/newbb_online.tpl   Download  
File: htdocs/themes/xbootstrap/modules/newbb/newbb_online.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: 1,171 bytes
 

Contents

Class file image Download
<div> <div class="even" style="padding: 5px; line-height: 150%;"> <span style="padding: 2px;"><{$online.image}></span> <strong><{$smarty.const._MD_USERS_ONLINE}> <{$online.num_total}> <{$smarty.const._MD_BROWSING_FORUM}></strong> </div> <div class="odd" style="padding: 5px; line-height: 150%;"> [ <span class="online_admin"><{$smarty.const._MD_ADMINISTRATOR}></span> ] [ <span class="online_moderator"><{$smarty.const._MD_MODERATOR}></span> ] <br><{$online.num_anonymous}> <{$smarty.const._MD_ANONYMOUS_USERS}> <{if $online.num_user}> <br> <{$online.num_user}> <{$smarty.const._MD_REGISTERED_USERS}> <{foreachq item=user from=$online.users}> <a href="<{$user.link}>"> <{if $user.level eq 2}> <span class="online_admin"><{$user.uname}></span> <{elseif $user.level eq 1}> <span class="online_moderator"><{$user.uname}></span> <{else}> <{$user.uname}> <{/if}> </a> <{/foreach}> <{/if}> </div> </div>