blob: 1989bb973b89b924368f5dc8571b261eb7e4ea18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE displayaudiotracks SYSTEM "../../../dtd/displayaudiotracks.dtd">
<displayaudiotracks x="0" y="0" width="100%" height="100%" fadetime="0">
<!-- Available Variables background:
{numtracks} number of displayed tracks
-->
<background>
</background>
<!-- Available Variables header:
{numtracks} number of displayed tracks
{title} title of menu
-->
<header>
</header>
<!-- Available Variables header:
{numelements} number of displayed tracks
-->
<menuitems x="0" y="{areaheight} - {numelements} * {areaheight} / 10" orientation="vertical" width="100%" height="{numelements} * {areaheight} / 10" align="top" numlistelements="{numelements}">
<!-- Available Variables auidotrack listelement:
{current} true if item is currently selected
{title} title of auio track
-->
<listelement>
</listelement>
</menuitems>
</displayaudiotracks>
|