/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Onkel Andy * @copyright 2017 - 2020 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_multimedia.html" %} {% block example %} Display the current time of a song on a slider.
{% filter trim|escape|nl2br %}{% verbatim %}
{{ multimedia.timeslider('timeslider1', 'item_time', 'item_play', 'item_duration', '1') }}
{% endverbatim %}{% endfilter %}
{% filter trim|escape|nl2br %}{% verbatim %}
{{ multimedia.timeslider('', 'item_time2', 'item_play', 'item_duration2', '1') }}
{% endverbatim %}{% endfilter %}