Changeset 753


Ignore:
Timestamp:
01/30/13 18:35:39 (11 years ago)
Author:
cbipsl
Message:

Mise à jour interface quicklook

Location:
ether_iasi/trunk/web
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • ether_iasi/trunk/web/project/quicklook_script.jsp

    r750 r753  
    128128            if( plotNameA && plotNameB ) 
    129129            { 
    130                 this.containerResultA.html( "<center>MetOp-A</center><center><img src='resources/img/" + plotNameA + "' width='430px' height='350px' onerror='javascript:displayNoImage()'><img src='resources/img/" + plotNameC + "' width='430px' height='350px'></center>" ); 
    131                 this.containerResultB.html( "<center>MetOp-B</center><center><img src='resources/img/" + plotNameB + "' width='430px' height='350px' onerror='javascript:displayNoImageB()'><img src='resources/img/" + plotNameD + "' width='430px' height='350px'></center>" ); 
     130                this.containerResultA.html( "<center>MetOp-A</center><center><img src='resources/imgiasiA/" + plotNameA + "' width='430px' height='350px' onerror='javascript:displayNoImage()'><img src='resources/img/" + plotNameC + "' width='430px' height='350px'></center>" ); 
     131                this.containerResultB.html( "<center>MetOp-B</center><center><img src='resources/imgiasiB/" + plotNameB + "' width='430px' height='350px' onerror='javascript:displayNoImageB()'><img src='resources/img/" + plotNameD + "' width='430px' height='350px'></center>" ); 
    132132            } 
    133133            else 
    134134            { 
    135135                if( plotNameA ) 
    136                     this.containerResultA.html( "<center>MetOp-A</center><center><img src='resources/img/" + plotNameA + "' width='430px' height='350px' onerror='javascript:displayNoImage()'><img src='resources/img/" + plotNameC + "' width='430px' height='350px'></center>" ); 
     136                    this.containerResultA.html( "<center>MetOp-A</center><center><img src='resources/imgiasiA/" + plotNameA + "' width='430px' height='350px' onerror='javascript:displayNoImage()'><img src='resources/img/" + plotNameC + "' width='430px' height='350px'></center>" ); 
    137137 
    138138                if( plotNameB ) 
    139                     this.containerResultA.html( "<center>MetOp-B</center><center><img src='resources/img/" + plotNameB + "' width='430px' height='350px' onerror='javascript:displayNoImage()'><img src='resources/img/" + plotNameD + "' width='430px' height='350px'></center>" ); 
     139                    this.containerResultA.html( "<center>MetOp-B</center><center><img src='resources/imgiasiB/" + plotNameB + "' width='430px' height='350px' onerror='javascript:displayNoImage()'><img src='resources/img/" + plotNameD + "' width='430px' height='350px'></center>" ); 
    140140 
    141141            } 
     
    169169    function displayNoImage() 
    170170    { 
    171         $( "#containerResultA" ).html( "No image" ); 
     171        $( "#containerResultA" ).html( '<spring:message code="label.error"/>' ); 
    172172    } 
    173173    function displayNoImageB() 
    174174    { 
    175         $( "#containerResultB" ).html( "No image" ); 
     175        $( "#containerResultB" ).html( '<spring:message code="label.error"/>' ); 
    176176    } 
    177177</script> 
  • ether_iasi/trunk/web/resources/css/button.css

    r734 r753  
    5151    width: 16px; 
    5252    height: 16px; 
    53 } 
     53}                                                      s 
    5454 
    5555/* STANDARD */ 
    5656button:hover { 
    57     background-color: #dff4ff; 
    58     border: 1px solid #c2e1ef; 
     57    background-color: #ccccff; 
     58    border: 2px solid #c2e1ef; 
    5959    color: #336699; 
    6060} 
  • ether_iasi/trunk/web/resources/css/iasi.css

    r752 r753  
    4848    width: 900px; 
    4949    text-align: center; 
     50    color: #000099; 
     51    font-family: Arial,Helvetica,sans-serif; 
     52    font-size: 11pt; 
     53    font-weight: bold; 
    5054} 
    5155 
     
    8185/** ***************************************************** **/ 
    8286.selectTools { 
    83     color: #000080; 
     87    color: #000099; 
     88    font-size: 13px; 
     89    font-family: Trebuchet MS, Arial, san-serif; 
     90    width:110px; 
    8491    float: left; 
    85     padding-right: 30px; 
     92    padding-right: 20px; 
    8693} 
    8794 
    8895#quickLookButton { 
     96    background: none repeat scroll 0 0 #eaffff; 
     97    color: #000099; 
     98    font-size: 12px; 
     99    font-family: Trebuchet MS, Arial, san-serif; 
    89100    float: right; 
    90     margin: 15px 20px 0; 
     101    margin: 15px 50px 0; 
    91102} 
    92103 
     
    95106    background-position: right center; 
    96107    background-repeat: no-repeat; 
     108    color: #000099; 
    97109} 
    98110 
  • ether_iasi/trunk/web/resources/css/select.css

    r716 r753  
    1818    float: left; 
    1919    font-size: 12px; 
    20     color: #70739C; 
     20    /*color: #70739C;*/ 
     21    color: #000099; 
    2122    text-align: left; 
    2223    white-space: nowrap; 
     
    6162    position: absolute; /* Hack IE6 and IE7 */ 
    6263    font-size: 12px; 
    63     color: #70739C; 
     64    /*color: #70739C;*/ 
     65    color: #000099; 
    6466    overflow: hidden; 
    6567    border: 1px solid #C0C0C0; 
     
    7072    padding-left: 8px; 
    7173    padding-right: 25px; 
     74    color: #000099; 
    7275} 
    7376 
  • ether_iasi/trunk/web/src/messages_en.properties

    r729 r753  
    2525label.minutecalendar=Minute 
    2626label.quicklook.button=Get quicklook 
    27 label.surftemp=Surface Temp. 
     27label.surftemp=TS 
     28label.error=No map for this date or species 
    2829 
    2930label.access.metopA=MetOp-A 
  • ether_iasi/trunk/web/src/messages_fr.properties

    r734 r753  
    2626label.minutecalendar=Minute 
    2727label.quicklook.button=Go quicklook 
    28 label.surftemp=Temp. surface 
     28label.surftemp=TS 
     29label.error=Pas de visualisation pour ce jour ou cette espÚce 
    2930 
    3031label.access.metopA=MetOp-A 
Note: See TracChangeset for help on using the changeset viewer.