[Castore-commits] rechercheAvancee.jsp 1.5 1.6

Neman OULD SID'AHMED neman at adullact1.hosting.cri74.org
Mer 16 Aou 16:16:30 CEST 2006


Update of /cvsroot/castore/castore-struts-webapp/src/webapp/recherche
In directory adullact1:/tmp/cvs-serv21875/src/webapp/recherche

Modified Files:
	rechercheAvancee.jsp 
Log Message:
Ajout d'un champs de texte pour la recherce sur tous les metadonnées

Index: rechercheAvancee.jsp
===================================================================
RCS file: /cvsroot/castore/castore-struts-webapp/src/webapp/recherche/rechercheAvancee.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** rechercheAvancee.jsp	2 Jul 2006 16:34:55 -0000	1.5
--- rechercheAvancee.jsp	16 Aug 2006 14:16:27 -0000	1.6
***************
*** 7,72 ****
  <%session.setAttribute("pageEnCours", "rechercheAvanceePage");%>
  
! <div align="center"><nested:form action="/rechercherAvancee.do">
  	<table width="713" border="0" cellpadding="0" cellspacing="0">
  		<tr>
! 			<td width="1" height="20" colspan="3"><img
! 				src="../images/GifTrans.gif" width="1" height="20" alt=""></td>
  		</tr>
  		<tr>
  			<td width="65%">
  			<table width="100%" border="0" cellpadding="0" cellspacing="0">
! 				<tr>
! 					<td width="1" height="15" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="15" alt=""></td>
! 					<td width="100%" height="15" class="Couleur10"><font
  						class="TitreBase">&nbsp;<bean:message
  						key="message.recherche.avancee.welcome" /></font> &nbsp;<html:link
  						action="/rechercheSimple.do">
  						<bean:message key="message.recherche.lienModeSimple" />
! 					</html:link></td>
! 					<td width="1" height="15" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="15" alt=""></td>
! 					<td width="1" height="15" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="15" alt=""></td>
! 				</tr>
! 				<tr>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="100%" height="1" class="Couleur12"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 				</tr>
! 				<tr>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="100%" height="1" class="Couleur1"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 				</tr>
! 				<tr>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="100%" height="5" class="FondTableau"><img
! 						src="../images/GifTrans.gif" width="1" height="5" alt=""></td>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 				</tr>
  				<logic:iterate id="element" name="rechercheAvanceeForm"
  					property="searchMap">
  					<bean:define id="mdKey" name="element" property="key" />
  					<bean:define id="mdValue" name="element" property="value" />
! 					<tr>
! 						<td width="1" height="1" class="Couleur11"><img
! 							src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 						<td width="100%" height="1" class="Couleur3">
! 						<table width="100%" border="0" cellpadding="0" cellspacing="0">
  							<tr>
  								<td>
--- 7,100 ----
  <%session.setAttribute("pageEnCours", "rechercheAvanceePage");%>
  
! 
! <div align="left"><nested:form action="/rechercherAvancee.do">
! 
! 	<table width="650"  border="0" cellpadding="0" cellspacing="0">
! 		<tr>
! 			<td width="1">
! 			<div id="PuceListe"></div>
! 			</td>
! 			<td width="265"><font
! 									class="TextBase"><bean:message key="message.recherche.requette"/></font></td>
! 			<td width="216"><html:text name="rechercheAvanceeForm" property="requette" size="16" /></td>
! 		<td><IMG
! 				SRC="../images/GifTrans.gif" WIDTH="50" HEIGHT="20" ALT=""></td>
!     		</tr>
! 		<tr>
! 			<TD WIDTH="100%" COLSPAN="3" align="center"><html:submit property="choixRecherche">
! 				<bean:message key="message.rechercheAll.submit" />
! 			</html:submit></TD>
! 		</tr>
! </table>
! 
! 
  	<table width="713" border="0" cellpadding="0" cellspacing="0">
  		<tr>
! 			<TD WIDTH="1" HEIGHT="20" COLSPAN="3"><IMG
! 				SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="20" ALT=""></TD>
  		</tr>
  		<tr>
+ 
  			<td width="65%">
  			<table width="100%" border="0" cellpadding="0" cellspacing="0">
