/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ /** * VLC with Browser-Plugin * * @param unique id for this widget * @param the url of video-file * @param width of Popup * @param height of popup */ {% macro vlc(id, url, width, height) %} {% set uid = uid(page, id) %}