source: trunk/adm/website/_templates/index.html @ 38

Last change on this file since 38 was 38, checked in by pinsard, 13 years ago

add data files in website

File size: 832 bytes
Line 
1{% extends "layout.html" %}
2{% set title = 'Overview' %}
3{% block body %}
4
5
6<!--
7
8 - fplod 20110407T081546Z aedon.locean-ipsl.upmc.fr (Darwin)
9
10   * creation from NetworkX
11     see http://networkx.lanl.gov/index.html and
12     networkx/doc/source/templates/index.html
13
14-->
15<h2>Overview</h2>
16
17<blockquote>
18<p>
19Coming soon ... Everything about TROPFLUX dataset
20</p>
21</blockquote>
22
23<h2>Documentation</h2>
24
25<table class="contentstable" align="center" style="margin-left: 30px">
26 <tr><td>
27    <p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">Contents</a>
28    <span class="linkdescr">a complete overview</span></p>
29  </td></tr>
30 <tr><td>
31    <p class="biglink"><a class="biglink" href="{{ pathto("data_out") }}">Data</a>
32       <span class="linkdescr">TropFlux dataset</span></p>
33  </td></tr>
34</table>
35
36{% endblock %}
Note: See TracBrowser for help on using the repository browser.