Updated template for crystallography so that it corresponds to the cnahges made in the JS part.

This commit is contained in:
Valera Rozuvan
2012-11-21 16:52:17 +02:00
parent a3db017580
commit aaeffa5316

View File

@@ -1,7 +1,13 @@
<section id="inputtype_${id}" class="capa_inputtype" >
<div class="crystalography_problem" style="width:${width};height:${height}"></div>
<select class="input_lattice"></select>
<div class="input_lattice">
Type: <select></select>
</div>
<div class="intersection_type">
Triangle: <input type="radio" value="triangle" />
Full: <input type ="radio" value="full" />
</div>
<div class="script_placeholder" data-src="/static/js/raphael.js"></div>
<div class="script_placeholder" data-src="/static/js/sylvester.js"></div>