src/hdalab/templates/renkan_edit.html
changeset 407 3f64001a8e1f
parent 385 b9fa11411e13
child 409 ee7d77197432
--- a/src/hdalab/templates/renkan_edit.html	Fri Dec 12 13:39:26 2014 +0100
+++ b/src/hdalab/templates/renkan_edit.html	Tue Dec 16 10:49:52 2014 +0100
@@ -9,6 +9,7 @@
         <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/ui-lightness/jquery-ui-1.10.4.min.css' %}" />
         <link rel="stylesheet" type="text/css" href="{% static 'renkanmanager/lib/renkan/css/renkan.css' %}" />
         <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/additionnal_renkan.css' %}" />
+        <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/renkan_help.css' %}" />
         <link rel="stylesheet" type="text/css" href="{% static 'hdalab/lib/bjqs.css' %}" />
 {% endblock %}
 
@@ -166,13 +167,29 @@
 {% endblock %}
 
 {% block main_content %}
+<div class="all-title">
+	<h1><strong>RENKAN</strong></h1>
+	<div class="renkan_help">
+		<ul id="graph-layout">
+			<li>
+				{% trans 'Graph Layout' %}
+				<ul>
+					{% if 'shape=circle' in switch_shape_url %}
+						<li id="graph-line"><a href="">&#10003&nbsp;{% trans 'See the graph in line' %}</a></li>
+						<li id="graph-circle"><a href="{{ switch_shape_url }}">&nbsp;&nbsp;{% trans 'See the graph in circle' %}</a></li>
+					{% else %}
+						<li id="graph-line"><a href="{{ switch_shape_url }}">&nbsp;&nbsp;{% trans 'See the graph in line' %}</a></li>
+						<li id="graph-circle"><a href="">&#10003&nbsp;{% trans 'See the graph in circle' %}</a></li>
+					{% endif %}
+				</ul>
+			</li>
+		</ul>
+		<a id="toggle-help" href="#"></a>
+	</div>
+</div>
 <div id="dialog-form" title="Identification">
 	{% include 'ajax_identification/ajax_login.html' %}
 </div>
-<div class="renkan_help">
-  <span id="circle-shape"><a href="{{ switch_shape_url }}">{% if 'shape=circle' in switch_shape_url %}{% trans 'See the graph in circle' %}{% else %}{% trans 'See the graph in lines' %}{% endif %}</a></span>
-  <a id="toggle-help" href="#"></a>
-</div>
 
 <div id="help-container" class="">
 	<div id="help-slideshow">