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.

117 lines
4.2 KiB

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
  2. <HTML>
  3. <HEAD>
  4. <!--
  5. ***** INSTRUCTIONS FOR CUSTOMIZING THIS FORM *****
  6. To customize this form, look for remarks in the file beginning with
  7. 5 stars ("*****"). These lines contain instructions for easily
  8. customizing the most common qury form elements.
  9. -->
  10. <LINK REL=STYLESHEET HREF="is2style.css" TYPE="text/css">
  11. <TITLE>Indexing Service Sample HTM/IDQ/HTX Search Form</TITLE>
  12. <META NAME="DESCRIPTION" CONTENT="Sample query form for Indexing Service">
  13. <META NAME="AUTHOR" CONTENT="Indexing Service Team">
  14. <META NAME="KEYWORDS" CONTENT="query, content, hit">
  15. <META NAME="SUBJECT" CONTENT="sample form">
  16. <META NAME="MS.CATEGORY" CONTENT="Internet">
  17. <META NAME="MS.LOCALE" CONTENT="EN-US">
  18. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  19. </HEAD>
  20. <!-- ***** To change the form's background pattern, simply save your background pattern
  21. using the name IS2BKGND.GIF in the same directory as this form. ***** -->
  22. <BODY OnLoad="Init()" LANGUAGE="JSCRIPT" background="is2bkgnd.gif">
  23. <TABLE>
  24. <TR><TD><A href="http://www.microsoft.com/ntserver/search" target="_top">
  25. <!-- ***** To change the form's logo, simply save your logo using the name IS2LOGO.GIF
  26. in the same directory as this form. -->
  27. <IMG SRC ="is2logo.gif" VALIGN=MIDDLE ALIGN=LEFT border=0>
  28. </A></TD></TR>
  29. <TR><TD ALIGN="RIGHT"><H3>
  30. <!-- ***** The following line of text is displayed next to the form logo. -->
  31. Sample HTM/IDQ/HTX Search Form
  32. </H3></TD></TD></TR>
  33. </TR>
  34. </TABLE>
  35. <FORM NAME=QueryForm ACTION="query.idq" METHOD="GET">
  36. <TABLE WIDTH=500>
  37. <TR>
  38. <td>Enter your query below:</td>
  39. </TR>
  40. <TR>
  41. <TD><INPUT TYPE="TEXT" NAME="OriginalQuery" SIZE="65" MAXLENGTH="100" VALUE=""></TD>
  42. <TD><BUTTON TYPE=SUBMIT>Go</BUTTON></TD>
  43. </TR>
  44. <TR>
  45. <TD ALIGN="RIGHT"><A HREF="ixtiphlp.htm">Tips for searching</A></TD>
  46. </TR>
  47. <TR>
  48. <TD>
  49. <P><INPUT NAME="Advanced" TYPE=CHECKBOX>Use <a href="ixtiphlp.htm">Advanced Query</a>.
  50. </TD>
  51. </TR>
  52. </TABLE>
  53. <!-- The CiScope parameter allows you to control which documents are searched. To search
  54. the entire document set, use a value of "/", which corresponds to the root of your web
  55. virtual namespace. To search a subset of your documents, set the value equal to the
  56. virtual directory you want to search. -->
  57. <INPUT TYPE="HIDDEN" NAME="CiScope" VALUE="/">
  58. <INPUT TYPE="HIDDEN" NAME="CiMaxRecordsPerPage" VALUE="10">
  59. <INPUT TYPE="HIDDEN" NAME="TemplateName" VALUE="query">
  60. <INPUT TYPE="HIDDEN" NAME="CiSort" VALUE="rank[d]">
  61. <INPUT TYPE="HIDDEN" NAME="HTMLQueryForm" VALUE="query.htm">
  62. </FORM>
  63. <!-- STANDARD MICROSOFT FOOTER FOR QUERY PAGES -->
  64. <hr width=500 align=left>
  65. <p>
  66. <table border="0" cellpadding="0" cellspacing="0" width="500">
  67. <tr>
  68. <!-- IIS GIF -->
  69. <td>
  70. <a href="http://www.microsoft.com/windows2000"><img src="win2k.gif" alt="Learn more about Microsoft Windows 2000!" border="0"></a>
  71. </td>
  72. <!-- Microsoft Legal Info -->
  73. <td align=center>
  74. <font style="font:arial; font-size: 8pt"> &copy;1997-1999 Microsoft Corporation. All rights reserved.<br></font>
  75. <a href="http://www.microsoft.com/misc/cpyright.htm"><font style="font:arial; font-size: 6pt">Legal Notices.</font></a>
  76. </td>
  77. <!-- Best with IE GIF -->
  78. <td align=right>
  79. <a href="http://www.microsoft.com/ie"><img src="IE.GIF" alt="Download Internet Explorer!" border="0"></a>
  80. </td>
  81. </tr>
  82. </table>
  83. <!-- END STANDARD MICROSOFT FOOTER FOR QUERY PAGES -->
  84. </BODY>
  85. <SCRIPT LANGUAGE=JSCRIPT>
  86. function Init()
  87. {
  88. QueryForm.OriginalQuery.focus();
  89. }
  90. </SCRIPT>
  91. </HTML>