<!-- All code and images Copyright 2007 iSlayer & Distorted Vista. --> <!-- Code and images may not be re-used under any circumstances --> <!-- Offenders will be prosocuted to the fullest extent of the law --> <html> <head> <style> body{ width:250px; height:140px; padding-top:0px; margin-top:0px; } </style> <script> function init() { var skin = System.Gadget.Settings.read("skinColor"); if (skin != "") skinColorPref.value = skin; } System.Gadget.onSettingsClosing = SettingsClosing; function SettingsClosing(event) { if (event.closeAction == event.Action.commit) { System.Gadget.Settings.write("skinColor", skinColorPref.value); } event.cancel = false; } </script> </head> <body onLoad="init()"> <div align="center"><img src="icon.png"> <br> This gadget is part of the KDE 7 project and it is made by <a href="http://tonev.deviantart.com">tonev</a> </div> </body> </html>