13 lines
509 B
HTML
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>
|