From bcbf441e09fb502cf64924ff2530fa144bdf52c5 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Mon, 13 Aug 2007 18:41:27 +0000 Subject: * Move files to trunk --- wml/images/apply.wbm | Bin 0 -> 30 bytes wml/images/back.wbm | Bin 0 -> 36 bytes wml/images/delete.wbm | Bin 0 -> 36 bytes wml/images/edit.wbm | Bin 0 -> 36 bytes wml/images/find.wbm | Bin 0 -> 36 bytes wml/images/forward.wbm | Bin 0 -> 36 bytes wml/images/home.wbm | Bin 0 -> 36 bytes wml/images/movie.wbm | Bin 0 -> 388 bytes wml/images/new.wbm | Bin 0 -> 36 bytes wml/images/off.wbm | Bin 0 -> 36 bytes wml/images/on.wbm | Bin 0 -> 36 bytes wml/images/onoff.wbm | Bin 0 -> 36 bytes wml/images/record.wbm | Bin 0 -> 36 bytes wml/images/refresh.wbm | Bin 0 -> 36 bytes wml/images/watch.wbm | Bin 0 -> 36 bytes wml/images/xxv.wbm | Bin 0 -> 132 bytes wml/next.tmpl | 1 + wml/now.tmpl | 49 +++++++++++++++++++++++++++ wml/program.tmpl | 80 ++++++++++++++++++++++++++++++++++++++++++++ wml/search.tmpl | 51 ++++++++++++++++++++++++++++ wml/skin.cfg | 15 +++++++++ wml/tlist.tmpl | 79 +++++++++++++++++++++++++++++++++++++++++++ wml/tsearch.tmpl | 1 + wml/wapd.tmpl | 2 ++ wml/widgets/checkbox.tmpl | 17 ++++++++++ wml/widgets/confirm.tmpl | 13 +++++++ wml/widgets/date.tmpl | 1 + wml/widgets/dir.tmpl | 12 +++++++ wml/widgets/err.tmpl | 21 ++++++++++++ wml/widgets/file.tmpl | 10 ++++++ wml/widgets/footer.tmpl | 22 ++++++++++++ wml/widgets/formEnd.tmpl | 7 ++++ wml/widgets/formStart.tmpl | 18 ++++++++++ wml/widgets/hidden.tmpl | 3 ++ wml/widgets/host.tmpl | 4 +++ wml/widgets/integer.tmpl | 4 +++ wml/widgets/link.tmpl | 1 + wml/widgets/list.tmpl | 27 +++++++++++++++ wml/widgets/littlemenu.tmpl | 10 ++++++ wml/widgets/menu.tmpl | 18 ++++++++++ wml/widgets/message.tmpl | 21 ++++++++++++ wml/widgets/password.tmpl | 4 +++ wml/widgets/radio.tmpl | 17 ++++++++++ wml/widgets/redirect.tmpl | 1 + wml/widgets/start.tmpl | 5 +++ wml/widgets/string.tmpl | 4 +++ wml/widgets/table.tmpl | 35 +++++++++++++++++++ 47 files changed, 553 insertions(+) create mode 100644 wml/images/apply.wbm create mode 100644 wml/images/back.wbm create mode 100644 wml/images/delete.wbm create mode 100644 wml/images/edit.wbm create mode 100644 wml/images/find.wbm create mode 100644 wml/images/forward.wbm create mode 100644 wml/images/home.wbm create mode 100644 wml/images/movie.wbm create mode 100644 wml/images/new.wbm create mode 100644 wml/images/off.wbm create mode 100644 wml/images/on.wbm create mode 100644 wml/images/onoff.wbm create mode 100644 wml/images/record.wbm create mode 100644 wml/images/refresh.wbm create mode 100644 wml/images/watch.wbm create mode 100644 wml/images/xxv.wbm create mode 120000 wml/next.tmpl create mode 100644 wml/now.tmpl create mode 100644 wml/program.tmpl create mode 100644 wml/search.tmpl create mode 100644 wml/skin.cfg create mode 100644 wml/tlist.tmpl create mode 120000 wml/tsearch.tmpl create mode 100644 wml/wapd.tmpl create mode 100644 wml/widgets/checkbox.tmpl create mode 100644 wml/widgets/confirm.tmpl create mode 120000 wml/widgets/date.tmpl create mode 100644 wml/widgets/dir.tmpl create mode 100644 wml/widgets/err.tmpl create mode 100644 wml/widgets/file.tmpl create mode 100644 wml/widgets/footer.tmpl create mode 100644 wml/widgets/formEnd.tmpl create mode 100644 wml/widgets/formStart.tmpl create mode 100644 wml/widgets/hidden.tmpl create mode 100644 wml/widgets/host.tmpl create mode 100644 wml/widgets/integer.tmpl create mode 100644 wml/widgets/link.tmpl create mode 100644 wml/widgets/list.tmpl create mode 100644 wml/widgets/littlemenu.tmpl create mode 100644 wml/widgets/menu.tmpl create mode 100644 wml/widgets/message.tmpl create mode 100644 wml/widgets/password.tmpl create mode 100644 wml/widgets/radio.tmpl create mode 100644 wml/widgets/redirect.tmpl create mode 100644 wml/widgets/start.tmpl create mode 100644 wml/widgets/string.tmpl create mode 100644 wml/widgets/table.tmpl (limited to 'wml') diff --git a/wml/images/apply.wbm b/wml/images/apply.wbm new file mode 100644 index 0000000..138dc3a Binary files /dev/null and b/wml/images/apply.wbm differ diff --git a/wml/images/back.wbm b/wml/images/back.wbm new file mode 100644 index 0000000..4ac8324 Binary files /dev/null and b/wml/images/back.wbm differ diff --git a/wml/images/delete.wbm b/wml/images/delete.wbm new file mode 100644 index 0000000..bf37cb5 Binary files /dev/null and b/wml/images/delete.wbm differ diff --git a/wml/images/edit.wbm b/wml/images/edit.wbm new file mode 100644 index 0000000..cdafaec Binary files /dev/null and b/wml/images/edit.wbm differ diff --git a/wml/images/find.wbm b/wml/images/find.wbm new file mode 100644 index 0000000..8955777 Binary files /dev/null and b/wml/images/find.wbm differ diff --git a/wml/images/forward.wbm b/wml/images/forward.wbm new file mode 100644 index 0000000..b04acb0 Binary files /dev/null and b/wml/images/forward.wbm differ diff --git a/wml/images/home.wbm b/wml/images/home.wbm new file mode 100644 index 0000000..081d5cb Binary files /dev/null and b/wml/images/home.wbm differ diff --git a/wml/images/movie.wbm b/wml/images/movie.wbm new file mode 100644 index 0000000..f0e8545 Binary files /dev/null and b/wml/images/movie.wbm differ diff --git a/wml/images/new.wbm b/wml/images/new.wbm new file mode 100644 index 0000000..17adc67 Binary files /dev/null and b/wml/images/new.wbm differ diff --git a/wml/images/off.wbm b/wml/images/off.wbm new file mode 100644 index 0000000..1ff46c7 Binary files /dev/null and b/wml/images/off.wbm differ diff --git a/wml/images/on.wbm b/wml/images/on.wbm new file mode 100644 index 0000000..55bb389 Binary files /dev/null and b/wml/images/on.wbm differ diff --git a/wml/images/onoff.wbm b/wml/images/onoff.wbm new file mode 100644 index 0000000..be31cb7 Binary files /dev/null and b/wml/images/onoff.wbm differ diff --git a/wml/images/record.wbm b/wml/images/record.wbm new file mode 100644 index 0000000..59edd73 Binary files /dev/null and b/wml/images/record.wbm differ diff --git a/wml/images/refresh.wbm b/wml/images/refresh.wbm new file mode 100644 index 0000000..8f1b8cb Binary files /dev/null and b/wml/images/refresh.wbm differ diff --git a/wml/images/watch.wbm b/wml/images/watch.wbm new file mode 100644 index 0000000..bae0692 Binary files /dev/null and b/wml/images/watch.wbm differ diff --git a/wml/images/xxv.wbm b/wml/images/xxv.wbm new file mode 100644 index 0000000..96bb728 Binary files /dev/null and b/wml/images/xxv.wbm differ diff --git a/wml/next.tmpl b/wml/next.tmpl new file mode 120000 index 0000000..dc903f9 --- /dev/null +++ b/wml/next.tmpl @@ -0,0 +1 @@ +now.tmpl \ No newline at end of file diff --git a/wml/now.tmpl b/wml/now.tmpl new file mode 100644 index 0000000..9aa2caa --- /dev/null +++ b/wml/now.tmpl @@ -0,0 +1,49 @@ + + " IF param.timers.${id} %?> + + + . +
+ + -
+
+
+ +
+ + " IF param.timers.${id} %?> + <?% gettext(" /> + + <?% gettext(" /> + + <?% gettext(" /> + + + + + + skip %?> + + + + + + <?% gettext(" /> + <?% gettext(" /> +

+ + + + +

+ + + = offset;LAST;END %?> + + + <?% gettext(" /> + + <?% gettext(" /> +

+
+ diff --git a/wml/program.tmpl b/wml/program.tmpl new file mode 100644 index 0000000..d3dcd37 --- /dev/null +++ b/wml/program.tmpl @@ -0,0 +1,80 @@ + + + +

+
+ <?% gettext(" /> + 1 %?> + <?% gettext(" /> + + <?% gettext(" /> +

+
+ + + " IF param.timers.${id} %?> + + . +
+ +
+ -
+
+
+ +
+ + " IF param.timers.${id} %?> + <?% gettext(" /> + + <?% gettext(" /> + + + <?% gettext(" /> + + <?% gettext(" /> + + + + + + skip %?> + + + + + + <?% gettext(" /> + <?% gettext(" /> +

+ + + + +

+ + + = offset;LAST;END %?> + + + <?% gettext(" /> + + <?% gettext(" /> +

+
+ diff --git a/wml/search.tmpl b/wml/search.tmpl new file mode 100644 index 0000000..e1dd782 --- /dev/null +++ b/wml/search.tmpl @@ -0,0 +1,51 @@ + + + " IF param.timers.${id} %?> + + + . +
+ +
+ -
+
+
+ +
+ + " IF param.timers.${id} %?> + <?% gettext(" /> + + <?% gettext(" /> + + <?% gettext(" /> + + + + + + skip %?> + + + + + + <?% gettext(" /> + <?% gettext(" /> +

+ + + + +

+ + + = offset;LAST;END %?> + + + <?% gettext(" /> + + <?% gettext(" /> +

+
+ diff --git a/wml/skin.cfg b/wml/skin.cfg new file mode 100644 index 0000000..bc2b5e7 --- /dev/null +++ b/wml/skin.cfg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wml/tlist.tmpl b/wml/tlist.tmpl new file mode 100644 index 0000000..91668fc --- /dev/null +++ b/wml/tlist.tmpl @@ -0,0 +1,79 @@ + +"> +

+ +<?% gettext(" />
+ + +<?% gettext(" />
+ + +<?% gettext(" />
+ +<?% gettext(" /> +

+
+ + + + + + + + + + + + " IF allow('tedit') %?> +
+ + +
+ + <?% aktiv ? gettext(" /> + " IF allow('ttoggle') %?> +
+ -
+ %?> + +
+ + ') %?> + " IF allow('tedit') %?> + + +
+
<?% gettext(" /> + + + <?% gettext(" /> + + + + + + skip %?> + + + + + + <?% gettext(" /> + <?% gettext(" /> +

+ + + + "> +

+ + + = offset;LAST;END %?> + + + <?% gettext(" /> + + <?% gettext(" /> +

+
+ diff --git a/wml/tsearch.tmpl b/wml/tsearch.tmpl new file mode 120000 index 0000000..d1d3655 --- /dev/null +++ b/wml/tsearch.tmpl @@ -0,0 +1 @@ +tlist.tmpl \ No newline at end of file diff --git a/wml/wapd.tmpl b/wml/wapd.tmpl new file mode 100644 index 0000000..fead042 --- /dev/null +++ b/wml/wapd.tmpl @@ -0,0 +1,2 @@ + + diff --git a/wml/widgets/checkbox.tmpl b/wml/widgets/checkbox.tmpl new file mode 100644 index 0000000..703d8b4 --- /dev/null +++ b/wml/widgets/checkbox.tmpl @@ -0,0 +1,17 @@ + + : +
+ diff --git a/wml/widgets/confirm.tmpl b/wml/widgets/confirm.tmpl new file mode 100644 index 0000000..0190cd6 --- /dev/null +++ b/wml/widgets/confirm.tmpl @@ -0,0 +1,13 @@ + + : +
+ diff --git a/wml/widgets/date.tmpl b/wml/widgets/date.tmpl new file mode 120000 index 0000000..8ea271d --- /dev/null +++ b/wml/widgets/date.tmpl @@ -0,0 +1 @@ +string.tmpl \ No newline at end of file diff --git a/wml/widgets/dir.tmpl b/wml/widgets/dir.tmpl new file mode 100644 index 0000000..ca00351 --- /dev/null +++ b/wml/widgets/dir.tmpl @@ -0,0 +1,12 @@ + : + + + realbin) %?> +
+ + +
+
+ + + diff --git a/wml/widgets/err.tmpl b/wml/widgets/err.tmpl new file mode 100644 index 0000000..202e0e5 --- /dev/null +++ b/wml/widgets/err.tmpl @@ -0,0 +1,21 @@ + + 1 || trimmed != "" %?> + +"> + + +"> + + +

+ + + + +
+ + +<?% gettext(" /> +

+
+ diff --git a/wml/widgets/file.tmpl b/wml/widgets/file.tmpl new file mode 100644 index 0000000..1734d78 --- /dev/null +++ b/wml/widgets/file.tmpl @@ -0,0 +1,10 @@ + : + + + realbin) %?> +
+ +
+
+ + diff --git a/wml/widgets/footer.tmpl b/wml/widgets/footer.tmpl new file mode 100644 index 0000000..2f1b643 --- /dev/null +++ b/wml/widgets/footer.tmpl @@ -0,0 +1,22 @@ + +"> +

xxv

+

+ +" href="?cmd=n#first">
+ + +" href="?cmd=nx#first">
+ + +" href="?cmd=p#first">
+ + +" href="?cmd=tl#first">
+ +
%?> +#?% gettext("Recordings") %?#
%?> +#?% gettext("Remote") %?#
%?> +

+
+ diff --git a/wml/widgets/formEnd.tmpl b/wml/widgets/formEnd.tmpl new file mode 100644 index 0000000..5a3967c --- /dev/null +++ b/wml/widgets/formEnd.tmpl @@ -0,0 +1,7 @@ + +<?% gettext(" /> + +<?% gettext(" /> +<?% gettext(" /> +

+
diff --git a/wml/widgets/formStart.tmpl b/wml/widgets/formStart.tmpl new file mode 100644 index 0000000..4728d06 --- /dev/null +++ b/wml/widgets/formStart.tmpl @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + +

diff --git a/wml/widgets/hidden.tmpl b/wml/widgets/hidden.tmpl new file mode 100644 index 0000000..e60221e --- /dev/null +++ b/wml/widgets/hidden.tmpl @@ -0,0 +1,3 @@ + + + diff --git a/wml/widgets/host.tmpl b/wml/widgets/host.tmpl new file mode 100644 index 0000000..f305059 --- /dev/null +++ b/wml/widgets/host.tmpl @@ -0,0 +1,4 @@ + : + +
+ diff --git a/wml/widgets/integer.tmpl b/wml/widgets/integer.tmpl new file mode 100644 index 0000000..f9a4060 --- /dev/null +++ b/wml/widgets/integer.tmpl @@ -0,0 +1,4 @@ + : + +
+ diff --git a/wml/widgets/link.tmpl b/wml/widgets/link.tmpl new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/wml/widgets/link.tmpl @@ -0,0 +1 @@ + diff --git a/wml/widgets/list.tmpl b/wml/widgets/list.tmpl new file mode 100644 index 0000000..f24e568 --- /dev/null +++ b/wml/widgets/list.tmpl @@ -0,0 +1,27 @@ + : + + + + + + + + + + + + + + = global.MaxChannelsTimer;LAST;END %?> + +
+ diff --git a/wml/widgets/littlemenu.tmpl b/wml/widgets/littlemenu.tmpl new file mode 100644 index 0000000..89aa392 --- /dev/null +++ b/wml/widgets/littlemenu.tmpl @@ -0,0 +1,10 @@ + + + + + +" IF data.highlight == l.key %?> + +" IF data.highlight == l.key %?> + +

diff --git a/wml/widgets/menu.tmpl b/wml/widgets/menu.tmpl new file mode 100644 index 0000000..e73f5a8 --- /dev/null +++ b/wml/widgets/menu.tmpl @@ -0,0 +1,18 @@ + + +

+ +Fehler:
+ + + + +
+ +
+ +
+ + +

+
diff --git a/wml/widgets/message.tmpl b/wml/widgets/message.tmpl new file mode 100644 index 0000000..3ccbae0 --- /dev/null +++ b/wml/widgets/message.tmpl @@ -0,0 +1,21 @@ + + 1 || trimmed != "" %?> + +"> + + +"> + + +

+ + + + +
+ + +<?% gettext(" /> +

+
+ diff --git a/wml/widgets/password.tmpl b/wml/widgets/password.tmpl new file mode 100644 index 0000000..e1978db --- /dev/null +++ b/wml/widgets/password.tmpl @@ -0,0 +1,4 @@ + : + +
+ diff --git a/wml/widgets/radio.tmpl b/wml/widgets/radio.tmpl new file mode 100644 index 0000000..703d8b4 --- /dev/null +++ b/wml/widgets/radio.tmpl @@ -0,0 +1,17 @@ + + : +
+ diff --git a/wml/widgets/redirect.tmpl b/wml/widgets/redirect.tmpl new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/wml/widgets/redirect.tmpl @@ -0,0 +1 @@ + diff --git a/wml/widgets/start.tmpl b/wml/widgets/start.tmpl new file mode 100644 index 0000000..c5046df --- /dev/null +++ b/wml/widgets/start.tmpl @@ -0,0 +1,5 @@ + + + + diff --git a/wml/widgets/string.tmpl b/wml/widgets/string.tmpl new file mode 100644 index 0000000..f305059 --- /dev/null +++ b/wml/widgets/string.tmpl @@ -0,0 +1,4 @@ + : + +
+ diff --git a/wml/widgets/table.tmpl b/wml/widgets/table.tmpl new file mode 100644 index 0000000..a184f6f --- /dev/null +++ b/wml/widgets/table.tmpl @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameValue
').replace('\n', '
') %?>
+ +
').replace('\n', '
') %?>
-- cgit v1.2.3