[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 %>
<% if document.Changed then %>
<img src="changed.gif" />
<% end if %>
|