<%
if numRecordCount <> 0 then
'loop through each login
do while not objRecordSet.EOF
'Set the background colour
numBackgroundCounter = numBackgroundCounter + 1
If numBackgroundCounter mod 2 = 0 then strBgColour = "#EEEEEE" else strBgColour = "#DDDDDD"
'Write out the table row
strClass = "smallnormal"
If objRecordSet("LOGIN_Protected") = "y" then strClass = "smallbold" %>
<% =objRecordSet("LOGIN_Username") %>
<% =objRecordSet("LOGIN_Password") %>
<% If objRecordSet("LOGIN_Orders") = "y" then %>" title="<% WriteSafeString("ImageLabel_PermOrders") %>"><% else %>" title="<% WriteSafeString("ImageLabel_PermOrders") %>"><% end if %>
<% If objRecordSet("LOGIN_Products") = "y" then %>" title="<% WriteSafeString("ImageLabel_PermProducts") %>"><% else %>" title="<% WriteSafeString("ImageLabel_PermProducts") %>"><% end if %>
<% If objRecordSet("LOGIN_Config") = "y" then %>" title="<% WriteSafeString("ImageLabel_PermConfig") %>"><% else %>" title="<% WriteSafeString("ImageLabel_PermConfig") %>"><% end if %>