Fin du CSS / menu et barre de menu dans le main content

This commit is contained in:
Nicolas Michard
2008-02-07 15:52:22 +00:00
parent 10ac04aded
commit 44f201ee16
27 changed files with 79 additions and 53 deletions

View File

@@ -4,8 +4,7 @@
<head></head>
<body>
<h2 align="center"><fmt:message key="conference.titleMenu" /></h2>
<h4 class="title"><fmt:message key="conference.titleMenu" /></h4>
<form:form commandName="formConference" name="monForm">
<fmt:message key="conference.title" /> <form:input path="title"/> <form:errors path="title" /> <br/><br />

View File

@@ -8,7 +8,7 @@
<body>
<h2 align="center"><fmt:message key="conference.titleMenu" /></h2>
<h4 class="title"><fmt:message key="conference.titleMenu" /></h4>
<form:form commandName="formConference" name="monForm">

View File

@@ -5,7 +5,7 @@
<body>
<h2 align="center"><fmt:message key="conference.titleMenu" /></h2>
<h4 class="title"><fmt:message key="conference.titleMenu" /></h4>
<form:form commandName="formConference" name="monForm">

View File

@@ -80,7 +80,7 @@ function clearPerson() {
<body>
<h2 align="center"><fmt:message key="conference.titleMenu" /></h2>
<h4 class="title"><fmt:message key="conference.titleMenu" /></h4>
<form:form commandName="formConference" name="monForm">

View File

@@ -116,7 +116,7 @@ function filterUser(el, value) {
</head>
<body>
<h2 align="center"><fmt:message key="conference.titleMenu" /></h2>
<h4 class="title"><fmt:message key="conference.titleMenu" /></h4>
<form:form commandName="formConference" name="monForm">

View File

@@ -5,7 +5,8 @@
<body>
<h2 align="center"><fmt:message key="preference.title" /></h2>
<h4 class="title"><fmt:message key="preference.title" /></h4>
<c:if test="${message}">
<fmt:message key="message"/>

View File

@@ -4,7 +4,7 @@
<head></head>
<body>
<h4 class="title"><fmt:message key="preference.title" /></h4>
<fmt:message key="preference.ok"/>

View File

@@ -3,8 +3,8 @@
<html>
<head></head>
<body>
<H2><fmt:message key="evaluation.headPage"/></H2>
<h4 class="title"><fmt:message key="evaluation.headPage" /></h4>
<table>
<tr>

View File

@@ -4,7 +4,7 @@
<head></head>
<body>
<h4 class="title">NO NAME</h4>
<form:form commandName="formDispatcher">
<table>
<tr>

View File

@@ -3,12 +3,11 @@
<html>
<head></head>
<body>
<h4 class="title"><fmt:message key="evaluation.title"/>: ${evaluationForm.title}</h4>
<form:form method="post" commandName="evaluationForm">
<h4 align="center"><fmt:message key="evaluation.title"/>: ${evaluationForm.title}</h4>
<br>
<table>
<c:forEach items="${evaluationForm.simpleRatings}" var="criterion" varStatus="j">

View File

@@ -3,7 +3,7 @@
<html>
<head></head>
<body>
<h4 class="title">NO NAME</h4>
<c:forEach items="${listArticle}" var="article">
<ul class="article">
<li class="title"><b>${article.title}</b></li>

View File

@@ -4,7 +4,7 @@
<head></head>
<body>
<h2 align="center">Choose a conference</h2>
<h4 class="title">NO NAME</h4>
<c:if test="${errorMessage != null}">
<span class="formError">

View File

@@ -3,7 +3,9 @@
<html>
<head></head>
<body>
<h2 align="center"><fmt:message key="evaluation.choose"/></h2>
<h4 class="title"><fmt:message key="evalutation.choose" /></h4>
<c:forEach items="${listArticle}" var="article">
<ul class="article">
<li class="title">Title: <a href="<c:url value="${article.URL_article}"/>">${article.title}</a></li>

View File

@@ -3,8 +3,8 @@
<html>
<head></head>
<body>
<H2><fmt:message key="report.headPage"/></H2>
<h4 class="title"><fmt:message key="report.headPage" /></h4>
<c:forEach items="${listReport}" var="report">
<table>

View File

@@ -3,6 +3,7 @@
<html>
<head></head>
<body>
<h4 class="title">NON NAME</h4>
<c:if test="${not empty param.login_error}">
<div class="login_error">

View File

@@ -3,7 +3,7 @@
<html>
<head></head>
<body>
<h4 class="title">NO NAME</h4>
<c:choose>
<c:when test="${currentConferenceId != null}">

View File

@@ -4,7 +4,7 @@
<head></head>
<body>
<h1><fmt:message key="register.title" /></h1>
<h4 class="title"><fmt:message key="register.title" /></h4>
<form:form method="post" commandName="registerUser">
<form:hidden path="isNew"/>

View File

@@ -16,7 +16,7 @@ function Supprimer(form) {
<body>
<h2 align="center"><fmt:message key="submission.title" /></h2>
<h4 class="title"><fmt:message key="submission.title" /></h4>
<form:form method="post" enctype="multipart/form-data" commandName="submissionArticle">

View File

@@ -3,7 +3,7 @@
<html>
<head></head>
<body>
<h4 class="title">NO NAME</h4>
Soumission OK
<br />

View File

@@ -2,8 +2,8 @@
<html>
<head></head>
<body>
<H2 align="center">Validate the articles of a PC member</H2>
<body>
<h4 class="title">NO NAME</h4>
<br>
<c:forEach items="${listArticleValidate}" var="article">
<ul class="article">