[xoops-cvslog 3994] CVS update: xoops2jp/html/modules/user/templates

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 8月 6日 (日) 01:46:20 JST


Index: xoops2jp/html/modules/user/templates/user_misc_online.html
diff -u /dev/null xoops2jp/html/modules/user/templates/user_misc_online.html:1.1.2.1
--- /dev/null	Sun Aug  6 01:46:20 2006
+++ xoops2jp/html/modules/user/templates/user_misc_online.html	Sun Aug  6 01:46:20 2006
@@ -0,0 +1,30 @@
+<table class="outer" width="100%" cellspacing="1">
+  <tr>
+    <th colspan="3"><{$smarty.const._MD_USER_LANG_WHOSONLINE}></th>
+  </tr>
+  <{foreach item=obj from=$objects}>
+    <tr class="<{cycle values="odd,even"}> valign="middle" align="center">
+      <td>
+        <{if $obj->get('online_uid')}>
+          <a href="javascript:window.opener.location='<{$xoops_url}>/userinfo.php?uid=<{$obj->getShow('online_uid')}>';window.close();"><{$obj->getShow('online_uname')}></a>
+        <{else}>
+          <{$smarty.const._MD_USER_LANG_GUEST}>
+        <{/if}>
+      </td>
+      <td>
+        <{if $obj->mModule}>
+          <{$obj->mModule->getShow('name')}>
+        <{else}>
+          ---
+        <{/if}>
+      </td>
+      <td>
+        <{if $xoops_isadmin}>
+          <{$obj->getShow('online_ip')}>
+        <{/if}>
+      </td>
+    </tr>
+  <{/foreach}>
+</table>
+<br />
+<div style="text-align:center;"><{xoops_pagenavi pagenavi=$pageNavi}></div>


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る