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.

172 lines
5.5 KiB

  1. <HTML>
  2. <!--
  3. <%CiTemplate%>
  4. This is the formatting page for scan admin query results. This file defines
  5. how the result page header, rows, and footer will appear.
  6. -->
  7. <HEAD>
  8. <LINK REL=STYLESHEET HREF="is2admin.css" TYPE="text/css">
  9. <!-- The title lists the # of documents -->
  10. <%if CiMatchedRecordCount eq 0%>
  11. <TITLE><%escapeHTML CiRestriction%> - no documents matched.</TITLE>
  12. <%else%>
  13. <TITLE><%escapeHTML CiRestriction%> - documents <%CiFirstRecordNumber%> to <%CiLastRecordNumber%></TITLE>
  14. <%endif%>
  15. </HEAD>
  16. <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000066" VLINK="#808080" ALINK="#FF0000" TOPMARGIN=0>
  17. <TABLE>
  18. <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>
  19. <TR><TD ALIGN="RIGHT"><H3>Administration - Virtual Root Data</H3></TD></TR>
  20. </TABLE>
  21. <!-- Print a header that lists the query and the number of hits -->
  22. <H5>
  23. <%if CiMatchedRecordCount eq 0%>
  24. No virtual roots matched the query "<%EscapeHTML CiRestriction%>".
  25. <%else%>
  26. Virtual roots <%CiFirstRecordNumber%> to <%CiLastRecordNumber%> of
  27. <%CiMatchedRecordCount%> matching the query
  28. "<%EscapeHTML CiRestriction%>" for catalog <%CiCatalog%>
  29. <%endif%>
  30. </H5>
  31. <!--
  32. The begindetail/enddetail section describes how each row of output
  33. is be formatted.
  34. -->
  35. <FORM ACTION="/iisadmin/isadmin/scan.ida" METHOD="GET" target=_top>
  36. <table width=100%>
  37. <tr class=RecordTitle>
  38. <th align="left">Virtual Root</th>
  39. <th align="left">Physical Root</th>
  40. <th align="left">Type</th>
  41. <th colspan = 3 align="center">Type Of Scan</th>
  42. </tr>
  43. <!--
  44. NAME: PROOT_<virtual root> VALUE: physical path to root
  45. NAME: SCAN_<virtual root> VALUE: "NoScan". Implies no scan will be performed
  46. NAME: SCAN_<virtual root> VALUE: "FullScan". Implies full scan will be performed
  47. NAME: SCAN_<virtual root> VALUE: "IncrementalScan". Implies incremental scan will be performed
  48. -->
  49. <%begindetail%>
  50. <INPUT TYPE="HIDDEN" NAME="PROOT_<%if StorageType eq 1%>NNTP_<%endif%><%vpath%>" VALUE="<%path%>">
  51. <tr class=RecordStats style="font-style:normal;">
  52. <td><%vpath%></td>
  53. <td><%path%></td>
  54. <td><%if StorageType eq 1%>News<%else%>Web<%endif%></td>
  55. <td><input type=radio checked name="SCAN_<%if StorageType eq 1%>NNTP_<%endif%><%vpath%>" value="NoScan">None</td>
  56. <td><input type=radio name="SCAN_<%if StorageType eq 1%>NNTP_<%endif%><%vpath%>" value="IncrementalScan">Incremental</td>
  57. <td><input type=radio name="SCAN_<%if StorageType eq 1%>NNTP_<%endif%><%vpath%>" value="FullScan">Full</td>
  58. </tr>
  59. <%enddetail%>
  60. <tr>
  61. <td colspan=6 align=right height=50><INPUT TYPE="SUBMIT" VALUE="Submit Changes"></td>
  62. </tr>
  63. </table>
  64. </FORM>
  65. <P>
  66. <!-- Only display a line if there were any hits that matched the query -->
  67. <%if CiMatchedRecordCount ne 0%>
  68. <HR>
  69. <%endif%>
  70. <TABLE>
  71. <%if CiContainsFirstRecord eq 0%>
  72. <!-- Define a "previous" button if this isn't the first page -->
  73. <TD ALIGN=LEFT>
  74. <FORM ACTION="/iisadmin/isadmin/scan.idq" METHOD="GET">
  75. <INPUT TYPE="HIDDEN"
  76. NAME="CiBookMark" VALUE="<%CiBookMark%>" >
  77. <INPUT TYPE="HIDDEN"
  78. NAME="CiBookmarkSkipCount" VALUE="-<%EscapeRAW CiMaxRecordsPerPage%>" >
  79. <INPUT TYPE="HIDDEN"
  80. NAME="CiRestriction" VALUE="<%CiRestriction%>" >
  81. <INPUT TYPE="HIDDEN"
  82. NAME="CiMaxRecordsPerPage" VALUE="<%EscapeRAW CiMaxRecordsPerPage%>" >
  83. <INPUT TYPE="SUBMIT"
  84. VALUE="Previous <%CiMaxRecordsPerPage%> Roots">
  85. </FORM>
  86. </TD>
  87. <%endif%>
  88. <%if CiContainsLastRecord eq 0%>
  89. <!-- Define a "next" button if this isn't the last page -->
  90. <TD ALIGN=RIGHT>
  91. <FORM ACTION="/iisadmin/isadmin/scan.idq" METHOD="GET">
  92. <INPUT TYPE="HIDDEN"
  93. NAME="CiBookMark" VALUE="<%CiBookMark%>" >
  94. <INPUT TYPE="HIDDEN"
  95. NAME="CiBookmarkSkipCount" VALUE="<%EscapeRAW CiMaxRecordsPerPage%>" >
  96. <INPUT TYPE="HIDDEN"
  97. NAME="CiRestriction" VALUE="<%CiRestriction%>" >
  98. <INPUT TYPE="HIDDEN"
  99. NAME="CiMaxRecordsPerPage" VALUE="<%EscapeRAW CiMaxRecordsPerPage%>" >
  100. <INPUT TYPE="SUBMIT"
  101. VALUE="Next <%CiRecordsNextPage%> Roots">
  102. </FORM>
  103. </TD>
  104. <%endif%>
  105. </TABLE>
  106. <table width=100%>
  107. <tr>
  108. <td class=RecordStats align=center valign=middle bgcolor=pink>
  109. <%if CiOutOfDate ne 0%>
  110. <!--
  111. If the index is out of date (for example, if it's still being created
  112. or updated after changes to files in an indexed directory) let the
  113. user know.
  114. -->
  115. <P><BR>
  116. <I><B>The index is out of date.</B></I>
  117. <%endif%>
  118. <%if CiQueryIncomplete eq 1%>
  119. <!--
  120. If the query was not executed because it needed to enumerate to
  121. resolve the query instead of using the index, but CiForceUseCi
  122. was TRUE, let the user know
  123. -->
  124. <P><BR>
  125. <I><B>The query is too expensive to complete.</B></I>
  126. <%endif%>
  127. </td>
  128. </tr>
  129. </table>
  130. <%if CiTotalNumberPages gt 0%>
  131. <!-- Output a page number and count of pages -->
  132. <P align=right>
  133. Page <%CiCurrentPageNumber%> of <%CiTotalNumberPages%>
  134. <P>
  135. <%endif%>
  136. </body>
  137. </HTML>