graphical_slider_tool.html 342 Bytes
Newer Older
Alexander Kryklia committed
1
<div align="center" id="${element_id}" class="${element_class}">
2 3 4 5
    <!-- hidden field to read configuration json from -->
    <div class="${element_class}" id="${element_id}_json" style="display: none;">
        ${configuration_json}
    </div>
6

7
    <!-- main xml with marked places for sliders, numbers, and plot -->
valera-rozuvan committed
8
    ${gst_html}
Alexander Kryklia committed
9
</div>