<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Storytlr Lifestream Gadget"
title_url="http://sites.google.com/site/annuairevin/"
width="400"
height="350"
scrolling="false"
directory_title="Storytlr Lifestream Gadget"
description="Insert the script from Storytlr to display the user's Lifestream"
screenshot="http://www.liens-du-vin.ch/_pic061/thumb_storytlr.png"
thumbnail="http://www.liens-du-vin.ch/_pic061/screen-storytlr.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="ID" display_name="User ID" required="true" default_value="prac53" />
<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>

<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("ID"));
s_url="http://" + s_url + ".storytlr.com/embed/widget.js";  

_gel("my_script").src=s_url;

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

</Module>
