<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs 
	title="Weather Sharer" 
	description="Weather Sharer lets you share the weather with your friends. It's also the sample application used at the Ning Developer Network at http://developer.ning.com ." 
	screenshot="http://os.ning.com/apps/weather/weathersharerscreenshot.png"
	thumbnail="http://os.ning.com/apps/weather/sunny-thumbnail.gif"
	author="Ernie H." 
	author_location="Palo Alto, CA, USA" 
	author_affiliation="Ning, Inc.">
	<Require feature="analytics" />
    <Require feature="opensocial-0.7" />
    <Require feature="dynamic-height" />
    <Require feature="views" />
    <Require feature="skins" />
</ModulePrefs>
<Content type="html" view="default,canvas,profile,home">
<![CDATA[
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.5.2/build/yahoo-dom-event/yahoo-dom-event.js"></script> 
<script type="text/javascript" language="JavaScript" src="http://os.ning.com/apps/weather/os.js"></script>
<style type="text/css">
	#statusbar { background-color:#ccc; border-bottom:1px solid #999; }
	#statuspanel { background-color:#eee;border-bottom:1px solid #ccc; font:11px Verdana;display: block; }
	#settings { font:11px Verdana; }
	#mainpanel { text-align:center; padding:20px 0; background-color:#eef; font:21px Georgia; }
	#friendspanel { background-color:#ccc; border-top: 1px solid #999; }
	#friendspanel img { border:0; margin: 5px; }
	#devonlyfooter { display:none; }
</style>

<div id="handler">
	<div id="statusbar" style="display:none;"><a id="settings" href="#">Settings</a></div>
	<div id="statuspanel" style="display:none;">
		<label for="loc">Enter a zip code (like 94110)</label>
		<input type="textbox" id="loc">
		<input type="submit" id="locbtn">
	</div>
	<div id="mainpanel"></div>
	<div id="friendspanel"></div>
	<div id="devonlyfooter" style="clear:both;"><small><a href="http://os.ning.com/apps/weather/os.js" target="_blank">JS Source Code</a>, <a href="http://os.ning.com/apps/weather/sunnywhereiam.xml" target="_blank">XML Source Code</a></small></div>
	
	<!-- The following line, along with the appropriate Require tag, integrates Google Analytics. -->
	<!-- replace the UA-string with your own Google Analytics ID for accurate reporting. -->
	<!-- You can also call _IG_Analytics multiple times with different IDs to accurately track different states. -->
	<script>
	_IG_Analytics("UA-942875-1", "/opensocial-main");
	</script>
</div>
]]>
</Content>
</Module>
