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.

174 lines
5.5 KiB

  1. <HTML>
  2. <!--
  3. This is the formatting page for query results. This file defines
  4. how the result page header, rows, and footer will appear.
  5. -->
  6. <HEAD>
  7. <LINK REL=STYLESHEET HREF="is2admin.css" TYPE="text/css">
  8. <TITLE>Unfiltered documents</TITLE>
  9. </HEAD>
  10. <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000066" VLINK="#808080" ALINK="#FF0000" TOPMARGIN=0>
  11. <TABLE>
  12. <TR><TD><A HREF="http://www.microsoft.com/ntserver/search" target="_top"><IMG SRC ="is2logo.gif" VALIGN=MIDDLE ALIGN=LEFT border=0></a></TD></TR>
  13. <TR><TD ALIGN="RIGHT"><H3>Administration - Unfiltered Documents</H3></TD></TR>
  14. </TABLE>
  15. <!-- Print a header that lists the query and the number of hits -->
  16. <table width=100%>
  17. <tr>
  18. <td bgcolor=pink align=center class=RecordStats>
  19. <%if CiMatchedRecordCount eq 0%>
  20. All documents have been successfully filtered.
  21. <%else%>
  22. Documents in this list failed to filter. Possible causes include document corruption,
  23. property set corruption and password protection.
  24. <%endif%>
  25. </td>
  26. </tr>
  27. </table>
  28. <!--
  29. This table has a link to a new query page, a previous button, and
  30. a next page button. The buttons are only displayed when appropriate.
  31. -->
  32. <TABLE>
  33. <tr>
  34. <!-- Define a "previous" button if this isn't the first page -->
  35. <%if CiContainsFirstRecord eq 0%>
  36. <TD ALIGN=LEFT>
  37. <FORM ACTION="/iisadmin/isadmin/unfilt.idq" METHOD="GET">
  38. <INPUT TYPE="HIDDEN"
  39. NAME="CiBookMark" VALUE="<%CiBookMark%>" >
  40. <INPUT TYPE="HIDDEN"
  41. NAME="CiBookmarkSkipCount" VALUE="-<%EscapeRAW CiMaxRecordsPerPage%>" >
  42. <INPUT TYPE="SUBMIT"
  43. VALUE="Previous <%CiMaxRecordsPerPage%> documents">
  44. </FORM>
  45. </TD>
  46. <%endif%>
  47. <!-- Define a "next" button if this isn't the last page -->
  48. <%if CiContainsLastRecord eq 0%>
  49. <TD ALIGN=RIGHT>
  50. <FORM ACTION="/iisadmin/isadmin/unfilt.idq" METHOD="GET">
  51. <INPUT TYPE="HIDDEN"
  52. NAME="CiBookMark" VALUE="<%CiBookMark%>" >
  53. <INPUT TYPE="HIDDEN"
  54. NAME="CiBookmarkSkipCount" VALUE="<%EscapeRAW CiMaxRecordsPerPage%>" >
  55. <INPUT TYPE="SUBMIT"
  56. VALUE="Next <%CiRecordsNextPage%> documents">
  57. </FORM>
  58. </TD>
  59. <%endif%>
  60. </tr>
  61. </TABLE>
  62. <!--
  63. The begindetail/enddetail section describes how each row of output
  64. is be formatted. The sample below prints:
  65. - record number
  66. - document title (if one exists) or virtual path of the file
  67. - the abstract for the file
  68. - the url for the file
  69. - the file's size and last write time
  70. -->
  71. <table width=100%>
  72. <colgroup span=1 width=120 bgcolor=#AACCEE align=right>
  73. <%begindetail%>
  74. <tr><td><b>Virtual Path:</b></td><td><a href="<%EscapeURL vpath%>"><%vpath%></a></td></tr>
  75. <tr><td><b>Physical Path:</b></td><td><%path%></td></tr>
  76. <tr><td><b>Last Modified:</b></td><td><%if write ne ""%><%write%> GMT<%endif%></td></tr>
  77. <tr><td bgcolor=#FFFFFF>&nbsp<br></td></tr>
  78. <%enddetail%>
  79. </table><br>
  80. <P>
  81. <!-- Only display a line if there were any hits that matched the query -->
  82. <%if CiMatchedRecordCount ne 0%>
  83. <HR>
  84. <%endif%>
  85. <TABLE>
  86. <!-- Define a "previous" button if this isn't the first page -->
  87. <%if CiContainsFirstRecord eq 0%>
  88. <TD ALIGN=LEFT>
  89. <FORM ACTION="/iisadmin/isadmin/unfilt.idq" METHOD="GET">
  90. <INPUT TYPE="HIDDEN"
  91. NAME="CiBookMark" VALUE="<%CiBookMark%>" >
  92. <INPUT TYPE="HIDDEN"
  93. NAME="CiBookmarkSkipCount" VALUE="-<%EscapeRAW CiMaxRecordsPerPage%>" >
  94. <INPUT TYPE="HIDDEN"
  95. NAME="CiRestriction" VALUE="<%CiRestriction%>" >
  96. <INPUT TYPE="HIDDEN"
  97. NAME="CiMaxRecordsPerPage" VALUE="<%CiMaxRecordsPerPage%>" >
  98. <INPUT TYPE="SUBMIT"
  99. VALUE="Previous <%CiMaxRecordsPerPage%> documents">
  100. </FORM>
  101. </TD>
  102. <%endif%>
  103. <!-- Define a "next" button if this isn't the last page -->
  104. <%if CiContainsLastRecord eq 0%>
  105. <TD ALIGN=RIGHT>
  106. <FORM ACTION="/iisadmin/isadmin/unfilt.idq" METHOD="GET">
  107. <INPUT TYPE="HIDDEN"
  108. NAME="CiBookMark" VALUE="<%CiBookMark%>" >
  109. <INPUT TYPE="HIDDEN"
  110. NAME="CiBookmarkSkipCount" VALUE="<%EscapeRAW CiMaxRecordsPerPage%>" >
  111. <INPUT TYPE="HIDDEN"
  112. NAME="CiRestriction" VALUE="<%CiRestriction%>" >
  113. <INPUT TYPE="HIDDEN"
  114. NAME="CiMaxRecordsPerPage" VALUE="<%CiMaxRecordsPerPage%>" >
  115. <INPUT TYPE="SUBMIT"
  116. VALUE="Next <%CiRecordsNextPage%> documents">
  117. </FORM>
  118. </TD>
  119. <%endif%>
  120. </TABLE>
  121. <!--
  122. If the index is out of date (for example, if it's still being created
  123. or updated after changes to files in an indexed directory) let the
  124. user know.
  125. -->
  126. <table width=100%>
  127. <tr>
  128. <td class=RecordStats align=center bgcolor=pink>
  129. <%if CiOutOfDate ne 0%>
  130. <P class=RecordStats>The index is out of date.
  131. <%endif%>
  132. <!--
  133. If the query was not executed because it needed to enumerate to
  134. resolve the query instead of using the index, but CiForceUseCi
  135. was TRUE, let the user know
  136. -->
  137. <%if CiQueryIncomplete eq 1%>
  138. <p class=RecordStats>The query is too expensive to complete.
  139. <%endif%>
  140. </td>
  141. </tr>
  142. </table>
  143. </body>
  144. </HTML>