<%@ Control language="c#" Codebehind="cp_message.ascx.cs" AutoEventWireup="True" Inherits="yaf.pages.cp_message" %> <%@ Register TagPrefix="yaf" Namespace="yaf.controls" Assembly="yaf" %>
<%# HtmlEncode(DataBinder.Eval(Container.DataItem,"Subject")) %> <%# DataBinder.Eval(Container.DataItem,"FromUser") %>
<%# GetText("posted") %> <%# FormatDateTime((System.DateTime)((System.Data.DataRowView)Container.DataItem)["Created"]) %> <%# GetThemeContents("BUTTONS","DELETEPOST") %> <%# GetThemeContents("BUTTONS","REPLYPM") %> <%# GetThemeContents("BUTTONS","QUOTEPOST") %>
  <%# FormatBody(Container.DataItem) %>