<%@ Control Language="C#" AutoEventWireup="true" Inherits="CMSModules_Forums_Controls_Layouts_Tree_Forums" CodeFile="Forums.ascx.cs" %> <%@ Register Namespace="CMS.Forums" Assembly="CMS.Forums" TagPrefix="cms" %>
<%-- UniView Control Begin--%> <%-- Header template--%> <%-- Item template--%> <%-- Footer template--%> <%-- UniView Control End--%>
<%=ResHelper.GetString("ForumGroup.lblForum")%> <%=ResHelper.GetString("ForumGroup.lblThreads")%> <%=ResHelper.GetString("ForumGroup.lblPosts")%> <%=ResHelper.GetString("ForumGroup.lblLastPost")%>
<%#HTMLHelper.HTMLEncode(ResHelper.LocalizeString(DataBinder.Eval(ForumContext.CurrentGroup, "GroupDisplayName").ToString()))%> <%#HTMLHelper.HTMLEncode(ResHelper.LocalizeString(DataBinder.Eval(ForumContext.CurrentGroup, "GroupDescription").ToString()))%>
 
<%#GetLink(Container.DataItem, HTMLHelper.HTMLEncode(ResHelper.LocalizeString(Eval("ForumDisplayName").ToString())), "ActionLink", ForumActionType.Forum)%>
<%#HTMLHelper.HTMLEncode(ResHelper.LocalizeString(Eval("ForumDescription").ToString()))%>
<%#AdministratorCode(Eval("ForumID"), "
", true)%> <%#GetLink(Container.DataItem, ResHelper.GetString("forums.lock"), "ActionLink", ForumActionType.LockForum)%> <%#GetLink(Container.DataItem, ResHelper.GetString("forums.unlock"), "ActionLink", ForumActionType.UnlockForum)%> <%#AdministratorCode(Eval("ForumID"), "
", true)%>
<%#ThreadCount(Container.DataItem)%> <%#PostCount(Container.DataItem, false)%>
<%#LastUser(Container.DataItem, false)%>
(<%#LastTime(Container.DataItem, false)%>)