Changement Architecture de la page. Disclaimer-Menu
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
title=Yacos
|
||||
|
||||
###################
|
||||
# DISCLAIMER
|
||||
disclaimer.text=Copyrights <20> 2008. Yacos Team. All rights reserved.
|
||||
disclaimer.link.about=About
|
||||
|
||||
submission.title=Article's submission
|
||||
|
||||
form.submission.article.title=Article's title
|
||||
|
||||
@@ -1,11 +1,15 @@
|
||||
<%@ include file="/WEB-INF/decorators/include.jsp"%>
|
||||
|
||||
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
|
||||
<!-- Footer with credits -->
|
||||
<div id="globalfooter">
|
||||
Copyright Yacos Team 2008
|
||||
</div>
|
||||
<div id="globalfooter">
|
||||
<hr />
|
||||
<fmt:message key="disclaimer.text" /> - <a href="#"><fmt:message key="disclaimer.link.about" /></a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +1,17 @@
|
||||
<%@ include file="/WEB-INF/decorators/include.jsp"%>
|
||||
|
||||
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
|
||||
<!-- containerheader -->
|
||||
<div id="containerheader">
|
||||
<div id="leftdescription">
|
||||
<p>Application pour gérer les conférences. Outil libre dans le programme universitaire</p>
|
||||
</div>
|
||||
|
||||
<div id="rightchoice">
|
||||
|
||||
<c:choose>
|
||||
<div id="header">
|
||||
<div id="logoimage"><img src="./images/logo-yacos.png" alt="Logo Yacos Image" /></div>
|
||||
<div id="bar">
|
||||
<div id="rightchoice">
|
||||
|
||||
<c:choose>
|
||||
<c:when test="${idCurrentConference!=null}">
|
||||
La conférence courante est : ${idCurrentConference}.<br />
|
||||
<a href="<c:url value="listConference.htm"/>"><fmt:message key="conference.linkMenu.change" /></a>
|
||||
@@ -23,8 +22,10 @@
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
|
||||
</div>
|
||||
</div><!--containerheader-->
|
||||
</div>
|
||||
<div id="rightborder"></div>
|
||||
</div>
|
||||
</div><!--containerheader-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
|
||||
<!-- Globar bar navigation -->
|
||||
<div id="globalheader">
|
||||
<ul id="globalnav">
|
||||
<li><a href="#">HOME</a></li>
|
||||
<li><a href="#">INFOS</a></li>
|
||||
<li><a href="#">POST</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
13
YACOSWeb/WebContent/WEB-INF/decorators/headeruser.jsp
Normal file
13
YACOSWeb/WebContent/WEB-INF/decorators/headeruser.jsp
Normal file
@@ -0,0 +1,13 @@
|
||||
<%@ include file="/WEB-INF/decorators/include.jsp"%>
|
||||
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
|
||||
<!-- User Information -->
|
||||
<div id="userlogin">
|
||||
|
||||
User Login
|
||||
</div><!-- User Information -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -15,14 +15,18 @@
|
||||
|
||||
<body>
|
||||
|
||||
<!-- headermenu -->
|
||||
<div><page:applyDecorator name="empty" page="/WEB-INF/decorators/headermenu.jsp" /></div>
|
||||
|
||||
<!-- Main bloc -->
|
||||
<!-- Container -->
|
||||
<div id="container">
|
||||
|
||||
<!-- main header with choice conference -->
|
||||
<page:applyDecorator name="empty" page="/WEB-INF/decorators/headermainchoice.jsp" />
|
||||
<div id="logotexte"><img src="./images/logo-yacos-texte.png" alt="Logo Yacos Texte" /></div>
|
||||
|
||||
<!-- User Information -->
|
||||
<page:applyDecorator name="empty" page="/WEB-INF/decorators/headeruser.jsp" />
|
||||
|
||||
<!-- headermenu -->
|
||||
<page:applyDecorator name="empty" page="/WEB-INF/decorators/headerchoose.jsp" />
|
||||
|
||||
<!-- Main bloc -->
|
||||
|
||||
<div id="main">
|
||||
|
||||
@@ -36,10 +40,11 @@
|
||||
|
||||
</div><!--maincontent-->
|
||||
</div><!--main-->
|
||||
</div><!--container-->
|
||||
|
||||
|
||||
<!-- footer -->
|
||||
<div><page:applyDecorator name="empty" page="/WEB-INF/decorators/footer.jsp" /></div>
|
||||
<page:applyDecorator name="empty" page="/WEB-INF/decorators/footer.jsp" />
|
||||
|
||||
</div><!--container-->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user