Jurisdiction: <%= Model.Kit.Jurisdiction %>
Label Count: <%= Model.Kit.LabelCount %>
Created On: <%= Model.Kit.CreatedOn %>
Labels Printed On : <%= Model.Kit.LabelsPrinted %>
Exported to SnailWorks On: <%= Model.Kit.ExportedToSnailWorks %>
<% IF Model.Kit.Status = "Ready To Assign STIDS" THEN %> <%= HTML.FormTag("Kit","SwitchBoardPurpleEnvelopeEditPost",empty,empty) %>Amount of Office Copies:
<%= HTML.TextBox("OfficeCopiesAmount","0") %>Select Outbound STID:
<%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("KitEditForm")) %> <%= HTML.Hidden("Id", Model.Kit.ID) %> <%= HTML.DropDownListExt("OutboundSTID","hmm",Model.StidDropDown,"STID","OPTION",Array("Class","form-select")) %> <%= HTML.Checkbox("InBoundTracking",0) %>Inbound Tracking<%= HTML.Button("submit", " Save", "btn-primary") %>
| Precinct | Current Color | Assign New Color |
|---|---|---|
| <%= H(precinctRS("PRECINCT")) %> | <% If Not IsNull(precinctRS("ColorId")) AND Len(precinctRS("ColorId")) > 0 Then %> <% dim currentColor : set currentColor = ColorsRepository.FindByID(precinctRS("ColorId")) %> <%= H(currentColor.Name) %> <% Else %> Not assigned <% End If %> | <% set colorsRS = ColorsRepository.GetColorsDropDownRS() %> <%= HTML.DropDownListExt("PrecinctColor_" & precinctRS("PRECINCT"), precinctRS("ColorId"), colorsRS, "ID", "Name", Array("Class","form-select form-select-sm")) %> |
<%= HTML.Button("submit", " Save Precinct Colors", "btn-primary") %>
Office Copies Amount : <%= Model.Kit.OfficeCopiesAmount %>
<% END IF %>