<%@ Page Language="C#" MasterPageFile="~/master/taskMstr.master" AutoEventWireup="true" CodeBehind="rearrange.aspx.cs" Inherits="GalleryServerPro.Web.task.rearrange" %> <%@ MasterType TypeName="GalleryServerPro.Web.Master.taskMstr" %> <%@ Import Namespace="GalleryServerPro.Business.Interfaces" %>
<%# GetHiddenInputIdTag((IGalleryObject)((RepeaterItem)Container.Parent).DataItem) %>
<%# GetAlbumText(((IGalleryObject)((RepeaterItem)Container.Parent).DataItem).Title, ((RepeaterItem)Container.Parent).DataItem.GetType())%>
px; height: <%# (Convert.ToInt32(DataBinder.Eval(((RepeaterItem)Container.Parent).DataItem, "Thumbnail.Height")) + 10).ToString() %>px;">
<%# GetThumbnailImageTag((IGalleryObject)((RepeaterItem)Container.Parent).DataItem) %>
<%# GetMediaObjectText(Eval("Title").ToString(), ((RepeaterItem)Container.Parent).DataItem.GetType())%>