<?xml version="1.0" encoding="UTF-8" ?>
<Module>
	<ModulePrefs title="Spanish/English Dictionary"
		title_url="http://www.123TeachMe.com/spanish_dictionary"
     		author="123TeachMe.com - Alex Dole"
		author_email="staff+gadget@123TeachMe.com"
		description="Translate from English to Spanish, or from Spanish to English." 
		screenshot="http://123teachme.com/gadgets/dictionary_screenshot.png" 
		thumbnail="http://123teachme.com/gadgets/dictionary_thumbnail.png">
			<Require feature="dynamic-height"/>
	</ModulePrefs>
	<Content type="html">
		<![CDATA[

<link href="http://123teachme.com/gadgets/dictionary.css" media="all" rel="Stylesheet" type="text/css" />
<div class="dictionary-gadget">
	<form method="POST" target="_blank" action="http://123teachme.com/spanish_dictionary/prep">
	Translation type: <br />
	<select name="trans_type">
	  <option value="s2e">Spanish -&gt; English</option>
	  <option value="e2s">English -&gt; Spanish</option>
	</select>
	<br />
	Word to be translated:<br />
	<input type="text" name="word" size="15" /> <input type="submit" value="Go" />
	<script language="javascript">
	  chars2 = ['&aacute;', '&eacute;', '&iacute;', '&ntilde;', '&oacute;', '&uacute;'];
	  print_special_chars_div(chars2, 'word');
	</script>
	</form>
</div>

<script language="javascript">
 // Tells gadget to resize itself
 _IG_AdjustIFrameHeight();
</script>
		]]>
	</Content>

</Module>




