<%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 { <{ bool active = false; for (cRecording* recording = Recordings.First(); recording != 0; recording = Recordings.Next( recording ) ) { const cRecordingInfo* recInfo = recording->Info(); active = !active; }> "> <{ } } }>
<$ tr("Date") $> <$ tr("Time") $> <$ tr("Name") $>
<$ FormatDateTime(tr("%a, %b %d"), recording->start) $> <$ FormatDateTime(tr("%I:%M %p"), recording->start) $> <$ recording->Name() $>