<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs 
	height="400" 
	title="Gmail en Google Wave" 
	description="Facilidad de acceso a su cuenta de Gmail desde tu página de Google Wave.
	Manténgase al día con su correo electrónico fácilmente con esta versión miniaturizada de Gmail." 
	author="Lobo" 
	author_email="mloobo@gmail.com" 
	singleton="false" 
	author_location="España" 
	author_link="http://www.lukos.org">
	
	<Require feature="minimessage"/>
	<Require feature="analytics"/> 
	<Require feature="dynamic-height"/> 
	<Require feature="views"/>
	<Require feature="setprefs"/> 

</ModulePrefs>

<UserPref name="gadget_height" display_name="Gadget Height" default_value="400"/> 

<Content type="html" view="canvas,home">
<![CDATA[

<script type="text/javascript">
	function goToView(dest) {
		var supported_views = gadgets.views.getSupportedViews();
		gadgets.views.requestNavigateTo(supported_views[dest]);
	};
	
	var extra_link = '';
	var syndication = _args()["synd"];
	if (typeof syndication != "undefined") {
		if(syndication == "ig") {
			// iGoogle homepage
			var extra_link = ' | <a href="javascript:goToView(\'home\')" style="color: blue;">Minimizar</a>';
		} else if(syndication == "open") {
		// gadget in a webpage
		var extra_link = '';
		}
	} 
</script>

<script type="text/javascript"><!--
google_ad_client = "pub-7700517998915515";
/* 468x60, creado 28/11/09 */
google_ad_slot = "4190751013";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<div style="border-top: 1px solid rgb(180, 152, 220); width: 100%; background-color: rgb(235, 235, 253);">
	<a onclick="frames['mobilegmailC'].location.href='http://mail.google.com/mail/x/1l5s3jjpmsjzc-/?'" href="javascript:void(null)" style="color: blue;">Bandeja</a> |			
	<a onclick="frames['mobilegmailC'].location.href='http://mail.google.com/mail/x/1l5s3jjpmsjzc-/?v=b&eot=1&pv=tl&cs=b'" href="javascript:void(null)" style="color: blue;">Redactar</a> | 			
	<a onclick="frames['mobilegmailC'].location.href='http://mail.google.com/mail/x/yycbi1jbvytd-/?v=cmf'" href="javascript:void(null)" style="color: blue;">Personalizar</a> | 
	<a onclick="frames['mobilegmailC'].location.href='http://mail.google.com/mail/x/1lwrwq576fck5-/?v=cl'" href="javascript:void(null)" style="color: blue;">Contactos</a>
	<script type="text/javascript">
		document.write(extra_link);
	</script>
</div>

<iframe name="mobilegmailC" src="http://m.gmail.com" height="100%" width="100%" frameborder="0" marginwidth="0" marginheight="0"></iframe>

<script type="text/javascript">
	_IG_AdjustIFrameHeight();
	_IG_Analytics("UA-2180015-1", "/gadget_gmail");
	
</script>

]]>
</Content>

</Module>