added viewelement <endtime> in displayreplay to display the time the currently replayed recording ends

This commit is contained in:
louis
2015-03-31 11:53:25 +02:00
parent a0f86bdc0d
commit 43422fac91
11 changed files with 62 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<!ELEMENT displayreplay (background | backgroundmodeonly |datetime | time |
scrapercontent | rectitle | recinfo | currenttime |
totaltime | progressbar | cutmarks | controlicons |
totaltime | endtime | progressbar | cutmarks | controlicons |
controliconsmodeonly | jump | message | onpause |
onpausemodeonly | customtokens)*>
<!ATTLIST displayreplay
@@ -71,6 +71,12 @@
condition CDATA #IMPLIED
>
<!ELEMENT endtime (area|areascroll)*>
<!ATTLIST endtime
debug CDATA #IMPLIED
condition CDATA #IMPLIED
>
<!ELEMENT progressbar (area|areascroll)*>
<!ATTLIST progressbar
debug CDATA #IMPLIED