Ignore:
Timestamp:
07/18/06 19:56:10 (18 years ago)
Author:
cbipsl
Message:

ajout rep ether

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_core/trunk/src/jsp/priv/recherche_haut.jsp

    r5 r6  
    1 <!-- Projet Ether $Id: recherche_haut.jsp,v 1.29 2004/01/08 16:55:13 pn Exp $ --> 
     1<!-- Projet Ether $Id: recherche_haut.jsp,v 1.28 2003/08/20 15:43:58 pn Exp $ --> 
    22<html> 
    33<META HTTP-EQUIV="Cache-Control" content="no-cache">  
     
    117117</script> 
    118118<link rel="stylesheet" href="/ether/ether.css"></head> 
    119  
    120 <body> 
     119<STYLE TYPE="text/css"> 
     120#acces {position: absolute; left:745; top:395;  visibility: visible;  color: #ce040a} 
     121#ether {position: absolute; left:620; top:110; visibility: visible } 
     122#info_a {position: absolute; left:8; top:0; visibility: visible } 
     123#top {position: absolute; left:8; top:0; visibility: visible } 
     124a.menu_1 {color:#2b557d;text-decoration:none; font-family: Arial, Helvetica,sans-serif; font-size:11pt; } 
     125a.menu_2 {color:#2b557d;text-decoration:none; font-family: Arial, Helvetica,sans-serif; font-size:9pt; } 
     126a.ether{color:transparent;text-decoration:none;} 
     127</STYLE> 
     128<body link="#000099" vlink="#000099" alink="#000099"> 
     129<div id="top"> 
     130</div> 
     131<div id="info_a"> 
    121132<form method="POST" action="" name="actions"> 
    122   <table width="100%" border="0" cellspacing="0" cellpadding="2" align="center"> 
     133  <table width="100%" border="0" cellspacing="0" cellpadding="2"> 
    123134    <tr>  
    124135        <% 
     
    129140                } 
    130141        %> 
    131                         <td colspan="4" height="45" class="tdTitrePage"> 
    132                         <img src="<%= ml.get("icone_triangle.src") %>" width="<%= ml.get("icone_triangle.width") %>" height="<%= ml.get("icone_triangle.height") %>"><%= rechTitle %></td> 
     142                        <td colspan="4" height="15"> 
     143                        <h1><%= rechTitle %></h1></td> 
    133144                </tr> 
    134                 <tr valign="baseline">  
    135                 <td height="16" class="tdLien" >  
    136             <span class="lien"><a href="javascript:selectService()" class="aHaut" ><%= ml.get("RechercheGranule.SelService")%></a></span> 
     145                <tr>  
     146                <td>  
     147                <span class="lien"><a href="javascript:selectService()" class="aHaut" ><%= ml.get("RechercheGranule.SelService")%></span></a> 
    137148                </td> 
    138                 <td height="16" class="tdLien"> 
     149                <td> 
    139150      <span class="lien"><a href="javascript:search()" class="aHaut"><%= ml.get("RechercheGranule.LancerRecherche")%></a></span> 
    140151          </td> 
    141         <td height="16" class="tdLien"> 
     152        <td> 
    142153      <span class="lien"><a href="javascript:save_load_criteria()" class="aHaut"><%= ml.get("RechercheGranule.SauverCrit")%></a></span> 
    143154    </td> 
    144         <td height="16" class="tdLien" > 
     155        <td > 
    145156                  <span class="lien"><a href="javascript:content()" class="aHaut"><%= ml.get("commun.ContentPanier")%></a></span> 
    146157                </td> 
    147158    </tr> 
    148     <tr valign="baseline">  
     159    <tr>  
    149160      <td colspan="2">  
    150         <span class="lien" ><%= ml.get("RechercheGranule.Experience")%> : &nbsp; 
     161        <span class="lien" ><b><%= ml.get("RechercheGranule.Experience")%></b> : &nbsp; 
    151162          <select name="experiment" size="1" onChange="javascript:changeValue()"> 
    152163                <option value="all"><%= ml.get("commun.toutes")%></option> 
     
    162173      </td> 
    163174                  <td colspan="2">  
    164                                         <span class="info"><%= ml.get("RechercheGranule.messagePrev")%></span> 
     175                <span class="info"><%= ml.get("RechercheGranule.messagePrev")%></span> 
    165176                </td> 
    166177    </tr> 
     
    168179<img src="/images/presentation/ligne.gif" width=100% height="1" > 
    169180</form> 
     181<script language="JavaScript"> 
     182title="<%= rechTitle %>"; 
     183if ( parent.parent.up.location.href == "http://ether.ipsl.jussieu.fr/topi_fr.html" ) { 
     184parent.parent.up.document.arb.arbi.src="/images/ipsl/arb_crit.gif"; } 
     185</script> 
     186</div> 
    170187</body> 
    171188</html> 
Note: See TracChangeset for help on using the changeset viewer.