Ignore:
Timestamp:
09/06/11 16:02:21 (13 years ago)
Author:
rboipsl
Message:

ihm avec debut traduction

File:
1 copied

Legend:

Unmodified
Added
Removed
  • ether_ndacc/trunk/web/visus_saoz_realtime.jsp

    r121 r183  
    11<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> 
    22<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
    3 <html><head> 
    4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
    5 <link rel="stylesheet" type="text/css" href="resources/css/ndacc.css"> 
    6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
     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" /> 
    712        <link rel="stylesheet" type="text/css" href="resources/css/etherTypo.css" /> 
    813        <title>Ether: NDACC</title> 
     
    3035        } 
    3136         
    32         function loadImage(annee) { 
     37        function loadImage() { 
    3338                var tab; 
    3439                tab=extractUrlParams(); 
     
    3944                var fichier2; 
    4045 
    41                 if ( annee == 'lt' ) { 
    42                         fichier1='plot_lt_'+station+'_saoz_o3.jpg';      
    43                         fichier2='plot_lt_'+station+'_saoz_no2.jpg'; 
    44                 } 
    45                 else { 
    46  
    47                         fichier1='plot_'+annee+'_'+station+'_saoz_o3.jpg';       
    48                         fichier2='plot_'+annee+'_'+station+'_saoz_no2.jpg'; 
    49                 } 
     46                fichier1='plot_rt_'+station+'_saoz_o3.jpg'; 
     47                fichier2='plot_rt_'+station+'_saoz_no2.jpg'; 
    5048 
    5149                document.getElementById("im1").src="./resources/visu/"+station+"/saoz/"+fichier1; 
    5250                document.getElementById("im2").src="./resources/visu/"+station+"/saoz/"+fichier2; 
    53                  
     51 
    5452        } 
     53 
    5554        </SCRIPT> 
    5655</head> 
    57 <body onload="loadImage('lt');"> 
    5856 
    59 <div style="position: absolute; top: 10px; left: 30px;"> 
     57<body class="plein" onload="loadImage();"> 
     58 
     59<div style="position:absolute; top:10px; left:20px;"> 
    6060        <img id="im1" width=700 src=''> 
    61 </div>   
    62 <div style="position: absolute; top: 300px; left: 30px;"> 
     61</div> 
     62 
     63<div style="position: absolute; top:300px; left:20px;"> 
    6364        <img id="im2" width=700 src=''>  
    6465</div> 
    6566 
    66 <div style="position: absolute; top: 30px; left: 730px;" id='calendar'> 
    67 <table cellspacing=2 cellpadding=2> 
    68 <TR> 
    69 <td class="blanc1l" colspan=6><u><a href="#" onclick="loadImage('lt');">Long term period</a></u></td> 
    70 </TR> 
    71   
    72 <% 
    73 String pp=request.getParameter("station"); 
    74 pp="template_saoz_"+pp+".jsp"; 
    75 %> 
    76  
    77 <jsp:include page="<%=pp%>"></jsp:include>  
    78  
    79 </table>         
    80 </div> 
    81  
    82  
    8367</body> 
    8468</html> 
Note: See TracChangeset for help on using the changeset viewer.