From 51d6eb32ca209b0aa1b10c905db2f85e27a50ce5 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Fri, 5 Jan 2007 17:50:11 +0000 Subject: Neu --- pages/new_timer.ecpp | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 pages/new_timer.ecpp (limited to 'pages') diff --git a/pages/new_timer.ecpp b/pages/new_timer.ecpp new file mode 100644 index 0000000..e8c27e7 --- /dev/null +++ b/pages/new_timer.ecpp @@ -0,0 +1,114 @@ +<%pre> +#include +#include +#include +#include +#include "setup.h" +#include "tools.h" + +using namespace vdrlive; + + +<%args> + +<{ + ReadLock channelsLock( Channels ); + if (channelsLock) { +}> + + + VDR Live - <$ tr("New timer") $> + + + +
+ VDR Live! +<& menu > +
+
+
<$ tr("New timer") $>
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Timer aktiv: + Ja + Nein +
+ Kanal: + + +
Titel
Tag der Aufnahme
Wochentag + Montag + Dienstag + Mittwoch + Donnerstag + Freitag + Samstag + Sonntag +
Startzeit: :
Endzeit: :
VPS verwenden
Priorität:
Lebensdauer:
+
+
+ + +<{ + } +}> \ No newline at end of file -- cgit v1.2.3