You can follow hyperlinks in the code below for explanations of the changes you can make.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
<HTML>
<HEAD>
<!--
***** INSTRUCTIONS FOR CUSTOMIZING THIS FORM *****
To customize this form, look for remarks in the file beginning with
5 stars ("*****"). These lines contain instructions for easily
customizing the most common qeury form elements.
Save this file with an .htm extension, for example, 'query.htm'
-->
<!-- ***** Put your own title in below; give a description & keywords if you want ***** -->
<TITLE>Search the IPGRI Web Site</TITLE>
<META NAME="DESCRIPTION" CONTENT="Search the IPGRI Web Site">
<META NAME="KEYWORDS" CONTENT="query, content, hit">
<META NAME="SUBJECT" CONTENT="search form">
<META NAME="MS.CATEGORY" CONTENT="Internet">
<META NAME="MS.LOCALE" CONTENT="EN-US">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
</HEAD>
<!-- ***** To change the form's background pattern or color,
simply save your background pattern as a .gif in the
same directory as this form, and use one of the forms below:
<BODY BACKGROUND="my_background_picture.gif"> or
<BODY BGCOLOR="#hex_color_values">
***** -->
<BODY BGCOLOR="#fff7d7">
<!-- ***** To change the form's logo, simply save your logo
in the same directory as this form. ***** -->
<IMG SRC="logo_sma.gif">
<!-- ***** Put your own heading in below ***** -->
<H1>Search the IPGRI Web Site</H1>
<!-- ***** Replace ACTION="query.idq" below with the name of your .idq file. ***** -->
<FORM ACTION="query.idq" METHOD="GET">
<pre>
Enter your query: <INPUT TYPE="TEXT" NAME="CiRestriction" SIZE="65" MAXLENGTH="100" VALUE="">
Sorting Order: <SELECT NAME="CiSort">
<OPTION VALUE="rank[d]" SELECTED>Rank (descending)
<OPTION VALUE="DocTitle[a]">Title (ascending)
<OPTION VALUE="write[d]">Document Date (descending)
</SELECT>
Records per page: <SELECT NAME="CiMaxRecordsPerPage">
<OPTION VALUE="10" SELECTED>10
<OPTION VALUE="15">15
<OPTION VALUE="20">20
<OPTION VALUE="25">25
</SELECT>
<!-- ***** These are links to help pages in the CGIAR search directory.
You can leave them as is, or create links to your own help pages if you want. ***** -->
<INPUT TYPE="checkbox" NAME="FreeText">Use <a href="/search/ixtiphlp.htm#FreeTextQueries">Free-Text Query</a>
<A href="/search/ixtiphlp.htm">Tips for Searching</a>
</pre>
<INPUT TYPE="SUBMIT" VALUE="Search"> <INPUT TYPE="RESET" VALUE="Reset">
<!-- ***** The CiScope parameter allows you to control which documents are searched.
To search only the docs in your area documents, set the value equal
to the virtual directory where your center's content sits,
e.g."/". ***** -->
<INPUT TYPE="HIDDEN" NAME="CiScope" VALUE="/">
<!-- ***** The HTMLQueryForm parameter is used to create hyperlinks on the
results page back to this search page.
Pass in the name of this file, so that the .idq file can pass it on to the templates. ***** -->
<INPUT TYPE="HIDDEN" NAME="HTMLQueryForm" VALUE="query.htm">
<!-- ***** The TemplateName parameter allows you to control which formatting
file should be used to format your results as a web page.
Pass in the name of this file, so that the .idq file can pass it on to the templates. ***** -->
<INPUT TYPE="HIDDEN" NAME="TemplateName" VALUE="query.htx">
</FORM>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-383676-1";
urchinTracker();
</script>
</body>
</HTML>