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.

19 lines
645 B

  1. <!--
  2. This is the "previous" button.
  3. This retrieves the previous page of documents for the query.
  4. The CiBookmarkSkipCount is negative, which causes a backwards scroll
  5. on the query results.
  6. -->
  7. <%if CiContainsFirstRecord eq 0%>
  8. <td align=left>
  9. <form action="/scripts/samples/search/simple.idq" method="get">
  10. <%include /scripts/samples/search/hidden.htx%>
  11. <input type="hidden" name="CiBookmarkSkipCount"
  12. value="-<%CiMaxRecordsPerPage%>" >
  13. <input type="submit" value="Previous <%CiMaxRecordsPerPage%> documents">
  14. </form>
  15. </td>
  16. <%endif%>