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.

66 lines
1.3 KiB

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