%@ Control language="c#" Codebehind="activeusers.ascx.cs" AutoEventWireup="True" Inherits="yaf.pages.activeusers" %>
<%@ Register TagPrefix="yaf" Namespace="yaf.controls" Assembly="yaf" %>
| <%= GetText("title") %> | |||||
| <%= GetText("username") %> | <%= GetText("logged_in") %> | <%= GetText("last_active") %> | <%= GetText("active") %> | <%= GetText("browser") %> | <%= GetText("platform") %> |
| <%# FormatTime((DateTime)((System.Data.DataRowView)Container.DataItem)["Login"]) %> | <%# FormatTime((DateTime)((System.Data.DataRowView)Container.DataItem)["LastActive"]) %> | <%# String.Format(GetText("minutes"),((System.Data.DataRowView)Container.DataItem)["Active"]) %> | <%# DataBinder.Eval(Container.DataItem,"Browser") %> | <%# DataBinder.Eval(Container.DataItem,"Platform") %> | |