Files
edx-platform/lms/templates/graphical_slider_tool.html
2013-01-15 12:55:11 +02:00

15 lines
520 B
HTML

<div align="center" id="${element_id}" class="${element_class}">
<!-- hidden field to read configuration json from -->
<div class="${element_class}" id="${element_id}_json" style="display: none;">
${configuration_json}
</div>
<!-- hidden field to read configuration json from -->
<div class="${element_class}" id="${element_id}_plot_code" style="display: none;">
${plot_code}
</div>
<!-- main xml with marked places for sliders, numbers, and plot -->
${gst_html}
</div>