! 				<TR>
! 					<TD WIDTH="1" HEIGHT="15" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="15" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="15" class="Couleur10"><font
  						class="TitreBase">&nbsp;<bean:message
  						key="message.recherche.avancee.welcome" /></font> &nbsp;<html:link
  						action="/rechercheSimple.do">
  						<bean:message key="message.recherche.lienModeSimple" />
! 					</html:link>
! 					<TD WIDTH="1" HEIGHT="15" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="15" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="15" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="15" ALT=""></TD>
! 				</TR>
! 				<TR>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="1" class="Couleur12"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 				</TR>
! 
! 				<TR>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="1" class="Couleur1"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 
! 				</TR>
! 
! 				<TR>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="5" class="FondTableau"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="5" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 				</TR>
! 
! 
  				<logic:iterate id="element" name="rechercheAvanceeForm"
  					property="searchMap">
  					<bean:define id="mdKey" name="element" property="key" />
  					<bean:define id="mdValue" name="element" property="value" />
! 
! 					<TR>
! 						<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 							SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 						<TD WIDTH="100%" HEIGHT="1" class="Couleur3">
! 						<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
  							<tr>
  								<td>
***************
*** 78,82 ****
  									property="controlled_list" value="true">
  									<div style="position: relative">
! 									<div id='<%=mdKey.toString() + "CalqueText"%>'
  										style="margin-left: 0px; margin-top: 0px"><html:text
  										name="rechercheAvanceeForm"
--- 106,110 ----
  									property="controlled_list" value="true">
  									<div style="position: relative">
! 									<div id="<%=mdKey.toString() + "CalqueText"%>"
  										style="margin-left: 0px; margin-top: 0px"><html:text
  										name="rechercheAvanceeForm"
***************
*** 85,105 ****
  										name="mdValue" property="list">
  										<div style='position: absolute; left: 125px; top: 0px'
! 											onclick='javascript:document.getElementById('
! 											<%=mdKey.toString() + "calquetext"%>').style.visibility='hidden'
! 											;document.getelementbyid('<%=mdKey.toString() + "calqueselect"%>').style.visibility='visible''>
  										<div id="IconeListe"></div>
  										</div>
  									</logic:notEmpty></div>
! 									<div id='<%=mdKey.toString() + "CalqueSelect"%>'
  										style="position: absolute; margin-left: 0px; margin-top: -23px; visibility: hidden"><logic:notEmpty
  										name="mdValue" property="list">
! 										<select name='<%=mdKey.toString() + "S"%>'
! 											onchange='javascript:<%=mdKey.toString() + "T"%>.value=<%=mdKey.toString() + "S"%>.options[<%=mdKey.toString() + "S"%>.selectedIndex].value;document.getElementById('
! 											<%=mdKey.toString() + "calqueselect"%>').style.visibility='hidden'
! 											;document.getelementbyid('<%=mdKey.toString() + "calquetext"%>').style.visibility='visible'
! 											;'
! 											onblur='javascript:document.getElementById('
! 											<%=mdKey.toString() + "calqueselect"%>').style.visibility='hidden'
! 											;document.getelementbyid('<%=mdKey.toString() + "calquetext"%>').style.visibility='visible''>
  											<option value="">.............................</option>
  											<logic:iterate name="mdValue" property="list" id="element">
--- 113,126 ----
  										name="mdValue" property="list">
  										<div style='position: absolute; left: 125px; top: 0px'
! 											onClick="javascript:document.getElementById('<%=mdKey.toString() + "CalqueText"%>').style.visibility='hidden';document.getElementById('<%=mdKey.toString() + "CalqueSelect"%>').style.visibility='visible'">
  										<div id="IconeListe"></div>
  										</div>
  									</logic:notEmpty></div>
! 									<div id="<%=mdKey.toString() + "CalqueSelect"%>"
  										style="position: absolute; margin-left: 0px; margin-top: -23px; visibility: hidden"><logic:notEmpty
  										name="mdValue" property="list">
