Commit 4d282645 authored by Antoine Cellerier's avatar Antoine Cellerier

* skin.dtd : add Playtree stuff

 * playtree.vlt : default.vlt modified to use a Playtree instead of a
                  Playlist
parent a1062605
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
maxheight CDATA "-1" maxheight CDATA "-1"
> >
<!ELEMENT Group (Group|Image|Button|Playlist|Slider|RadialSlider|Text|Checkbox| <!ELEMENT Group (Group|Image|Button|Playlist|Slider|RadialSlider|Text|Checkbox|
Anchor|Video)+> Anchor|Video|Playtree)+>
<!ATTLIST Group <!ATTLIST Group
x CDATA "0" x CDATA "0"
y CDATA "0" y CDATA "0"
...@@ -190,6 +190,28 @@ ...@@ -190,6 +190,28 @@
selcolor CDATA "#0000FF" selcolor CDATA "#0000FF"
help CDATA "" help CDATA ""
> >
<!ELEMENT Playtree (Slider)?>
<!ATTLIST Playtree
id CDATA #REQUIRED
visible CDATA "true"
x CDATA "0"
y CDATA "0"
width CDATA "0"
height CDATA "0"
lefttop CDATA "lefttop"
rightbottom CDATA "lefttop"
font CDATA #REQUIRED
bgimage CDATA "none"
itemimage CDATA "none"
openimage CDATA "none"
closedimage CDATA "none"
fgcolor CDATA "#000000"
playcolor CDATA "#FF0000"
bgcolor1 CDATA "#FFFFFF"
bgcolor2 CDATA "#FFFFFF"
selcolor CDATA "#0000FF"
help CDATA ""
>
<!ELEMENT Video EMPTY> <!ELEMENT Video EMPTY>
<!ATTLIST Video <!ATTLIST Video
id CDATA "none" id CDATA "none"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment