diff options
| author | louis <louis.braun@gmx.de> | 2015-03-29 13:29:59 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-03-29 13:29:59 +0200 |
| commit | e3ce79dd8c01222cb65ba1d2190fa463703b9b96 (patch) | |
| tree | c3928c9aa6ec58e0fab0995483480237b23fb256 /dtd | |
| parent | 05912add7a19b78413eb1030669963284ca24dec (diff) | |
| download | vdr-plugin-skindesigner-e3ce79dd8c01222cb65ba1d2190fa463703b9b96.tar.gz vdr-plugin-skindesigner-e3ce79dd8c01222cb65ba1d2190fa463703b9b96.tar.bz2 | |
added viewelement <lastrecordings> with information about 5 newest recordings in main menu
Diffstat (limited to 'dtd')
| -rw-r--r-- | dtd/displaymenu.dtd | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dtd/displaymenu.dtd b/dtd/displaymenu.dtd index 4b6d248..ead958c 100644 --- a/dtd/displaymenu.dtd +++ b/dtd/displaymenu.dtd @@ -123,6 +123,15 @@ condition CDATA #IMPLIED
>
+<!ELEMENT lastrecordings (area|areascroll)*>
+<!ATTLIST lastrecordings
+ detached CDATA #IMPLIED
+ delay CDATA #IMPLIED
+ fadetime CDATA #IMPLIED
+ debug CDATA #IMPLIED
+ condition CDATA #IMPLIED
+>
+
<!ELEMENT customtokens (area|areascroll)*>
<!ATTLIST customtokens
detached CDATA #IMPLIED
@@ -165,7 +174,7 @@ <!ELEMENT menumain (background | header | datetime | time | colorbuttons | scrollbar | timers |
discusage | devices | systemload | systemmemory | temperatures | currentschedule |
- currentweather | customtokens | menuitems)*>
+ currentweather | lastrecordings | customtokens | menuitems)*>
<!ATTLIST menumain
x CDATA #REQUIRED
y CDATA #REQUIRED
|
