correct message
[monitor.git] / web / MonitorWeb / monitorweb / static / xml / gadget.xml.in
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Module>
3 <ModulePrefs title="MyOps Summary PLC_NAME" title_url="http://PLC_WWW_HOSTNAME">
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_HOSTNAME/monitor/summary', displaycontent, { refreshInterval: 300 }); 
14 </script>
15 ]]></Content>
16 </Module>