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.

68 lines
1.4 KiB

  1. <!--
  2. This is the tail portion of the formatting for unsorted queries.
  3. -->
  4. <P>
  5. <H5>
  6. <%if CiCurrentRecordNumber eq 0%>
  7. No <%if CiContainsFirstRecord eq 0%>more <%endif%>documents matched the query "<%CiRestriction%>".
  8. <%else%>
  9. Documents <%CiFirstRecordNumber%> to <%CiLastRecordNumber%>
  10. matching the query "<%CiRestriction%>".
  11. <%endif%>
  12. </H5>
  13. <HR>
  14. <TABLE WIDTH=80%>
  15. <TR>
  16. <!-- point back to the query form -->
  17. <TD> <A HREF="<%HTMLQueryForm%>">New query</A> </TD>
  18. <!-- show previous and next buttons -->
  19. <%include /scripts/samples/search/prev.htx%>
  20. <%include /scripts/samples/search/next.htx%>
  21. </TR>
  22. </TABLE>
  23. <P><BR>
  24. <!-- If the index is out of date, display the fact -->
  25. <%if CiOutOfDate ne 0%>
  26. <P>
  27. <I><B>The index is out of date.</B></I><BR>
  28. <%endif%>
  29. <!--
  30. If the query was not executed because it needed to enumerate to
  31. resolve the query instead of using the index, but CiForceUseCi
  32. was TRUE, let the user know
  33. -->
  34. <%if CiQueryIncomplete ne 0%>
  35. <P>
  36. <I><B>The query is too expensive to complete.</B></I><BR>
  37. <%endif%>
  38. <!--
  39. If the query took too long to execute (for example, if too much work
  40. was required to resolve the query), let the user know
  41. -->
  42. <%if CiQueryTimedOut ne 0%>
  43. <P>
  44. <I><B>The query took too long to complete.</B></I><BR>
  45. <%endif%>
  46. <!-- Display the page number -->
  47. Page <%CiCurrentPageNumber%>
  48. </HTML>