If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
But all the text that the Zoom scripts output are in the language file. See the languages tab of the Zoom configurarion window.
Is this what your looking for?
Code:
<p><h3>Search for Solutions:</h3></p>
<form method="get" action="search.cgi?">
<input type="text" name="zoom_query" size="20" />
<input type="submit" value="Search" />
<small> Results per page:
<select name='zoom_per_page'>
<option selected="selected">10</option>
<option >20</option>
<option >100</option>
</select><br /><br />Match:
<input type="radio" name="zoom_and" value="0" checked="checked" />any search words
<input type="radio" name="zoom_and" value="1" />all search words </small>
</form>
<!--
The ZOOMSEARCH tag below marks the place where your search form and search results
will be inserted when you run the search script. By default, you do not need to place a
search form here, the search script will generate one and display it before the search
results. Also note that the ZOOMSEARCH tag should be on a seperate line of its own.
-->
<!--ZOOMSEARCH-->
There are 10 types of people in this world: Those who understand Binary and those who don't.
Comment