2014-09-27 09:25:14 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-10-03 15:54:23 +02:00
|
|
|
<!DOCTYPE displayaudiotracks SYSTEM "../../../dtd/displayaudiotracks.dtd">
|
2014-09-27 09:25:14 +02:00
|
|
|
|
|
|
|
<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>
|