<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs 
	title="My Friend Map" 
	description="This application uses Yahoo! Maps to show you and your friends on a map." 
	screenshot="http://os.ning.com/apps/friendmap/friendmap-s.png"
	thumbnail="http://os.ning.com/apps/friendmap/friendmap-t.png"
	author="Ning, Inc."
	author_affiliation="Ning, Inc."
	author_email="opensocial-apps@ning.com"
>
	<Require feature="analytics" />
    <Require feature="opensocial-0.7" />
    <Require feature="dynamic-height" />
    <Require feature="views" />
    <Require feature="skins" />
</ModulePrefs>
<Content type="html" view="canvas">
<![CDATA[
<style type="text/css">
#map { width: 100% !important; height: 500px; }
</style>
]]>
</Content>
<Content type="html" view="profile">
<![CDATA[
<style type="text/css">
#map { width:100% !important;  height:200px;}
</style>
]]>
</Content>
<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" src="http://api.maps.yahoo.com/ajaxymap?v=3.8&appid=ThlHPX_V34FBPIVbomOTpfhncFRDDhFaXpMs3KnLA5Sdv4auIa4b6Z.iJ32j8o6SDBbzVg--"></script>
<script type="text/javascript" src="http://os.ning.com/apps/friendmap/ymaps.js"></script>
<style type="text/css">
label { display:block; font: 11px Verdana; padding: 5px 0 0 10px; }
#id-location { width:325px; font: 13px Arial; margin: 10px; }
#toolbar { display: none; background-color:#ccc; }
button { border:1px solid #666; }
</style>

<div id="handler">
<div id="toolbar">
	<label for="id-location">Enter your location ("94110" or "Emerson Street, Palo Alto CA"): </label>
	<input id="id-location" type="textbox">
	<button id="id-addmap" type="submit">SAVE</button>
	<button id="id-remove" type="submit" disabled>REMOVE</button>
</div>
<div id="map"></div>
<div style="padding:5px; font:11px Verdana;background-color:#ccc;" id="others-footer"><div style="float:left;"><!-- Powered by <a href="http://www.ning.com">Ning</a> --></div>
<div style="float:right;"><a href="http://developer.yahoo.com/">Web Services by Yahoo!</a></div><p style="clear:both;"></div>
</div>
]]>
</Content>
</Module>
