<%= H(Model.Title) %>

<%= H(Model.RecordCount) %> KitLabels found. Showing <%= H(Model.PageSize) %> records per page. <%= HTML.LinkToExt(" New","KitLabels", "Create", empty, Array("class", "btn btn-xs btn-primary")) %>
<%= HTML.FormTag("KitLabels", "Search", empty, empty) %>
<% dim it : set it = Model.KitLabels.Iterator %> <% dim KitLabels %> <% While it.HasNext %> <% set KitLabels = it.GetNext() %> <% Wend %>
ID KitId OutboundSerial InBoundSerial Outbound Font Encoded InBound Font Encoded OutboundIMBDigits InBoundIMBDigits OutboundIMB InBoundIMB SetNumber
<%= HTML.LinkToExt("", "KitLabels", "Edit", Array("Id", KitLabels.ID), Array("class", "btn btn-primary")) %> <% = H(KitLabels.ID) %> <% = H(KitLabels.KitId) %> <% = H(KitLabels.OutboundSerial) %> <% = H(KitLabels.InBoundSerial) %> <% = H(KitLabels.OutboundIMB) %> <% = H(KitLabels.InBoundIMB) %> <% = H(KitLabels.OutboundIMBDigits) %> <% = H(KitLabels.InBoundIMBDigits) %> Barcode Barcode <% = H(KitLabels.SetNumber) %>
<% If Model.CurrentPageNumber <> 1 then %> <%= HTML.LinkToExt("", MVC.ControllerName, MVC.ActionName, Array("page_num", 1,"q", Choice(Request.Form.Count = 0,Request.QueryString("q"),Request.Form("q"))), Array("class", "btn btn-default")) %>   <%= HTML.LinkToExt("", MVC.ControllerName, MVC.ActionName, Array("page_num", Model.CurrentPageNumber - 1,"q", Choice(Request.Form.Count = 0,Request.QueryString("q"),Request.Form("q"))), Array("class", "btn btn-default")) %>   <% Else %>     <% End If %> <% If CInt(Model.CurrentPageNumber) < CInt(Model.PageCount) then %> <%= HTML.LinkToExt("", MVC.ControllerName, MVC.ActionName, Array("page_num", Model.CurrentPageNumber + 1,"q", Choice(Request.Form.Count = 0,Request.QueryString("q"),Request.Form("q"))), Array("class", "btn btn-default")) %>   <%= HTML.LinkToExt("", MVC.ControllerName, MVC.ActionName, Array("page_num", Model.PageCount,"q", Choice(Request.Form.Count = 0,Request.QueryString("q"),Request.Form("q"))), Array("class", "btn btn-default")) %>   <% Else %>     <% End If %>