Correction générale

This commit is contained in:
Frederic Debuire
2008-02-25 23:22:25 +00:00
parent 90f615cbab
commit 87e8364511
32 changed files with 372 additions and 242 deletions

View File

@@ -156,19 +156,10 @@
<div id="title${article.id}" onclick="showDetail(${article.id})">
<table style="width:100%;text-align:center;">
<tr>
<td><img src="./images/cc-wp-64x64.png"></td>
<td>title : ${article.title}
<br/>theme: ${article.topic}
<br/>main author: ${article.mainAuthor.firstName}${article.mainAuthor.lastName}
<c:if test="${!empty article.secondaryAuthors}">
<br/>secondaries authors:
<c:forEach var="author" items="${article.secondaryAuthors}">
<br/>${author}
</c:forEach>
</c:if>
<td width="20%"><img src="./images/cc-wp-24x24.png"></td>
<td width="60%"><a href="<c:url value='detailArticle.htm?id=${article.id}'/>"><b>${article.title}</b></a> by ${article.mainAuthor.firstName}&nbsp;${article.mainAuthor.lastName}
</td>
<td><a href="<c:url value='detailArticle.htm?id=${article.id}'/>">article's detail</a></td>
<td width="20%"><img src="./images/1uparrow.png"></td>
</tr>
</table>
</div>
@@ -181,8 +172,8 @@
</div>
</td><td>
<input type="button" id="addButton" value="add>>>" onclick="addRemote()"/><br/>
<input type="button" id="removeButton" value="<<<remove" onclick="removeRemote()"/>
<img id="addButton" src="./images/agt_forward.png" onclick="addRemote()"><br />
<img id="removeButton" src="./images/agt_back.png" onclick="removeRemote()">
</td><td>
<h1><fmt:message key="delegateArticles.list2"/></h1>
<div id="refereesArticleList${article.id}" style="border:1px solid black; max-height:150px;overflow:auto;">