File: tooltip.ecpp

package info (click to toggle)
vdr-plugin-live 3.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,116 kB
  • sloc: cpp: 12,988; javascript: 3,220; makefile: 241; sh: 40
file content (34 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
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
28
29
30
31
32
33
34
<%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 display_scraper>
<%args>
domId;
</%args>
href="epginfo.html?epgid=<$ domId $>&tab=scraper"
</%def>

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