| <% WriteString("ContentText_ID") %> |
<% WriteString("FormLabel_Language") %> |
<% WriteString("ContentText_Country") %> |
<% WriteString("ContentText_ISOCode") %> |
<% WriteString("ContentText_Zone") %> |
<% WriteString("ContentText_ChargeTax") %> |
<% WriteString("ContentText_Live") %> |
<%
do while not objRecordSet.EOF
blnFirstLang = true
numCounter = 0
for numCounter = 1 to numTotalLanguages
If aryLangLiveBack(numCounter) = "y" then %>
|
<% if blnFirstLang then response.write objRecordSet("D_ID") else response.write " " %>
|
<% =aryLangBackNames(numCounter) %> |
-<%=numCounter%>" size="30" value="<% =objRecordSet("D_Destination" & CStr(numCounter)) %>"> |
<% if blnFirstLang then %>" size="3" value="<% =objRecordSet("D_ISOCode") %>"><% else %> <% end if %> |
<% if blnFirstLang then
objRecordSet3.MoveFirst
Call SingleDropDown("B"&objRecordSet("D_ID"),"","",objRecordSet3,"S_Zone","S_Zone",objRecordSet("D_ShippingZone"))
else %>
<% end if %> |
<% if blnFirstLang then %>
<% else %>
<% end if %> |
<% if blnFirstLang then %>
<% else %>
<% end if %> |
<% end if
blnFirstLang = false
next %>