Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

62 lines
1.6 KiB

<HTML>
<!--
This is the header portion for sorted queries
-->
<HEAD>
<%if CiMatchedRecordCount eq 0%>
<TITLE><%CiRestriction%> - no documents matched.</TITLE>
<%else%>
<TITLE><%CiRestriction%> - documents <%CiFirstRecordNumber%> to <%CiLastRecordNumber%>.</TITLE>
<%endif%>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000066" VLINK="#808080" ALINK="#FF0000" TOPMARGIN=0>
<TABLE>
<TR>
<TD><IMG SRC ="/samples/search/64x_book.jpg" ALIGN=Middle></TD>
<TD VALIGN=MIDDLE><H1>Index Server</H1><br><center><h2>Search Results</h2></center></TD>
</TR>
</TABLE>
<H5>
<%if CiMatchedRecordCount eq 0%>
No documents matched the query "<%CiRestriction%>".
<%else%>
Documents <%CiFirstRecordNumber%> to <%CiLastRecordNumber%> of
<!--
If the number of results was limited by CiMaxResultsInResultSet,
give an indication of the fact. If the query is sorted by
rank (ascending or descending) the "best" items are returned.
Otherwise, just the "first" items are returned.
-->
<%if CiMatchedRecordCount eq CiMaxRecordsInResultSet%>
<%if CiSort contains "rank"%>
the best
<%else%>
the first
<%endif%>
<%endif%>
<%CiMatchedRecordCount%> matching the query
"<%CiRestriction%>".
<%endif%>
</H5>
<TABLE WIDTH=80%>
<TR>
<TD> <A HREF="<%HTMLQueryForm%>">New query</A> </TD>
<%include /scripts/samples/search/prev.htx%>
<%include /scripts/samples/search/snext.htx%>
</TR>
</TABLE>
<HR>