rebuilding head
[mir.git] / templates / admin / head.template
index 0c942f7..54a269f 100755 (executable)
   </tr>
 </table>
 <hr>
+<if loggedinusers>
+  <table cellpadding="3" cellspacing="0" width="100%">
+    <tr >
+      <td class="bg-neutral small" align="left">
+        <b>${lang("system.loggedin")}
+        <list loggedinusers as u>
+          ${u.name} (${u.count})
+        </list>
+        </b>
+      </td>
+      <td class="bg-neutral small" align="right">
+        <b>${lang("system.status")}
+        ${systemstatus}
+        </b>
+      </td>
+    </tr>
+  </table>
+<hr>
+</if>