! 										<select name="<%=mdKey.toString() + "S"%>"
! 											onchange="javascript:<%=mdKey.toString() + "T"%>.value=<%=mdKey.toString() + "S"%>.options[<%=mdKey.toString() + "S"%>.selectedIndex].value;document.getElementById('<%=mdKey.toString() + "CalqueSelect"%>').style.visibility='hidden';document.getElementById('<%=mdKey.toString() + "CalqueText"%>').style.visibility='visible';"
! 											onblur="javascript:document.getElementById('<%=mdKey.toString() + "CalqueSelect"%>').style.visibility='hidden';document.getElementById('<%=mdKey.toString() + "CalqueText"%>').style.visibility='visible'">
  											<option value="">.............................</option>
  											<logic:iterate name="mdValue" property="list" id="element">
***************
*** 110,113 ****
--- 131,135 ----
  									</logic:notEmpty></div>
  									</div>
+ 
  								</logic:equal> <logic:notEqual name="mdValue"
  									property="controlled_list" value="true">
***************
*** 121,127 ****
  											property='<%="search(" + mdKey + ")"%>'
  											styleId='<%=mdKey.toString() + "T"%>' size="16" />
! 										<img name='<%=mdKey + "I"%>'
  											src="../javascript/calendar/dlcalendar/dlcalendar_5.gif"
! 											alt="cal" id='<%=mdKey + "I"%>' />
  										<dlcalendar click_element_id='<%=mdKey + "I"%>'
  											input_element_id='<%=mdKey.toString() + "T"%>'
--- 143,149 ----
  											property='<%="search(" + mdKey + ")"%>'
  											styleId='<%=mdKey.toString() + "T"%>' size="16" />
! 										<img name="<%=mdKey + "I"%>"
  											src="../javascript/calendar/dlcalendar/dlcalendar_5.gif"
! 											alt="cal" id="<%=mdKey + "I"%>" />
  										<dlcalendar click_element_id='<%=mdKey + "I"%>'
  											input_element_id='<%=mdKey.toString() + "T"%>'
***************
*** 144,456 ****
  							</tr>
  							<tr>
! 								<td width="100%" height="1" colspan="4" class="Couleur1"><img
! 									src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
  							</tr>
! 						</table>
! 						</td>
! 						<td width="1" height="1" class="Couleur11"><img
! 							src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 						<td width="1" height="1" class="Couleur4"><img
! 							src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					</tr>
  				</logic:iterate>
! 				<tr>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="100%" height="5" class="FondTableau"><img
! 						src="../images/GifTrans.gif" width="1" height="5" alt=""></td>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 				</tr>
! 				<tr>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="100%" height="1" class="Couleur1"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 				</tr>
! 				<tr>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="100%" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 				</tr>
! 				<tr>
! 					<td width="1" height="1"><img src="../images/GifTrans.gif"
! 						width="1" height="1" alt=""></td>
! 					<td width="100%" height="1" colspan="3" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 				</tr>
  			</table>
  			</td>
! 			<td width="15"><img src="../images/GifTrans.gif" width="15"
! 				height="1" alt=""></td>
  			<td width="35%" valign="top">
! 			<table width="100%" border="0" cellpadding="0" cellspacing="0">
! 				<tr>
! 					<td width="100%" height="1" colspan="4" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1"><img src="../images/GifTrans.gif"
! 						width="1" height="1" alt=""></td>
! 				</tr>
! 				<tr>
! 					<td width="1" height="15" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="15" alt=""></td>
! 					<td width="100%" height="15" class="Couleur10" colspan="2"><font
  						class="SousTitreBase">&nbsp;<bean:message
! 						key="message.recherche.avance.dernieresReq" /></font></td>
! 					<td width="1" height="15" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="15" alt=""></td>
! 					<td width="1" height="15" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="15" alt=""></td>
! 				</tr>
! 				<tr>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="100%" height="1" class="Couleur12" colspan="2"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 				</tr>
! 				<tr>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="100%" height="1" class="Couleur1" colspan="2"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 				</tr>
! 				<tr>
! 					<td width="1" class="Couleur11"><img src="../images/GifTrans.gif"
! 						width="1" alt=""></td>
! 					<td width="100%" height="5" class="FondTableau" colspan="2"><img
! 						src="../images/GifTrans.gif" alt="" height="5"></td>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 				</tr>
  				<nested:notEmpty property="liensAnciennesRequetes">
  					<nested:iterate property="liensAnciennesRequetes"
  						type="org.apache.struts.util.LabelValueBean" id="labelValueBean">
  						<bean:define name="labelValueBean" property="value" id="idRequete" />
