src/hdalab/templates/renkan_edit.html
changeset 432 e66d0d91650d
parent 424 33a1260273bc
child 433 bffe8dfa3a7f
equal deleted inserted replaced
431:adb0be6dfdcf 432:e66d0d91650d
   182 			<li>
   182 			<li>
   183 				{% trans 'Changer de disposition' %}
   183 				{% trans 'Changer de disposition' %}
   184 				<p> {% trans '(Indisponible si modification du RENKAN)' %}</p>
   184 				<p> {% trans '(Indisponible si modification du RENKAN)' %}</p>
   185 				<ul>
   185 				<ul>
   186 					{% if 'shape=vert' in switch_shape_url.current %}
   186 					{% if 'shape=vert' in switch_shape_url.current %}
   187 						<li id="graph-line"><a href="">&#10003&nbsp;{% trans 'See the graph in column' %}</a></li>
   187 						<li id="graph-line"><a href="">&#10003&nbsp;{% trans 'Voir le graph en colonne' %}</a></li>
   188 						<li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}">&nbsp;&nbsp;&nbsp;{% trans 'See the graph in line' %}</a></li>
   188 						<li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}">&nbsp;&nbsp;&nbsp;{% trans 'Voir le graph en ligne' %}</a></li>
   189 						<li id="graph-circle"><a href="{{ switch_shape_url.circle }}">&nbsp;&nbsp;&nbsp;{% trans 'See the graph in circle' %}</a></li>
   189 						<li id="graph-circle"><a href="{{ switch_shape_url.circle }}">&nbsp;&nbsp;&nbsp;{% trans 'Voir le graph en cercle' %}</a></li>
   190 					{% elif 'shape=horiz' in switch_shape_url.current %}
   190 					{% elif 'shape=horiz' in switch_shape_url.current %}
   191 						<li id="graph-line"><a href="{{ switch_shape_url.vert }}">&nbsp;&nbsp;&nbsp;{% trans 'See the graph in column' %}</a></li>
   191 						<li id="graph-line"><a href="{{ switch_shape_url.vert }}">&nbsp;&nbsp;&nbsp;{% trans 'Voir le graph en colonne' %}</a></li>
   192 						<li id="graph-lineH"><a href="">&#10003&nbsp;{% trans 'See the graph in line' %}</a></li>
   192 						<li id="graph-lineH"><a href="">&#10003&nbsp;{% trans 'Voir le graph en ligne' %}</a></li>
   193 						<li id="graph-circle"><a href="{{ switch_shape_url.circle }}">&nbsp;&nbsp;&nbsp;{% trans 'See the graph in circle' %}</a></li>
   193 						<li id="graph-circle"><a href="{{ switch_shape_url.circle }}">&nbsp;&nbsp;&nbsp;{% trans 'Voir le graph en cercle' %}</a></li>
   194 					{% else %}
   194 					{% else %}
   195 						<li id="graph-line"><a href="{{ switch_shape_url.vert }}">&nbsp;&nbsp;&nbsp;{% trans 'See the graph in column' %}</a></li>
   195 						<li id="graph-line"><a href="{{ switch_shape_url.vert }}">&nbsp;&nbsp;&nbsp;{% trans 'Voir le graph en colonne' %}</a></li>
   196 						<li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}">&nbsp;&nbsp;&nbsp;{% trans 'See the graph in line' %}</a></li>
   196 						<li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}">&nbsp;&nbsp;&nbsp;{% trans 'Voir le graph en ligne' %}</a></li>
   197 						<li id="graph-circle"><a href="">&#10003&nbsp;{% trans 'See the graph in circle' %}</a></li>
   197 						<li id="graph-circle"><a href="">&#10003&nbsp;{% trans 'Voir le graph en cercle' %}</a></li>
   198 					{% endif %}
   198 					{% endif %}
   199 				</ul>
   199 				</ul>
   200 			</li>
   200 			</li>
   201 		</ul>
   201 		</ul>
   202 		<a id="toggle-help" href="#"></a>
   202 		<a id="toggle-help" href="#"></a>