source: ether_ndacc/trunk/web/visus_saoz_realtime.jsp @ 183

Last change on this file since 183 was 183, checked in by rboipsl, 13 years ago

ihm avec debut traduction

File size: 1.6 KB
Line 
1<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
2<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
3<html>
4<head>
5    <meta http-equiv="Pragma" content="no-cache" />
6    <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
7    <meta http-equiv="Expires" content="0" />
8
9    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
10    <link rel="stylesheet" type="text/css" href="resources/css/ndacc.css">
11    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
12        <link rel="stylesheet" type="text/css" href="resources/css/etherTypo.css" />
13        <title>Ether: NDACC</title>
14        <meta name="generator" content="TYPO3 4.1 CMS" />
15       
16        <SCRIPT LANGUAGE="JavaScript">
17       
18        function extractUrlParams () {
19
20                var t = location.search.substring(1).split('&');
21
22                var f = [];
23
24                for (var i=0; i<t.length; i++) {
25
26                var x = t[i].split('=');
27
28                f[x[0]]=x[1];
29               
30
31                }
32
33                return f;
34
35        }
36       
37        function loadImage() {
38                var tab;
39                tab=extractUrlParams();
40
41                var station=tab['station'];
42
43                var fichier1;
44                var fichier2;
45
46                fichier1='plot_rt_'+station+'_saoz_o3.jpg';
47                fichier2='plot_rt_'+station+'_saoz_no2.jpg';
48
49                document.getElementById("im1").src="./resources/visu/"+station+"/saoz/"+fichier1;
50                document.getElementById("im2").src="./resources/visu/"+station+"/saoz/"+fichier2;
51
52        }
53
54        </SCRIPT>
55</head>
56
57<body class="plein" onload="loadImage();">
58
59<div style="position:absolute; top:10px; left:20px;">
60        <img id="im1" width=700 src=''>
61</div>
62
63<div style="position: absolute; top:300px; left:20px;">
64        <img id="im2" width=700 src=''> 
65</div>
66
67</body>
68</html>
Note: See TracBrowser for help on using the repository browser.