Changement Architecture de la page. Disclaimer-Menu

This commit is contained in:
Nicolas Michard
2008-01-24 15:24:51 +00:00
parent 11fbc6e030
commit 0a7f675aa4
19 changed files with 116 additions and 96 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View 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>

View File

@@ -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>