<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Delicious Bookmark Gadget"
title_url="http://sites.google.com/site/annuairevin/"
height="32"
width="138"
scrolling="false"
directory_title="Delicious Bookmark Gadget"
description="Add a Delicious Bookmark Gadget to your Site"
screenshot="http://www.liens-du-vin.ch/_pic061/screen_delicious-code.png"
thumbnail="http://www.liens-du-vin.ch/_pic061/screen_delicious-code.png"
author="Philippe Chappuis"
author_email="info.chappuis+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">


<Require feature="analytics" />

</ModulePrefs>

<UserPref name="url" display_name="URL" required="true" default_value="http://sites.google.com/site/annuairevin" />
<UserPref name="ContainerCol" display_name="Container Color" required="true" default_value="#d1dae3" />

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


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

<div id="delicious"></div>

<script type="text/javascript">

var prefs = new _IG_Prefs(__MODULE_ID__);

var s_url = _esc(_trim(prefs.getString("url")));
s_url = s_url.replace(" ","%20")


var html = "<a href='http://delicious.com/save?url=" +
s_url + "' target='_blank' title='Bookmark to Delicious' style='font-size: 0.75em; text-decoration: none;'><img style='border: 0 none; height: 16px; width: 16px' " +
" src='http://www.liens-du-vin.ch/_pic064/delicious-logo-16px.png' " +
" alt='Bookmark to Delicious' title='Bookmark to Delicious' />&nbsp;&nbsp;Bookmark this</a>";
  
_gel("delicious").innerHTML=html;
  
_IG_Analytics("UA-442758-35", "/g_delicious");  

</script>
]]></Content>

</Module>