[Castore-commits] login.jsp 1.3 1.4
Céline BENOIT
cbenoit at adullact1.hosting.cri74.org
Jeu 24 Aou 16:45:11 CEST 2006
Update of /cvsroot/castore/castore-struts-webapp/src/webapp/authentification
In directory adullact1:/tmp/cvs-serv20925/src/webapp/authentification
Modified Files:
login.jsp
Log Message:
rectification d'un bug d'affichage sur internet explorer
Index: login.jsp
===================================================================
RCS file: /cvsroot/castore/castore-struts-webapp/src/webapp/authentification/login.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** login.jsp 23 Jan 2006 10:31:11 -0000 1.3
--- login.jsp 24 Aug 2006 14:45:09 -0000 1.4
***************
*** 63,68 ****
<title><bean:message key="message.authentification.title" /></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-
</head>
<body>
<html:xhtml />
--- 63,68 ----
<title><bean:message key="message.authentification.title" /></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
+
<body>
<html:xhtml />
***************
*** 81,109 ****
<table width="348" border="0" cellpadding="0" cellspacing="0">
<tr>
! <td class="SeparationHaut" colspan="4"> </td>
</tr>
<tr>
<td width="3" height="38"></td>
! <td colspan="2" class="PuceLogin"></td>
<td width="3" height="38"></td>
</tr>
<tr>
<td class="TitreHautGauche"></td>
! <td width="342" height="3" class="TitreHaut" colspan="2"></td>
<td width="3" height="3" class="TitreHautDroit"></td>
</tr>
<tr>
<td width="3" height="38" class="TitreGauche"></td>
! <td class="FondTitre" colspan="2" align="center"><span
! class="TextTitre"><bean:message key="castor.title" bundle="common" /></span></td>
<td width="3" height="38" class="TitreDroit"></td>
</tr>
<tr>
<td width="3" height="3" class="TitreBasGauche"></td>
! <td width="342" height="3" class="TitreBas" colspan="2"></td>
<td width="3" height="3" class="TitreBasDroit"></td>
</tr>
<tr>
! <td width="348" height="10" colspan="4"></td>
</tr>
</table>
--- 81,110 ----
<table width="348" border="0" cellpadding="0" cellspacing="0">
<tr>
! <td class="SeparationHaut" colspan="3"> </td>
</tr>
<tr>
<td width="3" height="38"></td>
! <td class="PuceLogin"></td>
<td width="3" height="38"></td>
</tr>
<tr>
<td class="TitreHautGauche"></td>
! <td width="342" height="3" class="TitreHaut"></td>
<td width="3" height="3" class="TitreHautDroit"></td>
</tr>
+ <%-- Titre principal --%>
<tr>
<td width="3" height="38" class="TitreGauche"></td>
! <td class="FondTitre" align="center"><span class="TextTitre"><bean:message
! key="castor.title" bundle="common" /></span></td>
<td width="3" height="38" class="TitreDroit"></td>
</tr>
<tr>
<td width="3" height="3" class="TitreBasGauche"></td>
! <td width="342" height="3" class="TitreBas"></td>
<td width="3" height="3" class="TitreBasDroit"></td>
</tr>
<tr>
! <td width="348" height="10" colspan="3"></td>
</tr>
</table>
Plus d'informations sur la liste de diffusion Castore-commits