Fin du CSS / menu et barre de menu dans le main content
This commit is contained in:
@@ -7,20 +7,6 @@
|
||||
<!-- Differents role : ROLE_CHAIRMAN, ROLE_PCMEMBER, ROLE_REFEREE, ROLE_AUTHOR, ROLE_ANONYMOUS -->
|
||||
|
||||
<div id="mainmenu">
|
||||
|
||||
<!-- POUR DEBUG ACCES RAPIDE -->
|
||||
<div id="mainmenubloc">
|
||||
<h4>Debug Menu</h4>
|
||||
<ul>
|
||||
<li><a href="<c:url value="listArticle.htm"/>"><fmt:message key="listarticle.title" /></a></li>
|
||||
<li><a href="<c:url value="addConference.htm"/>"><fmt:message key="menu.chairman.conference.create" /></a></li>
|
||||
<li><a href="<c:url value="dispatchArticle.htm"/>"><fmt:message key="menu.chairman.article.dispatch" /></a></li>
|
||||
<li><a href="<c:url value="choosePreference.htm"/>"><fmt:message key="menu.pcmember.article.preference" /></a></li>
|
||||
<li><a href="<c:url value="listEvaluation.htm"/>"><fmt:message key="menu.referee.article.evaluation" /></a></li>
|
||||
<li><a href="<c:url value="submissionArticle.htm"/>"><fmt:message key="menu.author.article.submission" /></a></li>
|
||||
<li><a href="<c:url value="validateArticle.htm"/>"><fmt:message key="menu.pcmember.article.validation" /></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- On affiche les menus seulement si une conference est deja active -->
|
||||
|
||||
@@ -36,6 +22,7 @@
|
||||
<li><a href="<c:url value="dispatchArticle.htm"/>"><fmt:message key="menu.chairman.article.dispatch" /></a></li>
|
||||
<li><a href="<c:url value="#"/>"><fmt:message key="menu.chairman.article.validate" /></a></li>
|
||||
</ul>
|
||||
<div id="footer"></div>
|
||||
</div>
|
||||
</authz:authorize>
|
||||
|
||||
@@ -50,6 +37,7 @@
|
||||
<li><a href="<c:url value="#"/>"><fmt:message key="menu.pcmember.article.evaluation.modify" /></a></li>
|
||||
<li><a href="<c:url value="#"/>"><fmt:message key="menu.pcmember.article.discussion" /></a></li>
|
||||
</ul>
|
||||
<div id="footer"></div>
|
||||
</div>
|
||||
</authz:authorize>
|
||||
|
||||
@@ -61,6 +49,7 @@
|
||||
<li><a href="<c:url value="evaluation.htm"/>"><fmt:message key="menu.referee.article.evaluation" /></a></li>
|
||||
<li><a href="<c:url value="#"/>"><fmt:message key="menu.referee.article.evaluation.modify" /></a></li>
|
||||
</ul>
|
||||
<div id="footer"></div>
|
||||
</div>
|
||||
</authz:authorize>
|
||||
|
||||
@@ -72,6 +61,7 @@
|
||||
<li><a href="<c:url value="submissionArticle.htm"/>"><fmt:message key="menu.author.article.submission" /></a></li>
|
||||
<li><a href="<c:url value="#"/>"><fmt:message key="menu.author.article.modify" /></a></li>
|
||||
</ul>
|
||||
<div id="footer"></div>
|
||||
</div>
|
||||
</authz:authorize>
|
||||
|
||||
@@ -82,6 +72,7 @@
|
||||
<ul>
|
||||
<li><a href="<c:url value="submissionArticle.htm"/>"><fmt:message key="menu.anonymous.article.submission" /></a></li>
|
||||
</ul>
|
||||
<div id="footer"></div>
|
||||
</div>
|
||||
</authz:authorize>
|
||||
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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">
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<head></head>
|
||||
<body>
|
||||
|
||||
|
||||
<h4 class="title"><fmt:message key="preference.title" /></h4>
|
||||
|
||||
|
||||
<fmt:message key="preference.ok"/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<head></head>
|
||||
<body>
|
||||
|
||||
|
||||
<h4 class="title">NO NAME</h4>
|
||||
<form:form commandName="formDispatcher">
|
||||
<table>
|
||||
<tr>
|
||||
|
||||
@@ -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">
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
|
||||
<h4 class="title">NO NAME</h4>
|
||||
<c:choose>
|
||||
|
||||
<c:when test="${currentConferenceId != null}">
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
|
||||
<h4 class="title">NO NAME</h4>
|
||||
Soumission OK
|
||||
<br />
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user