PHP Classes

File: htdocs/modules/system/templates/system_misc_online.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/system/templates/system_misc_online.tpl   Download  
File: htdocs/modules/system/templates/system_misc_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: 1 month ago
Size: 1,464 bytes
 

Contents

Class file image Download
<{* online details popup *}> <{if isset($closeHead) && $closeHead == true}> <{$headContents|default:''}> <script>window.resizeTo(400, 560)</script> </head> <body> <{/if}> <h4><{$lang_whoisonline}></h4> <div class="pad5"> <table style="width:100%;" cellspacing="1" class="outer"> <{foreach item=online from=$onlineUserInfo|default:null}> <tr> <td align="center"><img src="<{$upload_url}><{$online.avatar}>" alt="<{$lang_avatar}>" /><br><br></td> <td align="center"> <{if $online.uid == 0}> <{$online.uname}> <{else}> <a href="javascript:window.opener.location='<{$xoops_url}>/userinfo.php?uid=<{$online.uid}>';window.close();"> <{if $online.name==''}><{$online.uname}><{else}><{$online.name}><{/if}></a> <{/if}> </td> <td align="center"> <{$online.module_name}> <{if !empty($isadmin)}> <br>(<{$online.ip}>)<br><{$online.updated}> <{/if}> </td> </tr> <{/foreach}> </table> </div> <{if isset($closeButton) && $closeButton == true}> <div style="text-align:center;"><input class="btn btn-secondary btn-default formButton" value="<{$lang_close}>" type="button" onclick="window.close();" /></div> <{/if}>