*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-12-23 23:04:03 +00:00
parent 08a303376f
commit 6b1e9a66a8
2 changed files with 8 additions and 2 deletions

View File

@ -111,6 +111,12 @@
</script> </script>
</tr> </tr>
<tr>
<td colspan="3" align="center" class="titre">
<input type="submit" value="Corriger" /> (étape 1/3)
</td>
</tr>
</table> </table>
</form> </form>

View File

@ -168,13 +168,13 @@
<xsl:template match="table/tr[@id='limitdate']"> <xsl:template match="table/tr[@id='limitdate']">
<tr> <tr>
<td class="titre"> <td class="titre">
Durée Echéance
</td> </td>
<td class="valeur"> <td class="valeur">
<xsl:apply-templates select="@*|node()"/> <xsl:apply-templates select="@*|node()"/>
</td> </td>
<td class="titre"> <td class="titre">
Duration Limit date
</td> </td>
</tr> </tr>
</xsl:template> </xsl:template>