Commit aaeffa53 by Valera Rozuvan

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

parent a3db0175
<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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment