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

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

fill website pages

File size: 1011 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<table class="contentstable" align="center" style="margin-left: 30px">
16 <tr><td>
17    <p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">Contents</a>
18    <span class="linkdescr">a complete overview</span></p>
19  </td></tr>
20 <tr><td>
21    <p class="biglink"><a class="biglink" href="{{ pathto("data_out_website") }}">Data access</a></p>
22  </td></tr>
23 <tr><td>
24    <p class="biglink"><a class="biglink" href="{{ pathto("documentation") }}">Documentation</a></p>
25  </td></tr>
26 <tr><td>
27    <p class="biglink"><a class="biglink" href="{{ pathto("publications") }}">Publications</a></p>
28  </td></tr>
29
30 <tr><td>
31    <p class="biglink"><a class="biglink" href="{{ pathto("contact") }}">Contact us</a></p>
32</table>
33
34{% endblock %}
Note: See TracBrowser for help on using the repository browser.