Correction de choose preference en rapport avec les corrections du core de la révision 141

This commit is contained in:
2008-01-14 01:31:36 +00:00
parent b19e6e154a
commit 2c76cb27c7
9 changed files with 62 additions and 21 deletions

View File

@@ -23,7 +23,7 @@
<h2 align="center"><fmt:message key="preference.title" /></h2>
<c:if test="${message}">
<fmt:message key="${message}"/>
<fmt:message key="message"/>
</c:if>
<form:form method="post" commandName="choosePreference">

View File

@@ -5,7 +5,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><fmt:message key="title"/></title>
<link rel="stylesheet" href="./stylesheets/base.css" type="text/css" />
</head>
@@ -22,7 +22,7 @@
<div id="main_content">
<h2 align="center"><fmt:message key="register.title" /></h2>
<h2><fmt:message key="register.title" /></h2>
<form:form method="post" commandName="registerUser">
@@ -39,7 +39,6 @@
<input type="reset" value="<fmt:message key="button.reset" />"/>
<input type="submit" value="<fmt:message key="button.OK" />"/> <br/><br/>
</form:form>