! 						<tr>
! 							<td width="1" class="Couleur11"><img src="../images/GifTrans.gif"
! 								width="1" alt=""></td>
! 							<td class="FondTableau">
  							<div id="PuceListe"></div>
! 							</td>
! 							<td width="100%" class="FondTableau">&nbsp; <castor:shortText
  								width="25" replacement=" ..."
  								link="../recherche/rechercheAvancee.do" paramName="idRequete"
  								paramValue="<%=idRequete.toString()%>">
  								<bean:write name="labelValueBean" property="label" />
! 							</castor:shortText></td>
! 							<td width="1" height="1" class="Couleur11"><img
! 								src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 							<td width="1" height="1" class="Couleur4"><img
! 								src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 						</tr>
  					</nested:iterate>
  				</nested:notEmpty>
  				<nested:empty property="liensAnciennesRequetes">
! 					<tr>
! 						<td width="1" class="Couleur11"><img src="../images/GifTrans.gif"
! 							width="1" alt=""></td>
! 						<td width="100%" height="5" class="FondTableau" colspan="2"><font
  							class="TextBase">&nbsp;<bean:message
! 							key="message.recherche.noSauv" /></font></td>
! 						<td width="1" height="1" class="Couleur11"><img
! 							src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 						<td width="1" height="1" class="Couleur4"><img
! 							src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					</tr>
  				</nested:empty>
! 				<tr>
! 					<td width="1" class="Couleur11"><img src="../images/GifTrans.gif"
! 						width="1" alt=""></td>
! 					<td width="100%" height="5" class="FondTableau" colspan="2"><img
! 						src="../images/GifTrans.gif" height="5" width="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 				</tr>
! 				<tr>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="100%" height="1" class="Couleur1" colspan="2"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 				</tr>
! 				<tr>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="100%" height="1" class="Couleur11" colspan="2"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur11"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 					<td width="1" height="1" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 				</tr>
! 				<tr>
! 					<td width="1" height="1"><img src="../images/GifTrans.gif"
! 						width="1" height="1" alt=""></td>
! 					<td width="100%" height="1" colspan="4" class="Couleur4"><img
! 						src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 				</tr>
! 			</table>
  			</td>
  		</tr>
  		<tr>
! 			<td width="1" height="20" colspan="3"><img
! 				src="../images/GifTrans.gif" width="1" height="20" alt=""></td>
  		</tr>
  		<tr>
! 			<td width="100%" colspan="3" align="center"><html:submit>
  				<bean:message key="message.recherche.submit" />
! 			</html:submit></td>
  		</tr>
  		<nested:equal property="showResult" value="true">
  			<tr>
! 				<td width="1" height="20" colspan="3"><img
! 					src="../images/GifTrans.gif" width="1" height="20" alt=""></td>
  			</tr>
  			<tr>
! 				<td width="100%" height="1" colspan="3" class="Couleur1"><img
! 					src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
  			</tr>
  			<tr>
! 				<td width="1" height="20" colspan="3"><img
! 					src="../images/GifTrans.gif" width="1" height="20" alt=""></td>
  			</tr>
  			<nested:empty property="resultat">
! 				<tr>
! 					<td width="100%" height="1" colspan="3" align="center"><font
! 						class="TextBase"><bean:message key="message.recherche.noResults" /></font></td>
! 				</tr>
  			</nested:empty>
  			<nested:notEmpty property="resultat">
! 				<tr>
! 					<td width="100%" height="1" colspan="3" align="center"><nested:size
  						id="nbOfResults" property="resultat" /><font class="TextBase"><bean:message
  						key="message.recherche.resultats"
! 						arg0="<%=nbOfResults.toString()%>" /></font></td>
! 				</tr>
  				<tr>
! 					<td width="1" height="20" colspan="3"><img
! 						src="../images/GifTrans.gif" width="1" height="20" alt=""></td>
  				</tr>
