comparison WebContent/mmpa/index.html @ 4:6d286ce1a64f default

inline refresh
author dwinter
date Thu, 10 Jan 2013 17:38:13 +0100
parents f198c86dd1f6
children a7c8d212f5f4
comparison
equal deleted inserted replaced
3:f198c86dd1f6 4:6d286ce1a64f
8 <html> 8 <html>
9 <head> 9 <head>
10 <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> 10 <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
11 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 11 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
12 12
13 <title>Spatio Temporal Interface 3</title> 13 <title>Spatio Temporal Interface 4</title>
14 14
15 <script type="text/javascript" language="javascript" src="/e4D/sti/sti.nocache.js"></script> 15 <script type="text/javascript" language="javascript" src="/e4D/sti/sti.nocache.js"></script>
16 16
17 <script src="/e4D/scripts/jQuery/jquery-1.5.1.js"></script> 17 <script src="/e4D/scripts/jQuery/jquery-1.5.1.js"></script>
18 <script>
19 $.fn.cleanWhitespace = function() {
20 textNodes = this.contents().filter(
21 function() { return (this.nodeType == 3 && !/\S/.test(this.nodeValue)); })
22 .remove();
23 return this;
24 };
25 </script>
18 <script src="/e4D/scripts/blockUI/FullscreenWindow.js"> 26 <script src="/e4D/scripts/blockUI/FullscreenWindow.js">
19 </script> 27 </script>
20 28
21 <script src="/e4D/scripts/Timeplot/timeplot-complete.js"> 29 <script src="/e4D/scripts/Timeplot/timeplot-complete.js">
22 </script> 30 </script>