<% ' This is the detail portion for Title, Abstract, URL, Size, and ' Modification Date. ' If there is a title, display it, otherwise display the virtual path. %>

<%= NextRecordNumber%>. <%if VarType(RS("DocTitle")) = 1 or RS("DocTitle") = "" then%> "><%= Server.HTMLEncode( RS("filename") )%> <%else%> "><%= Server.HTMLEncode(RS("DocTitle"))%> <%end if%>
<%if VarType(RS("characterization")) = 8 and RS("characterization") <> "" then%> Abstract: <%= Server.HTMLEncode(RS("characterization"))%>
<%end if%> ">http://<%=Request("server_name")%><%=RS("vpath")%> - <%if RS("size") = "" then%>(size and time unknown)<%else%>size <%=RS("size")%> bytes - <%=RS("write")%> GMT<%end if%> <%if SearchString <> "" then%>
&CiRestriction=<%=Server.URLEncode( SearchString )%>&CiBeginHilite=<%=Server.URLEncode( "" )%>&CiEndHilite=<%=Server.URLEncode( "")%>&CiUserParam3=AdvQuery.asp">Show Highlights (condensed) / &CiRestriction=<%=Server.URLEncode( SearchString )%>&CiBeginHilite=<%=Server.URLEncode( "" )%>&CiEndHilite=<%=Server.URLEncode( "")%>&CiUserParam3=AdvQuery.asp&CiHiliteType=Full">Show Highlights (full text)
<%end if%>