added references to google gadgets
[monitor.git] / web / MonitorWeb / monitorweb / static / xml / gadget.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Module>
3 <ModulePrefs title="MyOps Summary" title_url="http://www.planet-lab.org">
4 <Require feature="dynamic-height"/>
5 </ModulePrefs>
6 <Content type="html"><![CDATA[
7 <div id="content_div"></div>
8 <script type="text/javascript">
9 var displaycontent = function (responseText) {
10         _gel('content_div').innerHTML = responseText; 
11         _IG_AdjustIFrameHeight();
12 };
13 _IG_FetchContent('http://monitor.planet-lab.org/monitor/summary', displaycontent, { refreshInterval: 300 }); 
14 </script>
15 ]]></Content>
16 </Module>