source: ether_eccad/trunk/ECCAD_INTERFACE/JSF/commun/verticalLink.jsp @ 70

Last change on this file since 70 was 70, checked in by cbipsl, 14 years ago

maj eccad V3.2

  • Property svn:executable set to *
File size: 551 bytes
Line 
1<%@ page contentType="text/html" %>
2<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
3<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
4
5<f:verbatim>
6        <div style="width: 100%; margin-top: 10px" align="center">
7                <div class="copyright">Copyright 2006-2008<br/>CNES-CNRS</div>
8</f:verbatim>
9                <h:outputLink value="#{UrlBean.url.url_home}">
10                        <h:graphicImage value="/images/ECCAD_small.gif" width="100px"></h:graphicImage>
11                </h:outputLink>
12<f:verbatim>
13        </div>
14        <div class="nom" style="width: 100%;">
15               
16        </div>
17</div>
18</f:verbatim>
Note: See TracBrowser for help on using the repository browser.