<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs 
	title="VideoPast Gadget"
	height="400">
    <Require feature="dynamic-height"/>
  </ModulePrefs>
  <Content type="html">
    <![CDATA[
    <style type="text/css">
    .output {
    	background-color: black;
    	font-size: 10px;
    	color: #ffffff;
    }
    .output {
    	text-align: center;
    }
    #rt_div {
        text-align: left;
    }
    a, a:visited, a:active {
    	color: #2556a5;
    }
    .topic_link, .profile_link{
    	text-decoration: none;
    }
    a:hover {
    	text-decoration: underline;
    }
    </style>
    <script type="text/javascript"> 
    function updateRecentTopics () {
        _IG_FetchContent('http://fichiers.xgarreau.org/videopast/videopastfinal.php',
            function (responseText) {
                _gel('rt_div').innerHTML=responseText;
                _IG_AdjustIFrameHeight();
            }
        );
    }
    _IG_RegisterOnloadHandler(updateRecentTopics);
    </script>
    <div class="output">
        <img src="http://fichiers.xgarreau.org/videopast/vp.jpg" alt="Videopast">
        <hr />
        <div id="rt_div">
        Chargement en cours ...
        </div>
    </div>
    ]]>
  </Content>
</Module>
