/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ /** * Displays the phonelist from a phone system * * @param unique id for this widget * @param a title to display * @param the number of displayed lines, default 10 */ {% macro list(id, title, count) %} {% set uid = uid(page, id) %}
{% if title %}

{{ title }}

{% endif %}
{% endmacro %} /** * Displays the phonelist (only missed phonecalls) from a phone system * * @param unique id for this widget * @param a title to display * @param the number of displayed lines, default 3 */ {% macro missedlist(id, title, count) %} {% set uid = uid(page, id) %}
{% if title %}

{{ title }}

{% endif %}
{% endmacro %}