source: ether_eccad/trunk/ECCAD_INTERFACE/original/Global.html @ 68

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

commit v1 eccad

  • Property svn:executable set to *
File size: 658 bytes
Line 
1<html>
2<head>
3  <title> ECCAD </title>
4  <link rel="stylesheet" 
5        href="./Eccad.css"
6        type="text/css"
7        media="all">
8</head>
9
10<body>
11<div id="page">
12<div id="bandeau_haut">
13  <div class="colLogo">
14    <img src="./images/ether.jpg"></img>
15  </div>
16  <div class="colEntete">
17    <div class="copyright">Copyright 2006 CNES-CNRS</div>
18    <div class="titre_site">
19    ECCAD
20    </div>
21    <div class="navigH">
22      <a href="#">Project description</a>|
23      <a href="#">Context</a>|
24      <a href="#">Data</a>
25    </div>
26  </div>
27</div>
28
29
30  <object id="centre" data="http://zeus.medias.cnes.fr/eccad/CODEPHP/Select.php" type="text/html">
31
32</div>
33</body>
34</html>
Note: See TracBrowser for help on using the repository browser.