home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 September
/
CHIPCD_9_99.iso
/
software
/
uaktualnienia
/
OptionPackPL
/
iis4_07.cab
/
qrybody1.inc
< prev
next >
Wrap
Text File
|
1998-04-27
|
2KB
|
30 lines
<%
' 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.
%>
<p>
<dt><%= NextRecordNumber%>.
<%if VarType(RS("DocTitle")) = 1 or RS("DocTitle") = "" then%>
<b><a href="<%=RS("vpath")%>"><%= Server.HTMLEncode( RS("filename") )%></a></b>
<%else%>
<b><a href="<%=RS("vpath")%>"><%= Server.HTMLEncode(RS("DocTitle"))%></a></b>
<%end if%>
<dd>
<%if VarType(RS("characterization")) = 8 and RS("characterization") <> "" then%>
<b><i>Abstract: </I></b><%= Server.HTMLEncode(RS("characterization"))%>
<br>
<%end if%>
<cite>
<a href="<%=RS("vpath")%>">http://<%=Request("server_name")%><%=RS("vpath")%></a>
<font size=-1> - <%if RS("size") = "" then%>(size and time unknown)<%else%>size <%=RS("size")%> bytes - <%=RS("write")%> GMT<%end if%></font>
</cite>
<%if SearchString <> "" then%>
<BR>
<a href="qsumrhit.htw?CiWebHitsFile=<%=Server.URLEncode( RS("vpath") )%>&CiRestriction=<%=Server.URLEncode( SearchString )%>&CiBeginHilite=<%=Server.URLEncode( "<font color=""#FF0000""><b><em>" )%>&CiEndHilite=<%=Server.URLEncode( "</em></b></font>")%>&CiUserParam3=AdvQuery.asp"><b>Show Highlights (condensed)</b></a> /
<a href="qfullhit.htw?CiWebHitsFile=<%=Server.URLEncode( RS("vpath") )%>&CiRestriction=<%=Server.URLEncode( SearchString )%>&CiBeginHilite=<%=Server.URLEncode( "<font color=""#FF0000""><b><em>" )%>&CiEndHilite=<%=Server.URLEncode( "</em></b></font>")%>&CiUserParam3=AdvQuery.asp&CiHiliteType=Full"><b>Show Highlights (full text)</b></a>
<BR>
<%end if%>