%@ Control language="c#" Codebehind="attachments.ascx.cs" AutoEventWireup="True" Inherits="yaf.pages.attachments" %>
<%@ Register TagPrefix="yaf" Namespace="yaf.controls" Assembly="yaf" %>
| <%= GetText("TITLE") %> | ||
| <%# GetText("FILENAME") %> | <%# GetText("SIZE") %> | |
| <%# DataBinder.Eval(Container.DataItem, "FileName") %> | <%# DataBinder.Eval(Container.DataItem, "Bytes") %> |
|
| <%= GetText("UPLOAD_TITLE") %> | ||
| <%= GetText("SELECT_FILE") %> | ||