<Module>
	<ModulePrefs
		title="SimpleChat"
		height="250"
		description="Extended from Justin Otten's work. Thank you!"
		author="Zhou Junjie"
		author_email="simplechat-pygowave@m.technie.com">
		<Require feature="rpc" />
	</ModulePrefs>
	
	<UserPref name="words" datatype="hidden" />
	<Content type="html">
		<![CDATA[
			<!--<script type="text/javascript" src="http://wave-api.appspot.com/public/wave.js"></script>-->
			<script type="text/javascript" src="http://static.technie.com/waves/testchat/wave.js"></script>
			<script type="text/javascript" src="http://static.technie.com/waves/shared/mootools-1.2.3-core-yc.js"></script>
			<script type="text/javascript" src="http://static.technie.com/waves/shared/mootools-1.2.3.1-more-yc.js"></script>
			
			<script type="text/javascript" src="http://static.technie.com/waves/testchat/chat.js"></script>
			
			<div id="chatroom" style="width: 100%; margin: 5px; padding: 5px;">
				<div id="chatview" style="float: left; width: 80%;">
					<h3>Chat View</h3>
					<div id="conversation" style="width: 100%; height: 400px; overflow: auto;"></div>
					<form id="addconversation" action="#">
						<input id="say" maxlength="140" type="text"  value="" style="width: 85%;" /><input id="submit" type="submit" value="Say" />
					</form>
				</div>
				<div id="chatusers" style="float: left; width: 20%;">
					<h3>Users</h3>
					<ul>
						<li>None.</li>
					</ul>
				</div>
				<div style="clear: both;">&nbsp;</div>
			</div>
			<div>
				<h3>Todo</h3>
				<ul>
					<li>Still building.</li>
				</ul>
			</div>
		]]>
	</Content>
</Module>
