%@ Control language="c#" Codebehind="cp_subscriptions.ascx.cs" AutoEventWireup="True" Inherits="yaf.pages.cp_subscriptions" %>
<%@ Register TagPrefix="yaf" Namespace="yaf.controls" Assembly="yaf" %>
| <%= GetText("forums") %> | ||||
| <%= GetText("forum") %> | <%= GetText("topics") %> | <%= GetText("replies") %> | <%= GetText("lastpost") %> | |
| <%# DataBinder.Eval(Container.DataItem,"ForumName") %> | <%# DataBinder.Eval(Container.DataItem,"Topics") %> | <%# FormatForumReplies(Container.DataItem) %> | <%# FormatLastPosted(Container.DataItem) %> | |
| <%= GetText("topics") %> | ||||
| <%= GetText("topic") %> | <%= GetText("replies") %> | <%= GetText("views") %> | <%= GetText("lastpost") %> | |
| <%# DataBinder.Eval(Container.DataItem,"TopicName") %> | <%# DataBinder.Eval(Container.DataItem,"Replies") %> | <%# DataBinder.Eval(Container.DataItem,"Views") %> | <%# FormatLastPosted(Container.DataItem) %> | |