This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user