<p><br /></p>

<p><b>Language and Locale Settings</b></p>
<blockquote>

	<p>These settings control the language for the both the admin page and the search page.</p>

	<table border="1" cellpadding="4" cellspacing="1">
	<tr>
		<th>Setting</th>
		<th>Options</th>
	</tr>
	<tr class="fdtan" valign="top">
		<td align="right"><b>Language:</b></td>
		<td>%html_language_options%</td>
	</tr>
	<tr class="fdtan" valign="top">
		<td align="right"><b>Number Format:</b></td>
		<td>
			<input type="radio" name="ui: number format" value="0" /> 2,345,123.99 American<br />
			<input type="radio" name="ui: number format" value="1" /> 2.345.123,99 European / other<br />
		</td>
	</tr>
	<tr class="fdtan" valign="top">
		<td align="right"><b>Date Format:</b></td>
		<td>
			<input type="radio" name="ui: date format" value="0" /> 01/11/2001 08:03:02 PM<br />
			<input type="radio" name="ui: date format" value="1" /> Thursday, January 11, 2001<br />
			<input type="radio" name="ui: date format" value="2" /> 01/11/2001<br />
			<input type="radio" name="ui: date format" value="10" /> Thu 01/11/2001 08:03:02 PM<br />
			<input type="radio" name="ui: date format" value="11" /> Thu, 11 Jan 2001 20:03:02 -0000<br />
			<input type="radio" name="ui: date format" value="12" /> 2001-01-11 20:03:02<br />
			<input type="radio" name="ui: date format" value="13" /> Thu Jan 11 20:03:02 2001<br />
			<input type="radio" name="ui: date format" value="14" /> 01/11/2001 20:03<br />
		</td>
	</tr>
	</table>

	<p><input type="submit" class="submit" value="Save Data" /></p>

	<p>See also: <a href="%admin_url%&amp;Action=UserInterface&amp;subaction=viewmap"><b>Character Conversion Settings</b></a></p>


</blockquote>
</form>

<p><br /></p>

<p><b>HTML Form for Searching - Advanced</b></p>
<blockquote>

	<p>Cut and paste this HTML code to create a search form on all your web pages.</p>

	<p>(You may want to update the HTML whenever you create a new Realm.)</p>

	<p><tt><textarea name="search_code" rows="10" cols="90"></textarea></tt></p>

	<p><b>Example:</b></p>

	%html_search_code%

</blockquote>

<p><br /></p>

<p><b>HTML Form for Searching - Simple</b></p>
<blockquote>

	<p>Cut and paste this HTML code to create a simple search form. All searches will query all realms.</p>

	<p><tt><textarea name="simple_code" rows="5" cols="90"></textarea></tt></p>

	<p><b>Example:</b></p>

	%html_simple_code%

</blockquote>

<p><br /></p>

<p><b>Linking Directly to Search Results</b></p>
<blockquote>

	<p>To link to search results directly, use this syntax. Note that spaces are replaced with "%20" in the query string:</p>

	<p><tt><textarea name="link_code" rows="2" cols="90"></textarea></tt></p>

	<p><b>Example:</b></p>

	%html_link_code%

</blockquote>

<p><br /></p>

<p><b>Advanced: Edit Templates</b></p>

<blockquote>

	<p>The look and feel of this search engine is controlled mainly by HTML templates, which you can customize to your needs.</p>

	<table border="1" cellpadding="4" cellspacing="1">
	<tr>
		<th>Name</th>
		<th>Language</th>
		<th>Description</th>
	</tr>
	%html_templates%
	</table>

	<p>Click on the template name to edit.</p>

	<p><b>Help:</b> <a href="%help_file%1103.html" target="_blank">List of all available variables</a></p>
	<p><b>Help:</b> <a href="%help_file%1096.html" target="_blank">How to use conditional statements in templates</a></p>

</blockquote>

<p><br /></p>

