<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Plaxo badge"
title_url="http://sites.google.com/site/annuairevin/"
width="135"
height="391"
scrolling="false"
directory_title="Display the Badge from Plaxo"
description="Insert the script from Plaxo to display the user's Badge"
screenshot="http://www.liens-du-vin.ch/_pic061/plaxo-screen.png"
thumbnail="http://www.liens-du-vin.ch/_pic061/plaxo-thumb.png"
author="Philippe Chappuis"
author_email="info+gadgetCSE@liens-du-vin.ch"
author_affiliation="Google"
author_location="Rolle Switzerland"
author_link="http://www.liens-du-vin.ch"
author_photo="http://www.liens-du-vin.ch/_pic02/gadget-author-photo.png"
author_aboutme="An Engineer who likes to develop for the Net and tastes wines"
author_quote="A chief is a man who assumes responsibility. He says &quot;I was beaten&quot; he does not
say &quot;My men were beaten&quot; - Antoine de Saint-Exupery">

</ModulePrefs>

<UserPref name="AuthTicket" display_name="Author Ticket" required="true" default_value="IM8BWNllM%2BDROd9nUbatVNJRZSuwto6GGapBPb6c2Qs%3D" />
<UserPref name="BackCol" display_name="Background Color" required="true" default_value="#d1dae3" />

<Content type="html"><![CDATA[

  <base target="_blank" />
  
<style type="text/css">
body
{
background-color: __UP_BackCol__;
padding: 0;
margin:0;
}
  
</style>

<div id="plaxo-pulse-widget"></div>
    
<script id="my_script" type="text/javascript"></script>

<script type="text/javascript">

var prefs = new _IG_Prefs(__MODULE_ID__);

var s_url = _trim(prefs.getString("AuthTicket"));
  
s_url="http://www.plaxo.com/widget/get?authTicket=" + s_url 
+ "&amp;type=frame&amp;version=2&amp;height=381&amp;width=125";  

_gel("my_script").src=s_url;

</script>
&nbsp;
]]></Content>

</Module>