! 				<tr>
! 					<td width="100%" height="1" colspan="3" align="center">
  					<table width="600" border="0" cellpadding="0" cellspacing="0">
! 						<tr>
! 							<td width="1" class="Couleur11"><img src="../images/GifTrans.gif"
! 								width="1" alt=""></td>
! 							<td class="Couleur3"></td>
! 							<td width="100%">
! 							<table width="100%" border="0" cellpadding="0" cellspacing="0"
  								class="Couleur3">
! 								<tr>
! 									<td width="30%" class="Couleur3" align="center"><font
  										class="InstructionBase"><bean:message
! 										key="message.recherche.titreDoc" /></font></td>
! 									<td width="5" class="Couleur3"><img
! 										src="../images/GifTrans.gif" width="5" height="1" alt="" /></td>
! 									<td width="1" height="49" class="Couleur11"><img
! 										src="../images/GifTrans.gif" width="1" height="49" alt=""></td>
! 									<td width="1" height="49" class="Couleur1"><img
! 										src="../images/GifTrans.gif" width="1" height="49" alt=""></td>
! 									<td width="13" class="Couleur3"><img
! 										src="../images/GifTrans.gif" width="13" height="1" alt=""></td>
! 									<td width="1" height="49" class="Couleur11"><img
! 										src="../images/GifTrans.gif" width="1" height="49" alt=""></td>
! 									<td width="1" height="49" class="Couleur1"><img
! 										src="../images/GifTrans.gif" width="1" height="49" alt=""></td>
! 									<td width="15%" align="center" class="Couleur3"><font
  										class="InstructionBase"> <bean:message
! 										key="message.recherche.resume" /> </font></td>
! 									<td width="1" height="49" class="Couleur11"><img
! 										src="../images/GifTrans.gif" width="1" height="49" alt=""></td>
! 									<td width="1" height="49" class="Couleur1"><img
! 										src="../images/GifTrans.gif" width="1" height="49" alt=""></td>
! 									<td width="15%" align="center"><font class="InstructionBase"> <bean:message
! 										key="message.recherche.avis" /> </font></td>
! 									<td width="1" height="49" class="Couleur11"><img
! 										src="../images/GifTrans.gif" width="1" height="49" alt=""></td>
! 									<td width="1" height="49" class="Couleur1"><img
! 										src="../images/GifTrans.gif" width="1" height="49" alt=""></td>
! 									<td width="5" class="Couleur3"><img
! 										src="../images/GifTrans.gif" width="5" height="1" alt="" /></td>
! 									<td width="40%" class="Couleur3" align="center"><font
  										class="InstructionBase"> <bean:message
! 										key="message.recherche.auteurs" /> </font></td>
! 									<td width="5" class="Couleur3"><img
! 										src="../images/GifTrans.gif" width="5" height="1" alt="" /></td>
! 									<td width="1" height="49" class="Couleur11"><img
! 										src="../images/GifTrans.gif" width="1" height="49" alt=""></td>
! 									<td width="1" height="49" class="Couleur1"><img
! 										src="../images/GifTrans.gif" width="1" height="49" alt=""></td>
! 									<td width="201"><img src="../images/GifTrans.gif" width="201"
! 										height="1" alt="" /></td>
! 								</tr>
! 							</table>
! 							</td>
! 							<td width="1" height="1" class="Couleur11"><img
! 								src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 							<td width="1" height="1" class="Couleur4"><img
! 								src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 						</tr>
! 						<tr>
! 							<td width="1" height="1" class="Couleur11"><img
! 								src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 							<td width="100%" height="1" colspan="2" class="Couleur12"><img
! 								src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 							<td width="1" height="1" class="Couleur11"><img
! 								src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 							<td width="1" height="1" class="Couleur4"><img
! 								src="../images/GifTrans.gif" width="1" height="1" alt=""></td>
! 						</tr>
  						<nested:iterate property="resultat"
  							type="fr.emn.castor.struts.forms.users.DocumentBean">
! 							<jsp:include page="../profil/actionsDocuments.jsp" flush="" />
  						</nested:iterate>
  						<nested:equal property="afficheLegende" value="true">
