Manage your article : on peut downloader, modifier, supprimer (à finaliser)

This commit is contained in:
Frederic Debuire
2008-02-16 00:55:18 +00:00
parent e7be4d4d1b
commit f31e946d2d
12 changed files with 143 additions and 33 deletions

View File

@@ -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>