<?xml version="1.0" encoding="UTF-8"?>
<Module>
	<ModulePrefs 
		title="YB Chinese English Dictionary" 
		title_url="http://www.yellowbridge.com/gadgets/chinese-dict-about.php" 
		description="A miniature version of the YellowBridge Chinese English Dictionary for Learners. Search using Chinese, pinyin, or English. Results in traditional or simplified Chinese characters." 
		screenshot="http://www.yellowbridge.com/images/chinese-dict-img.png"
		thumbnail="http://www.yellowbridge.com/images/chinese-dict-thm.png"
		height="180" scrolling="false" 
		author="YellowBridge.com" 
		author_email="feedback@yellowbridge.com"
		author_location="San Francisco Bay Area, CA"
		author_affiliation="YellowBridge.com" />
	<UserPref name="title" display_name="Subtitle" default_value="中英词典" datatype="string" />  
	<UserPref name="characterMode" display_name="Character Mode" default_value="s" datatype="enum" >
		<EnumValue value="t" display_value="Traditional Chinese" />
		<EnumValue value="s" display_value="Simplified Chinese" />
	</UserPref>
	<UserPref name="promptStyle" display_name="Prompt Style" default_value="mx" datatype="enum" >
		<EnumValue value="en" display_value="English" />
		<EnumValue value="zh" display_value="Chinese" />
		<EnumValue value="mx" display_value="Mixed" />
	</UserPref>
	<UserPref name="bgcolor" display_name="Background Color" default_value="#F4F7FD" datatype="string" />  
	<Content type="url" href="http://www.yellowbridge.com/gadgets/chinese-dict.php?characterMode=__UP_characterMode__&amp;bgcolor=__UP_bgcolor__&amp;title=__UP_title__&amp;promptStyle=__UP_promptStyle__" />
</Module>