2015-01-06 06:07:48 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE displaymessage SYSTEM "../../../dtd/displaymessage.dtd">
|
|
|
|
|
2015-05-10 12:55:23 +02:00
|
|
|
<displaymessage x="0" y="0" width="100%" height="100%" fadetime="{fadetime}" shifttime="{shifttimemessage}" shifttype="bottom" shiftmode="slowed">
|
2015-01-06 06:07:48 +01:00
|
|
|
|
|
|
|
<background>
|
|
|
|
</background>
|
|
|
|
|
|
|
|
<!-- Available Variables message:
|
|
|
|
{text} message text
|
|
|
|
{status} true if message is a status message
|
|
|
|
{info} true if message is a info message
|
|
|
|
{warning} true if message is a warn message
|
|
|
|
{error} true if message is a error message
|
|
|
|
-->
|
|
|
|
<message>
|
|
|
|
<area x="5%" y="80%" width="90%" height="15%" layer="6">
|
|
|
|
<drawimage condition="{status}" imagetype="skinpart" path="messageblue" x="0" y="0" width="100%" height="100%" />
|
|
|
|
<drawimage condition="{info}" imagetype="skinpart" path="messagegreen" x="0" y="0" width="100%" height="100%" />
|
|
|
|
<drawimage condition="{warning}" imagetype="skinpart" path="messageyellow" x="0" y="0" width="100%" height="100%" />
|
|
|
|
<drawimage condition="{error}" imagetype="skinpart" path="messagered" x="0" y="0" width="100%" height="100%" />
|
|
|
|
</area>
|
|
|
|
<area x="5%" y="80%" width="90%" height="15%" layer="7">
|
|
|
|
<drawtext align="center" valign="center" font="{regular}" fontsize="40%" color="{clrWhite}" text="{text}" />
|
|
|
|
</area>
|
|
|
|
</message>
|
|
|
|
|
|
|
|
</displaymessage>
|