UC Modify conference finit normalement
This commit is contained in:
@@ -118,7 +118,8 @@ preference.ok=You have successfully chosen all your preferences about each artic
|
||||
dispatch.title=Dispatch the articles to the members
|
||||
|
||||
# Conference Form
|
||||
conference.titleMenu=Add a conference
|
||||
conference.titleAdd=Add a conference
|
||||
conference.titleModify=Modify a conference
|
||||
conference.title=Title
|
||||
conference.description=Description
|
||||
conference.otherInformations=Complementary information
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h4><fmt:message key="menu.chairman.title" /></h4>
|
||||
<ul>
|
||||
<li><a href="<c:url value="addConference.htm"/>"><fmt:message key="menu.chairman.conference.create" /></a></li>
|
||||
<li><a href="<c:url value="#"/>"><fmt:message key="menu.chairman.conference.modify" /></a></li>
|
||||
<li><a href="<c:url value="addConference.htm?action=modify"/>"><fmt:message key="menu.chairman.conference.modify" /></a></li>
|
||||
<li><a href="<c:url value="dispatchArticleList.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>
|
||||
|
||||
@@ -4,7 +4,17 @@
|
||||
<head></head>
|
||||
<body>
|
||||
|
||||
<h4 class="title"><fmt:message key="conference.titleMenu" /></h4>
|
||||
<h4 class="title">
|
||||
<c:choose>
|
||||
<c:when test="${param['action'] eq 'modify'}">
|
||||
<fmt:message key="conference.titleModify" />
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<fmt:message key="conference.titleAdd" />
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</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,16 @@
|
||||
<body>
|
||||
|
||||
|
||||
<h4 class="title"><fmt:message key="conference.titleMenu" /></h4>
|
||||
<h4 class="title">
|
||||
<c:choose>
|
||||
<c:when test="${param['action'] eq 'modify'}">
|
||||
<fmt:message key="conference.titleModify" />
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<fmt:message key="conference.titleAdd" />
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</h4>
|
||||
|
||||
<form:form commandName="formConference" name="monForm">
|
||||
|
||||
|
||||
@@ -5,7 +5,16 @@
|
||||
<body>
|
||||
|
||||
|
||||
<h4 class="title"><fmt:message key="conference.titleMenu" /></h4>
|
||||
<h4 class="title">
|
||||
<c:choose>
|
||||
<c:when test="${param['action'] eq 'modify'}">
|
||||
<fmt:message key="conference.titleModify" />
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<fmt:message key="conference.titleAdd" />
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</h4>
|
||||
|
||||
<form:form commandName="formConference" name="monForm">
|
||||
|
||||
|
||||
@@ -128,7 +128,16 @@ function clearPerson() {
|
||||
<body>
|
||||
|
||||
|
||||
<h4 class="title"><fmt:message key="conference.titleMenu" /></h4>
|
||||
<h4 class="title">
|
||||
<c:choose>
|
||||
<c:when test="${param['action'] eq 'modify'}">
|
||||
<fmt:message key="conference.titleModify" />
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<fmt:message key="conference.titleAdd" />
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</h4>
|
||||
|
||||
<form:form commandName="formConference" name="monForm">
|
||||
|
||||
|
||||
@@ -116,7 +116,16 @@ function filterUser(el, value) {
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h4 class="title"><fmt:message key="conference.titleMenu" /></h4>
|
||||
<h4 class="title">
|
||||
<c:choose>
|
||||
<c:when test="${param['action'] eq 'modify'}">
|
||||
<fmt:message key="conference.titleModify" />
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<fmt:message key="conference.titleAdd" />
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</h4>
|
||||
|
||||
<form:form commandName="formConference" name="monForm">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user