! 							<tr>
! 								<td colspan="5">
! 								<table width="100%" border="0" cellpadding="0" cellspacing="0">
! 									<tr>
! 										<td width="13">
  										<div id="IconeExclamation" />
! 										</td>
! 										<td colspan="4" width="100%"><font class="TextBase"><bean:message
  											key="message.recherche.legende.consultationImpossible" /><br />
  										<a
! 											href='<bean:message key="message.recherche.legende.lien.adresse"/>'>
! 										<bean:message key="message.recherche.legende.lien" /></a></font></td>
! 									</tr>
! 								</table>
! 								</td>
! 							</tr>
  						</nested:equal>
  					</table>
! 					</td>
! 				</tr>
  			</nested:notEmpty>
  		</nested:equal>
--- 166,502 ----
  							</tr>
  							<tr>
! 								<td width="100%" height="1" colspan="4" class="Couleur1"><IMG
! 									SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></td>
  							</tr>
! 						</TABLE>
! 						</TD>
! 						<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 							SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 						<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 							SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					</TR>
! 
  				</logic:iterate>
! 
! 				<TR>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="5" class="FondTableau"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="5" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 				</TR>
! 
! 
! 				<TR>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="1" class="Couleur1"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 				</TR>
! 
! 				<TR>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 				</TR>
! 				<TR>
! 					<TD WIDTH="1" HEIGHT="1"><IMG SRC="../images/GifTrans.gif"
! 						WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="1" COLSPAN="3" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 				</TR>
  			</table>
  			</td>
! 			<td width="15"><IMG SRC="../images/GifTrans.gif" WIDTH="15"
! 				HEIGHT="1" ALT=""></td>
  			<td width="35%" valign="top">
! 			<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
! 				<TR>
! 					<TD WIDTH="100%" HEIGHT="1" COLSPAN="4" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1"><IMG SRC="../images/GifTrans.gif"
! 						WIDTH="1" HEIGHT="1" ALT=""></TD>
! 				</TR>
! 				<TR>
! 					<TD WIDTH="1" HEIGHT="15" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="15" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="15" class="Couleur10" COLSPAN="2"><font
  						class="SousTitreBase">&nbsp;<bean:message
! 						key="message.recherche.avance.dernieresReq" /></font></TD>
! 					<TD WIDTH="1" HEIGHT="15" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="15" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="15" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="15" ALT=""></TD>
! 
! 				</TR>
! 				<TR>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="1" class="Couleur12" COLSPAN="2"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 
! 				</TR>
! 				<TR>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="1" class="Couleur1" COLSPAN="2"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 
! 				</TR>
! 				<TR>
! 					<TD WIDTH="1" class="Couleur11"><IMG SRC="../images/GifTrans.gif"
! 						WIDTH="1" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="5" class="FondTableau" COLSPAN="2"><IMG
! 						SRC="../images/GifTrans.gif" ALT="" HEIGHT="5"></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 				</TR>
! 
! 
! 
! 
! 
! 
! 
  				<nested:notEmpty property="liensAnciennesRequetes">
  					<nested:iterate property="liensAnciennesRequetes"
  						type="org.apache.struts.util.LabelValueBean" id="labelValueBean">
  						<bean:define name="labelValueBean" property="value" id="idRequete" />
! 						<TR>
! 							<TD WIDTH="1" class="Couleur11"><IMG SRC="../images/GifTrans.gif"
! 								WIDTH="1" ALT=""></TD>
! 							<TD class="FondTableau">
  							<div id="PuceListe"></div>
! 							</TD>
! 							<TD WIDTH="100%" class="FondTableau">&nbsp; <castor:shortText
  								width="25" replacement=" ..."
  								link="../recherche/rechercheAvancee.do" paramName="idRequete"
  								paramValue="<%=idRequete.toString()%>">
  								<bean:write name="labelValueBean" property="label" />
! 							</castor:shortText></TD>
! 							<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 								SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 							<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 								SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 						</TR>
  					</nested:iterate>
  				</nested:notEmpty>
  				<nested:empty property="liensAnciennesRequetes">
