[VBScript]
<% set document = results.Item(i) %>
<%=i%>. <%= document.Title %> <br>
<%= document.filename %> -
<%= document.Format %> -
<%= document.Relevance %>% -
<%= document.Timestamp %>
<% if NOT document.IsAuthorized then %>
<IMG src="locked.gif">
<% end if %>
|