Manage your article : on peut downloader, modifier, supprimer (à finaliser)
This commit is contained in:
@@ -9,8 +9,17 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h4 class="title">
|
||||
<c:choose>
|
||||
<c:when test="${param['action'] eq 'modify'}">
|
||||
<fmt:message key="submission.modify" />
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<fmt:message key="submission.title" />
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</h4>
|
||||
|
||||
<h4 class="title"><fmt:message key="submission.title" /></h4>
|
||||
<form:form method="post" enctype="multipart/form-data" commandName="submissionArticle">
|
||||
<fieldset>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user