]> git.parisson.com Git - teleforma.git/commitdiff
add help page
authoryomguy <yomguy@parisson.com>
Tue, 10 Jul 2012 09:58:03 +0000 (11:58 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 10 Jul 2012 09:58:03 +0000 (11:58 +0200)
teleforma/templates/teleforma/help.html [new file with mode: 0644]

diff --git a/teleforma/templates/teleforma/help.html b/teleforma/templates/teleforma/help.html
new file mode 100644 (file)
index 0000000..cf68864
--- /dev/null
@@ -0,0 +1,32 @@
+{% extends "teleforma/base.html" %}
+{% load telemeta_utils %}
+{% load teleforma_tags %}
+{% load i18n %}
+
+{% block content %}
+
+
+
+{% block modules %}
+<div id="module-set-left" style="width: 20%">
+<div class="module">
+<h3><img src="{% url telemeta-images "module_playlist.png" %}" alt="index" style="vertical-align:middle" />{% trans "Help" %}</h3>
+<div style="background: white;">
+<ul>
+   <li><a href="#recommandations">Recommandations</a></li>
+   <li><a href="#demonstrations">Démonstrations</a></li>
+   <li><a href="#faq">FAQ</a></li>
+   <li><a href="#support">Support</a></li>
+
+</ul>
+</div>
+</div>
+</div>
+{% endblock %}
+
+<div class="desk_messages">
+{{ page_content|render_flatpage }}
+</div>
+
+{% endblock %}
+