summaryrefslogtreecommitdiff
path: root/pages/tooltip.ecpp
blob: ed1a31abd1f1b9970cff050194d90caa77bd4fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<%pre>

#include <setup.h>

using namespace vdrlive;

</%pre>
<%def hint>
<%args>
text;
</%args>
title="<$ text $>"
</%def>

<%def display>
<%args>
domId;
</%args>
href="epginfo.html?epgid=<$ domId $>"
</%def>

<%def help>
<%args>
text;
</%args>
<img src="<$ LiveSetup().GetThemedLink("img", "help.png") $>" alt="" <& hint text=(text) &>></img>
</%def>