! 					<TR>
! 						<TD WIDTH="1" class="Couleur11"><IMG SRC="../images/GifTrans.gif"
! 							WIDTH="1" ALT=""></TD>
! 						<TD WIDTH="100%" HEIGHT="5" class="FondTableau" COLSPAN="2"><font
  							class="TextBase">&nbsp;<bean:message
! 							key="message.recherche.noSauv" /></font></TD>
! 						<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 							SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 						<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 							SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					</TR>
  				</nested:empty>
! 
! 				<TR>
! 					<TD WIDTH="1" class="Couleur11"><IMG SRC="../images/GifTrans.gif"
! 						WIDTH="1" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="5" class="FondTableau" COLSPAN="2"><IMG
! 						SRC="../images/GifTrans.gif" HEIGHT="5" WIDTH="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 				</TR>
! 
! 				<TR>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="1" class="Couleur1" COLSPAN="2"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 				</TR>
! 
! 				<TR>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="1" class="Couleur11" COLSPAN="2"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 				</TR>
! 				<TR>
! 					<TD WIDTH="1" HEIGHT="1"><IMG SRC="../images/GifTrans.gif"
! 						WIDTH="1" HEIGHT="1" ALT=""></TD>
! 					<TD WIDTH="100%" HEIGHT="1" COLSPAN="4" class="Couleur4"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 				</TR>
! 			</TABLE>
! 
! 
  			</td>
+ 
  		</tr>
  		<tr>
! 			<TD WIDTH="1" HEIGHT="20" COLSPAN="3"><IMG
! 				SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="20" ALT=""></TD>
  		</tr>
  		<tr>
! 			<TD WIDTH="100%" COLSPAN="3" align="center"><html:submit property="choixRecherche">
  				<bean:message key="message.recherche.submit" />
! 			</html:submit></TD>
  		</tr>
+ 
  		<nested:equal property="showResult" value="true">
  			<tr>
! 				<TD WIDTH="1" HEIGHT="20" COLSPAN="3"><IMG
! 					SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="20" ALT=""></TD>
  			</tr>
  			<tr>
! 				<TD WIDTH="100%" HEIGHT="1" COLSPAN="3" class="Couleur1"><IMG
! 					SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
  			</tr>
  			<tr>
! 				<TD WIDTH="1" HEIGHT="20" COLSPAN="3"><IMG
! 					SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="20" ALT=""></TD>
  			</tr>
+ 
  			<nested:empty property="resultat">
! 				<TR>
! 					<TD WIDTH="100%" HEIGHT="1" COLSPAN="3" align="center"><font
! 						class="TextBase"><bean:message key="message.recherche.noResults" /></font></TD>
! 				</TR>
  			</nested:empty>
  			<nested:notEmpty property="resultat">
! 				<TR>
! 					<TD WIDTH="100%" HEIGHT="1" COLSPAN="3" align="center"><nested:size
  						id="nbOfResults" property="resultat" /><font class="TextBase"><bean:message
  						key="message.recherche.resultats"
! 						arg0="<%=nbOfResults.toString()%>" /></font></TD>
! 				</TR>
  				<tr>
! 					<TD WIDTH="1" HEIGHT="20" COLSPAN="3"><IMG
! 						SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="20" ALT=""></TD>
  				</tr>
! 				<TR>
! 					<TD WIDTH="100%" HEIGHT="1" COLSPAN="3" align="center">
  					<table width="600" border="0" cellpadding="0" cellspacing="0">
! 						<TR>
! 							<TD WIDTH="1" class="Couleur11"><IMG SRC="../images/GifTrans.gif"
! 								WIDTH="1" ALT=""></TD>
! 							<TD class="Couleur3"></TD>
! 							<TD WIDTH="100%">
! 							<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0"
  								class="Couleur3">
! 								<TR>
! 									<TD WIDTH="30%" class="Couleur3" align="center"><font
  										class="InstructionBase"><bean:message
