<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE asul SYSTEM "http://www.megazine3.de/asul.dtd"> <asul> <style> <![CDATA[ togglebutton > button { title: localize(LNG_SLIDESHOW_START, Start slideshow); } togglebutton > button > box { background: image(files/gui/slideshow/btn_play.png); } togglebutton > button.toggled > box { background: image(files/gui/slideshow/btn_pause.png); } togglebutton > button.toggled { title: localize(LNG_SLIDESHOW_STOP, Stop slideshow); } ]]> </style> <togglebutton id="btn_slideshow" style="common"/> </asul>