This commit is contained in:
Maxime Dagnicourt
2008-02-24 12:53:31 +00:00
parent 9a6b799ef1
commit 7bdf106977
6 changed files with 51 additions and 31 deletions

View File

@@ -2,13 +2,20 @@
<html>
<head></head>
<body>
<body>
<c:choose>
<c:when test="${currentConferenceId != null}">
<!-- Main page for current conference -->
<h4 class="title">${currentConference.title}</h4>
<c:if test="${end != null}">
<div class="warningBox">
Sorry, the ${end} period is over !
</div>
</c:if>
<center><h1 class="maintitle">${currentConference.title}</h1></center>
<h3 class="descriptionTitle"><fmt:message key="conference.detail.description" /></h3>
<div class="textBox">