From 3a0c7bdb992181e4cbdbf09d9f7d14c13c911659 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 22 Sep 2006 03:04:35 +0000 Subject: work on web interface --- .../Extensions/WebInterface/web/Makefile.am | 4 - .../Extensions/WebInterface/web/index.html.xml | 167 +++++++++++++++++++++ .../Plugins/Extensions/WebInterface/web/index.xml | 0 .../Plugins/Extensions/WebInterface/web/zap.xml | 0 4 files changed, 167 insertions(+), 4 deletions(-) create mode 100644 lib/python/Plugins/Extensions/WebInterface/web/index.html.xml delete mode 100644 lib/python/Plugins/Extensions/WebInterface/web/index.xml create mode 100644 lib/python/Plugins/Extensions/WebInterface/web/zap.xml (limited to 'lib/python/Plugins/Extensions/WebInterface/web') diff --git a/lib/python/Plugins/Extensions/WebInterface/web/Makefile.am b/lib/python/Plugins/Extensions/WebInterface/web/Makefile.am index 2dd9b809..e69de29b 100644 --- a/lib/python/Plugins/Extensions/WebInterface/web/Makefile.am +++ b/lib/python/Plugins/Extensions/WebInterface/web/Makefile.am @@ -1,4 +0,0 @@ -installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/WebInterface/web/ - -install_PYTHON = *.xml - diff --git a/lib/python/Plugins/Extensions/WebInterface/web/index.html.xml b/lib/python/Plugins/Extensions/WebInterface/web/index.html.xml new file mode 100644 index 00000000..b4a992c3 --- /dev/null +++ b/lib/python/Plugins/Extensions/WebInterface/web/index.html.xml @@ -0,0 +1,167 @@ +<html> + + + Enigma 2 realtime OSD example + + + + + + WithSeconds + + + + Name + + + + Name + + + + Description + + + + ExtendedDescription + + + + Remaining + InMinutes + + + + StartTime + Default + + + diff --git a/lib/python/Plugins/Extensions/WebInterface/web/index.xml b/lib/python/Plugins/Extensions/WebInterface/web/index.xml deleted file mode 100644 index e69de29b..00000000 diff --git a/lib/python/Plugins/Extensions/WebInterface/web/zap.xml b/lib/python/Plugins/Extensions/WebInterface/web/zap.xml new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3