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.

49 lines
1.5 KiB

  1. <HTML>
  2. <HEAD>
  3. <SCRIPT LANGUAGE="VBScript" RUNAT="Server">
  4. <!--
  5. option explicit
  6. -->
  7. </SCRIPT>
  8. <TITLE>Indexing Service Sample Navigation Page</TITLE>
  9. <LINK REL=STYLESHEET HREF="is2admin.css" TYPE="text/css">
  10. <META NAME="DESCRIPTION" CONTENT="Redirects to another page.">
  11. <META NAME="AUTHOR" CONTENT="Indexing Service Team">
  12. <META NAME="KEYWORDS" CONTENT="redirect">
  13. <META NAME="SUBJECT" CONTENT="Redirect utility">
  14. <META NAME="MS.CATEGORY" CONTENT="Internet">
  15. <META NAME="MS.LOCALE" CONTENT="EN-US">
  16. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  17. </HEAD>
  18. <BODY BACKGROUND="is2side.gif" BGPROPERTIES=FIXED BGCOLOR=#000000 TEXT=#FFFFFF LINK=#FFFFFF VLINK=#FFFFFF>
  19. <TABLE width=100>
  20. <TR>
  21. <TD height=60 align=center>
  22. <a href="/iisadmin/isadmin/state.ida" target="main" style="color:#FFFFFF;"><p>Index Statistics</a>
  23. </TD>
  24. </TR>
  25. <TR>
  26. <TD height=60 align=center>
  27. <a href="/iisadmin/isadmin/unfilt.idq" target="main" style="color:#FFFFFF;"><p>Unfiltered Documents</a>
  28. </TD>
  29. </TR>
  30. <TR>
  31. <TD height=60 align=center>
  32. <a href="/iisadmin/isadmin/scan.idq" target="main" style="color:#FFFFFF;"><p>Virtual Root Data</a>
  33. </TD>
  34. </TR>
  35. <TR>
  36. <TD height=60 align=center>
  37. <FORM ACTION="/iisadmin/isadmin/merge.ida" METHOD="GET">
  38. <INPUT TYPE="SUBMIT" VALUE="Merge Index">
  39. </FORM>
  40. </TD>
  41. </TR>
  42. </TABLE>
  43. </body>
  44. </HTML>