src/hdalab/templates/renkan_edit.html
changeset 409 ee7d77197432
parent 407 3f64001a8e1f
child 411 5e3f4a5f0900
equal deleted inserted replaced
408:bac9b406de8e 409:ee7d77197432
   168 
   168 
   169 {% block main_content %}
   169 {% block main_content %}
   170 <div class="all-title">
   170 <div class="all-title">
   171 	<h1><strong>RENKAN</strong></h1>
   171 	<h1><strong>RENKAN</strong></h1>
   172 	<div class="renkan_help">
   172 	<div class="renkan_help">
   173 		<ul id="graph-layout">
   173 		<ul>
   174 			<li>
   174 			<li>
   175 				{% trans 'Graph Layout' %}
   175 				{% trans 'Changer de disposition' %}
       
   176 				<p> {% trans '(Indisponible si modification du RENKAN)' %}</p>
   176 				<ul>
   177 				<ul>
   177 					{% if 'shape=circle' in switch_shape_url %}
   178 					{% if 'shape=circle' in switch_shape_url %}
   178 						<li id="graph-line"><a href="">&#10003&nbsp;{% trans 'See the graph in line' %}</a></li>
   179 						<li id="graph-line"><a href="">&#10003&nbsp;{% trans 'See the graph in line' %}</a></li>
   179 						<li id="graph-circle"><a href="{{ switch_shape_url }}">&nbsp;&nbsp;{% trans 'See the graph in circle' %}</a></li>
   180 						<li id="graph-circle"><a href="{{ switch_shape_url }}">&nbsp;&nbsp;&nbsp;{% trans 'See the graph in circle' %}</a></li>
   180 					{% else %}
   181 					{% else %}
   181 						<li id="graph-line"><a href="{{ switch_shape_url }}">&nbsp;&nbsp;{% trans 'See the graph in line' %}</a></li>
   182 						<li id="graph-line"><a href="{{ switch_shape_url }}">&nbsp;&nbsp;&nbsp;{% trans 'See the graph in line' %}</a></li>
   182 						<li id="graph-circle"><a href="">&#10003&nbsp;{% trans 'See the graph in circle' %}</a></li>
   183 						<li id="graph-circle"><a href="">&#10003&nbsp;{% trans 'See the graph in circle' %}</a></li>
   183 					{% endif %}
   184 					{% endif %}
   184 				</ul>
   185 				</ul>
   185 			</li>
   186 			</li>
   186 		</ul>
   187 		</ul>