<%@ Assembly Name="Microsoft.SharePoint.ApplicationPages, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%> <%@ Page Language="C#" DynamicMasterPageFile="~masterurl/default.master" Inherits="Microsoft.SharePoint.ApplicationPages.ReorderPage" %> <%@ Import Namespace="Microsoft.SharePoint.ApplicationPages" %> <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Import Namespace="Microsoft.SharePoint" %> <%@ Assembly Name="Microsoft.Web.CommandUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register TagPrefix="wssuc" TagName="ButtonSection" src="~/_controltemplates/ButtonSection.ascx" %> <%@ Register Tagprefix="wssawc" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> ><%SPHttpUtility.HtmlEncode(m_list.Title,Response.Output);%>:
<% if (m_listItems.Count > 0) { %> <% } %>
<%=string.Format((string)this.GetGlobalResourceObject("wss", "reorder_Itemsxtoy"), m_pageFirstRow, m_pageFirstRow + m_listItems.Count - 1)%>  <% if (m_nextPageLink != null) { %> rel="sp_DialogLinkInternal"> <SharePoint:EncodedLiteral runat='server' text='<%$Resources:wss,reorder_next%>' EncodeMethod='HtmlEncode'/> <% } %>
class="ms-authoringControls" cellspacing="5" width="100%" border="0" > <% if (m_listItems.Count == 0) { %> <% } else { %> <% } %> <% for (int i = 0; i < m_listItems.Count; i++) { %> <% } %>
<% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(m_list.Title),Response.Output); %>
 
 
name=<% SPHttpUtility.HtmlEncode(strItemOrder + i.ToString(),Response.Output); %> value=<% SPHttpUtility.NoEncode(i,Response.Output); %> /> <% SPHttpUtility.HtmlEncodeAllowSimpleTextFormatting(m_listItems[i].DisplayName,Response.Output); %>
<%@ Register TagPrefix="wssuc" TagName="TopNavBar" src="~/_controltemplates/TopNavBar.ascx" %>