! 										key="message.recherche.titreDoc" /></TD>
! 									<TD WIDTH="5" class="Couleur3"><IMG
! 										SRC="../images/GifTrans.gif" WIDTH="5" HEIGHT="1" /></TD>
! 									<TD WIDTH="1" HEIGHT="49" class="Couleur11"><IMG
! 										SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="49" ALT=""></TD>
! 									<TD WIDTH="1" HEIGHT="49" class="Couleur1"><IMG
! 										SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="49" ALT=""></TD>
! 									<TD WIDTH="13" class="Couleur3"><IMG
! 										SRC="../images/GifTrans.gif" WIDTH="13" HEIGHT="1" ALT=""></TD>
! 									<TD WIDTH="1" HEIGHT="49" class="Couleur11"><IMG
! 										SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="49" ALT=""></TD>
! 									<TD WIDTH="1" HEIGHT="49" class="Couleur1"><IMG
! 										SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="49" ALT=""></TD>
! 									<TD WIDTH="15%" align="center" class="Couleur3"><font
  										class="InstructionBase"> <bean:message
! 										key="message.recherche.resume" /> </font></TD>
! 									<TD WIDTH="1" HEIGHT="49" class="Couleur11"><IMG
! 										SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="49" ALT=""></TD>
! 									<TD WIDTH="1" HEIGHT="49" class="Couleur1"><IMG
! 										SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="49" ALT=""></TD>
! 									<TD WIDTH="15%" align="center"><font class="InstructionBase"> <bean:message
! 										key="message.recherche.avis" /> </font></TD>
! 									<TD WIDTH="1" HEIGHT="49" class="Couleur11"><IMG
! 										SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="49" ALT=""></TD>
! 									<TD WIDTH="1" HEIGHT="49" class="Couleur1"><IMG
! 										SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="49" ALT=""></TD>
! 									<TD WIDTH="5" class="Couleur3"><IMG
! 										SRC="../images/GifTrans.gif" WIDTH="5" HEIGHT="1" /></TD>
! 									<TD WIDTH="40%" class="Couleur3" align="center"><font
  										class="InstructionBase"> <bean:message
! 										key="message.recherche.auteurs" /> </font></TD>
! 									<TD WIDTH="5" class="Couleur3"><IMG
! 										SRC="../images/GifTrans.gif" WIDTH="5" HEIGHT="1" /></TD>
! 									<TD WIDTH="1" HEIGHT="49" class="Couleur11"><IMG
! 										SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="49" ALT=""></TD>
! 									<TD WIDTH="1" HEIGHT="49" class="Couleur1"><IMG
! 										SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="49" ALT=""></TD>
! 									<TD WIDTH="201"><IMG SRC="../images/GifTrans.gif" WIDTH="201"
! 										HEIGHT="1" /></TD>
! 								</TR>
! 							</TABLE>
! 							</TD>
! 							<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 								SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 							<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 								SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 						</TR>
! 						<TR>
! 							<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 								SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 							<TD WIDTH="100%" HEIGHT="1" COLSPAN="2" class="Couleur12"><IMG
! 								SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 							<TD WIDTH="1" HEIGHT="1" class="Couleur11"><IMG
! 								SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 							<TD WIDTH="1" HEIGHT="1" class="Couleur4"><IMG
! 								SRC="../images/GifTrans.gif" WIDTH="1" HEIGHT="1" ALT=""></TD>
! 						</TR>
! 
  						<nested:iterate property="resultat"
  							type="fr.emn.castor.struts.forms.users.DocumentBean">
! 							<jsp:include page="../profil/actionsDocuments.jsp" />
  						</nested:iterate>
+ 
  						<nested:equal property="afficheLegende" value="true">
! 							<TR>
! 								<TD COLSPAN="5">
! 								<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
! 									<TR>
! 										<TD WIDTH="13">
  										<div id="IconeExclamation" />
! 										</TD>
! 										<TD COLSPAN="4" WIDTH="100%"><font class="TextBase"><bean:message
  											key="message.recherche.legende.consultationImpossible" /><br />
  										<a
! 											href="<bean:message key="message.recherche.legende.lien.adresse"/>">
! 										<bean:message key="message.recherche.legende.lien" /></a></font></TD>
! 									</TR>
! 								</TABLE>
! 							</TR>
  						</nested:equal>
  					</table>
! 					</TD>
! 				</TR>
  			</nested:notEmpty>
  		</nested:equal>




Plus d'informations sur la liste de diffusion Castore-commits