<%pre> #include #include #include "setup.h" using namespace vdrlive; <%session scope="global"> bool logged_in(false); <%include>page_init.eh <{ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); }> <%cpp> pageTitle = tr("Remote Control"); <& pageelems.doc_type &> VDR-Live - <$ pageTitle $> <& pageelems.ajax_js &> <& pageelems.logo &> <& menu active="remote" &>

Power 1 2 3 4 5 6 7 8 9 0 Vol+ Vol- P+ P- Mute Record Menu Exit Up Right Down Left Ok Red Green Yellow Blue
<$ tr("Interval:") $>
<%include>page_exit.eh