<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
                    
<wml>
<card id="Dictionary" title="Dictionary">
	<p>
	<select value="English" name="language" title="language:">
		<option value="English">English-Estonian</option>
		<option value="Estonian">Estonian-English</option>
	</select>
	<br/>
        Word: <input type="text" name="word"/>
        <br/>
        <anchor>Search<go href="wap.cgi?word=$(word)&amp;language=$(language)"/>
        </anchor><br/>
	</p>
	<do type="accept" label="Search">
	<go href="http://dict.ibs.ee/wap.cgi" method="get">
        	<postfield name="word" value="$(word)"/>
        	<postfield name="language" value="$(language)"/>
        </go>
	</do>

	<do type="help" label="About">
	<go href="#About"/>
	</do>
        <do type="prev" label="Back">
        <prev/>
        </do>
</card>

<card id="About" title="About dictionary">
<p>
This is the English- Estonian dictionary containing more
than 17000 English words with translations in Estonian. 
<br/>
The translation service is provided by the <a href="http://www.ibs.ee/wap/">Institute of Baltic Studies</a> 
"as is", for personal and/or educational use, without expressed or 
implied warranty provided.
<do type="prev" label="Back">
<prev/>
</do>
</p>
</card>
</wml>

