Début du management d'article
This commit is contained in:
59
YACOSWeb/WebContent/WEB-INF/jsp/manageArticle.jsp
Normal file
59
YACOSWeb/WebContent/WEB-INF/jsp/manageArticle.jsp
Normal file
@@ -0,0 +1,59 @@
|
||||
<%@ include file="/WEB-INF/decorators/include.jsp"%>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<script type='text/javascript' src='./javascripts/prototype.js'></script>
|
||||
<script type='text/javascript' src='./javascripts/scriptaculous.js'></script>
|
||||
<script type='text/javascript' src='./javascripts/effects.js'></script>
|
||||
<script type='text/javascript' src='./dwr/engine.js'></script>
|
||||
<script type='text/javascript' src='./dwr/util.js'></script>
|
||||
<script type='text/javascript' src='./dwr/interface/ManagerArticleJS.js'></script>
|
||||
<script type='text/javascript'
|
||||
src='./javascripts/yacos/manageArticle.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h4 class="title"><fmt:message key="manageArticle.title" /></h4>
|
||||
|
||||
<div id="authorList" class="dynamicList" align="center">
|
||||
<div class="dynamicListHeader"><fmt:message
|
||||
key="listarticle.title" /></div>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<div id="articleDetails" style="display: none;">
|
||||
<table border="1" id="tableArticle">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Details</th>
|
||||
<th>Download</th>
|
||||
<th>Modify</th>
|
||||
<th>Suppress</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<ul class="article">
|
||||
<li class="title"><b><span id="articleTitle">Title</span></b></li>
|
||||
<li class="author">Author: <b><span id="articleAuthor">Author</span></b></li>
|
||||
<li class="secondaryAuthors">Secondary Authors: <span
|
||||
id="secondaryAuthor">Secondary</span></li>
|
||||
<li class="topic">Topic: <b><span id="articleTopic">Topic</span></b></li>
|
||||
</ul>
|
||||
</td>
|
||||
<td><a id="articleURL" href="" />Download the article</a></td>
|
||||
<td><a id="modifyArticle" href="" />Modify the article</a></td>
|
||||
<td><a id="suppressArticle" href="" />Suppress the article</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user