diff -r 3848e1813a30 -r b5bddcba23c1 alcatel/django/templates/document/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/alcatel/django/templates/document/index.html Wed Aug 14 16:37:26 2013 +0200 @@ -0,0 +1,63 @@ + + +{% extends "document/document.html" %} + + +{% comment %} + +Main page of the portal. + +{% endcomment %} + + + +{% block head %} + + + + + + + + +{% endblock %} + + +
+

Welcome, {{ user.username }}

+

This is the main page of the web portal.

+
+ + + +{% block content %} + +
+

Filtres

+ +
+ +

Treemap et sa timeline sous forme de streamgraph

+ +
+ +
+ +
+ +

+
+ + + + + + + + +{% endblock %} + + + + +