<%pre> #include #include #include #include "tools.h" #include "recordings.h" using namespace vdrlive; <%args> <{ }> VDR-Live - <$ tr("Recordings") $>
VDR Live! <& menu &>
<$ tr("Recordings") $>
% if (Recordings.Count() == 0) { Keine Aufnahmen vorhanden % } else {
<$ tr("Structure") $> <$ tr("Date") $> <$ tr("Time") $> <$ tr("Name") $>
% RecordingsTree recordingsTree; % std::string pathArg("Filme"); % esyslog("DH: calling component: %s with arg %s", "recordings_item", pathArg.c_str());
<& recordings_item path=("Serien") path=("Familie Heinz Becker") &>
% }