Files
edx-platform/lms/templates/graphical_slider_tool.html
valera-rozuvan 0913e9ef69 Work on GST.
2013-01-15 12:51:55 +02:00

13 lines
509 B
HTML

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