<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head>
</head>

<card id="search" title="Search Wikipedia">

<p>
Search on Wikipedia.<br/>
Search:
<input name="q" maxlength="40"/>
<anchor>
	<go method="get" href="search.php">
		<postfield name="q" value="$(q)"/>
	</go>
	Search now
</anchor>
</p>

<do type="prev" label="Back">
	<go href="./"/>
</do>
<do type="help" label="Help">
	<go href="#help"/>
</do>

</card>

<card id="help" title="Help about Search">

<p>
Select the long bar with the phone keypad and start
typing your desired search terms. If you want to learn
about wolves, for example, you can type "wolf" (without
the quotes) on the search bar. Then navigate down to
select "Search now", enter or accept it, and the five
most relevant articles to your search terms will show up.
Navigate to the desired one or go back to search again.
</p>

<do type="prev" label="Search">
	<go href="#search"/>
</do> 
</card>

</wml>
