Correction générale
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h4 class="title"><fmt:message key="delegateArticles.choose" /></h4>
|
||||
<h4 class="title"><fmt:message key="dipatchArticle.choose" /></h4>
|
||||
<p class="formHelp">
|
||||
<fmt:message key="disptachArticle.help" />
|
||||
</p>
|
||||
@@ -174,21 +174,13 @@
|
||||
<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} ${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>
|
||||
</table>
|
||||
</div>
|
||||
<div id='dispatcher${article.id}' class="textBox" style="display:none;">
|
||||
<table style="width:100%;">
|
||||
@@ -199,8 +191,8 @@
|
||||
</div>
|
||||
|
||||
</td><td>
|
||||
<input type="button" name="addButton" value="add>>>" onclick="addRemote()"/><br/>
|
||||
<input type="button" name="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="members.list2"/></h1>
|
||||
<div id="membersArticleList${article.id}" style="border:1px solid black; max-height:150px;overflow:auto;">
|
||||
|
||||
Reference in New Issue
Block a user