blob: 681bea8ca7b2b4807a341fa86074e6026e1dcb5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<%pre>
#include <vdr/plugin.h>
#include <vdr/config.h>
</%pre>
<div class="menu">
<a href="whats_on.html?type=now"><$ tr("What's on now?") $></a><br/>
<a href="whats_on.html?type=next"><$ tr("What's on next?") $></a><br/>
<a href="schedule.html"><$ tr("Schedule") $></a><br />
<a href="timers.html"><$ tr("Timers") $></a><br />
<a href="recordings.html"><$ tr("Recordings") $></a><br />
<a href="remote.html"><$ tr("Remote Control") $></a>
</div>
|