message
je sais plus
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
</fmt:message>
|
||||
|
||||
<p class="formHelp"><fmt:message key="conference.help.step2" /></p>
|
||||
<p class="formHelp"><fmt:message key="conference.help.step2datelimit" /></p>
|
||||
<form:form commandName="formConference">
|
||||
<table class="form">
|
||||
<tbody>
|
||||
|
||||
@@ -8,7 +8,13 @@
|
||||
<c:choose>
|
||||
<c:when test="${currentConferenceId != null}">
|
||||
<!-- Main page for current conference -->
|
||||
<h4 class="title">${currentConference.title}</h4>
|
||||
<h4 class="title">
|
||||
|
||||
${fn:substring(currentConference.title, 0, 90)}
|
||||
<c:if test="${fn:length(currentConference.title) > 91}">
|
||||
...
|
||||
</c:if>
|
||||
</h4>
|
||||
|
||||
<c:if test="${end != null}">
|
||||
<div class="warningBox">
|
||||
@@ -16,7 +22,14 @@
|
||||
</div>
|
||||
</c:if>
|
||||
|
||||
<center><h1 class="maintitle">${currentConference.title}</h1></center>
|
||||
<center><h1 class="maintitleconf" title="${currentConference.title}">
|
||||
${fn:substring(currentConference.title, 0, 40)}
|
||||
<c:if test="${fn:length(currentConference.title) > 41}">
|
||||
...
|
||||
</c:if>
|
||||
</h1></center>
|
||||
|
||||
|
||||
<h3 class="descriptionTitle"><fmt:message key="conference.detail.description" /></h3>
|
||||
<div class="textBox">
|
||||
${currentConference.description }
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
<form:form method="post" enctype="multipart/form-data" commandName="submissionArticle" id="account_data">
|
||||
|
||||
<p class="legend"><fmt:message key="form.article.information" /></p>
|
||||
<p class="formHelp"><fmt:message key="conference.help.step2datelimit" /></p>
|
||||
|
||||
<fieldset>
|
||||
<span class="info"><fmt:message key="form.field.necessary" /></span>
|
||||
|
||||
Reference in New Issue
Block a user