Corrections diverses
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
<c:when test="${empty listArticle}">
|
||||
<div class="warningBox">
|
||||
You have no article at the moment.<br />
|
||||
You can submit an article in clicking
|
||||
You can submit an article by clicking
|
||||
<a href="submissionArticle.htm">here</a>
|
||||
or using the item menu.<br />
|
||||
or using the menu item.<br />
|
||||
</div>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
@@ -36,21 +36,26 @@
|
||||
<table width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="50%" align="center">
|
||||
<td>
|
||||
<ul>
|
||||
<li>Secondary Authors:
|
||||
<li>
|
||||
<h2>Secondary Authors:</h2>
|
||||
<ul>
|
||||
<c:forEach var="sAuthor" items="${article.secondaryAuthors}">
|
||||
<li><b>${sAuthor}</b></li>
|
||||
</c:forEach>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Topic: <b>${article.topic}</b></li>
|
||||
<li>
|
||||
<h2>Topic:</h2>
|
||||
<b>${article.topic}</b>
|
||||
</li>
|
||||
<li>
|
||||
<h2>Abstract :</h2>
|
||||
${article.abstractText}
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td width="50%" align="center">
|
||||
${article.abstractText}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
|
||||
Reference in New Issue
Block a user