Index: /ipk/source.sh4/lcdsamsungskin_channel/CONTROL/control
===================================================================
--- /ipk/source.sh4/lcdsamsungskin_channel/CONTROL/control	(revision 20014)
+++ /ipk/source.sh4/lcdsamsungskin_channel/CONTROL/control	(revision 20014)
@@ -0,0 +1,11 @@
+Package: titan-plugin-samsungskins-channel.style
+Version: 1.0
+Description: Alternativer Skin fuer Samsung LCD 
+Section: swaptools
+Priority: optional
+Maintainer: AAF Forum
+Architecture: sh4
+OE: Skin fuer Samsung LCD
+Homepage: http://www.aaf-digital.info
+Depends:
+Source: http://www.aaf-digital.info
Index: /ipk/source.sh4/lcdsamsungskin_channel/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/lcdsamsungskin_channel/CONTROL/postinst	(revision 20014)
+++ /ipk/source.sh4/lcdsamsungskin_channel/CONTROL/postinst	(revision 20014)
@@ -0,0 +1,14 @@
+#!/bin/sh
+TMP=/tmp/.TOOLS
+echo "Erfolgreich installiert...."
+
+if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
+	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+else
+	echo "syncing disk"
+	sync
+fi
+echo "Nach Restart wird der Skin für Samsung LCD genutzt...."
+exit 0
Index: /ipk/source.sh4/lcdsamsungskin_channel/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/lcdsamsungskin_channel/CONTROL/postrm	(revision 20014)
+++ /ipk/source.sh4/lcdsamsungskin_channel/CONTROL/postrm	(revision 20014)
@@ -0,0 +1,16 @@
+#!/bin/sh
+TMP=/tmp/.TOOLS
+
+mv /var/swap/titanplugins/lcdsamsung/originalskin.xml /var/swap/titanplugins/lcdsamsung/skin.xml
+echo "Originalskin wird wieder hergestellt....."
+
+
+echo "Erfolgreich deinstalliert"
+if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
+	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+else
+	sync
+fi
+exit 0
Index: /ipk/source.sh4/lcdsamsungskin_channel/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/lcdsamsungskin_channel/CONTROL/preinst	(revision 20014)
+++ /ipk/source.sh4/lcdsamsungskin_channel/CONTROL/preinst	(revision 20014)
@@ -0,0 +1,60 @@
+#!/bin/sh
+#
+TMP=/tmp/.TOOLS
+
+model=`cat /etc/model`
+echo""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+echo "checking lcdsamsung installation"
+if [ ! -d /var/swap/titanplugins/lcdsamsung ]; then
+  echo "--------------------------"
+	echo "Keine lcdsamsung Installation gefunden! Bitte erst das lcdsamsung Plugin installieren!"
+	echo "--------------------------"
+	exit 1
+fi
+echo "lcdsamsung Installation ok...."
+
+if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
+	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=13100
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo ok		
+	fi
+else
+	echo "syncing disk"
+	sync
+fi
+buildgroup=`cat /etc/.buildgroup`
+echo "checking OS"	 
+if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
+	echo --------------------------- 	 	 
+	echo DONT USE this IPK Package!! 	 	 
+	echo --- 	 	 
+	echo Only for $buildgroup Image!! 	 	 
+	echo --------------------------- 	 	 
+	exit 1 	 	 
+fi
+
+mv /var/swap/titanplugins/lcdsamsung/skin.xml /var/swap/titanplugins/lcdsamsung/originalskin.xml
+echo "Sichere Originalskin....."
+
+echo "Installiere Samsung LCD Skin..."
+
+exit 0
Index: /ipk/source.sh4/lcdsamsungskin_channel/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/lcdsamsungskin_channel/CONTROL/prerm	(revision 20014)
+++ /ipk/source.sh4/lcdsamsungskin_channel/CONTROL/prerm	(revision 20014)
@@ -0,0 +1,13 @@
+#!/bin/sh
+TMP=/tmp/.TOOLS
+
+if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
+	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+else
+	echo "syncing disk"
+	sync
+fi
+echo "Deinstalliere Samsung LCD Skin...."
+exit 0
Index: /ipk/source.sh4/lcdsamsungskin_channel/var/swap/titanplugins/lcdsamsung/skin.xml
===================================================================
--- /ipk/source.sh4/lcdsamsungskin_channel/var/swap/titanplugins/lcdsamsung/skin.xml	(revision 20014)
+++ /ipk/source.sh4/lcdsamsungskin_channel/var/swap/titanplugins/lcdsamsung/skin.xml	(revision 20014)
@@ -0,0 +1,493 @@
+<screen name="samsung1_main" title="Samsung SPF.. Settings" titlealign=center fontcol=fontcol valign=bottom fontsize=30 posx=center posy=center width=50% height=40% bordercol=bordercol bordersize=2 bgcol=bgcol>
+<node bordercol=bordercol scrollbar=auto type=listbox posy=center posx=center name=listbox width=85% height=70%>
+<node name=lcdtype type=choicebox parent=listbox valign=middle posx=0 text="Typenbezeichnung" bordercol=bordercol bordersize=2 width=100% height=25>	
+<node name=allmenu type=choicebox parent=listbox valign=middle posx=0 text="alle Menus anzeigen" bordercol=bordercol bordersize=2 width=100% height=25>
+<node name=aktstandby type=choicebox parent=listbox valign=middle posx=0 text="aktiv im Standby" bordercol=bordercol bordersize=2 width=100% height=25> 
+<node name=wettervor type=choicebox parent=listbox valign=middle posx=0 text="Wettervorhersage" bordercol=bordercol bordersize=2 width=100% height=25>
+<node name=wettervorort type=inputbox parent=listbox valign=middle posx=0 text="--- Ort" bordercol=bordercol bordersize=2 width=100% height=25>
+#<node name=wettervorplz type=inputboxnum parent=listbox valign=middle posx=0 text="--- PLZ" bordercol=bordercol bordersize=2 width=100% height=25>
+#<node name=wettervorland type=inputbox parent=listbox valign=middle posx=0 text="--- Land" bordercol=bordercol bordersize=2 width=100% height=25>
+<node name=b1 text=SAVE halign=center valign=middle bordercol=green bordersize=2 bordertype=2 posx=0 posy=0 width=150 height=30/>
+<node name=b2 text=EXIT halign=center valign=middle bordercol=exitcol bordersize=2 bordertype=2 posx=160 posy=0 width=150 height=30/>
+<node name=b3 text=START halign=center valign=middle bordercol=blue bordersize=2 bordertype=2 posx=400 posy=0 width=200 height=30/>
+</screen>
+
+####
+
+
+##   ohne EXTRAS  ##  
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf75 posx=0 posy=0 width=800 height=480 bgcol=000000>
+#<node name="small_lcd" bordersize="1" bordercol="white" posx="0" posy="0" width="800" height="480">
+<node fontsize=50 halign=center text="" func=getaktchannelname name=channelname posx=15 posy=5 width=780 height=50 fontcol=fontcol/>
+<node func=getalternatepicon posx="center" posy="60" width=320 height=240/>
+<node halign=center func=getepgakttitle bordersize=0 bordercol=bordercol fontsize=40 posx=center posy="320" width=780 height=40 fontcol=fontcol/>
+# progress Bar
+<node func="getepgaktstart" param1="%R - " posx="10" posy="375" width="150" height="35">
+<node func="getepgaktend" param1="%R" posx="105" posy="375" width="150" height="35">
+<node func="getepgakttimeremaining" param1="+%d Min" posx="670" posy="375" width="100" height="35">
+<node halign=left bordersize=2 progresscol=CD661D bgcol=white halign=left func=getepgakttimeline bordercol=CD661D borderradius=5 name=epgline posx="190" posy="380"  width=480 height=20/>
+#   Nächste Sendung
+<node func="getepgnextstart" param1="%R- "  posx="190" posy="425" width="150" height="25">
+<node func="getepgnextend" param1="%R"      posx="255" posy="425" width="70" height="25">
+<node func="getepgnexttitle"                posx="320" posy="425" width="350" height="25">
+<node func="getepgnexttimeremaining" param1="%d Min" halign="right"           posx="665" posy="425" width="100" height="25">
+#   Zeit
+<node halign=left text="" name=akttime fontsize=60 posx=20 posy=410 width=700 height=70/>
+#   REC
+<node halign=center valign=left func=getrec param1=skin name=rec posx=0 posy=560 width=100 height=20/>
+</screen>
+
+##  mit WETTER  ##  
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf75_Wetter posx=0 posy=0 width=800 height=480 bgcol=000000>
+#<node name="small_lcd" bordersize="1" bordercol="white" posx="0" posy="0" width="800" height="480">
+<node fontsize=50 halign=center text="" func=getaktchannelname name=channelname posx=15 posy=5 width=780 height=50 fontcol=fontcol/>
+<node func=getalternatepicon posx="center" posy="60" width=320 height=240/>
+<node halign=center func=getepgakttitle bordersize=0 bordercol=bordercol fontsize=40 posx=center posy="320" width=780 height=40 fontcol=fontcol/>
+# progress Bar
+<node func="getepgaktstart" param1="%R - " posx="10" posy="375" width="150" height="35">
+<node func="getepgaktend" param1="%R" posx="105" posy="375" width="150" height="35">
+<node func="getepgakttimeremaining" param1="+%d Min" posx="670" posy="375" width="100" height="35">
+<node halign=left bordersize=2 progresscol=CD661D bgcol=white halign=left func=getepgakttimeline bordercol=CD661D borderradius=5 name=epgline posx="190" posy="380" width=480 height=20/>
+#   Nächste Sendung
+<node func="getepgnextstart" param1="%R- " posx="190" posy="425" width="150" height="25">
+<node func="getepgnextend" param1="%R"     posx="255" posy="425" width="70" height="25">
+<node func="getepgnexttitle"               posx="320" posy="425" width="350" height="25">
+<node func="getepgnexttimeremaining" param1="%d Min" halign="right" posx="665" posy="425" width="100" height="25">
+#   Zeit
+<node halign=left text="" name=akttime fontsize=60 posx=20 posy=410 width=700 height=70/>
+#   REC
+<node halign=center valign=left func=getrec param1=skin name=rec posx=0 posy=560 width=100 height=20/>
+#   Wetter
+<node halign=center text="MO" name=day0_d fontsize=20 posx=600 posy=70 width=80 height=20/>
+<node halign=center text="DI" name=day1_d fontsize=20 posx=700 posy=70 width=80 height=20/>
+<node halign=center text="MI" name=day2_d fontsize=20 posx=600 posy=200 width=80 height=20/>
+<node halign=center text="DO" name=day3_d fontsize=20 posx=700 posy=200 width=80 height=20/>
+<node halign=center text="0 C" name=day0_t fontsize=20 posx=600 posy=155 width=80 height=20/>
+<node halign=center text="0 C" name=day1_t fontsize=20 posx=700 posy=155 width=80 height=20/>
+<node halign=center text="0 C" name=day2_t fontsize=20 posx=600 posy=285 width=80 height=20/>
+<node halign=center text="0 C" name=day3_t fontsize=20 posx=700 posy=285 width=80 height=20/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day0_i posx=610 posy=80 width=64 height=64/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day1_i posx=710 posy=80 width=64 height=64/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day2_i posx=610 posy=210 width=64 height=64/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day3_i posx=710 posy=210 width=64 height=64/>
+</screen>
+
+##  PLAY  ##
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf75_Play posx=0 posy=0 width=1024 height=600 bgcol=000000>
+#<node pic=%pluginpath%/lcdsamsung/mc.png type=textbox wrap=yes fontsize=50 halign=center text="" name=title posx=center posy=30 width=690 height=50 fontcol=fontcol/>
+<node fontsize=50 halign=center text="" type=textbox wrap=yes name=title1 posx=center posy=30 width=690 height=105 fontcol=fontcol/>
+<node text="---" name=len posx=center posy=160 width=700 height=30 fontsize=30 fontcol=fontcol/>
+<node halign=center bordersize=3 progresscol=CD661D name=progress bgcol=white halign=left bordercol=CD661D borderradius=5 posy=200 posx=center width=700 height=20/>
+<node text="---" halign=left name=reverse posx=750 posy=230 width=250 height=30 fontsize=30 fontcol=fontcol/>
+<node text="---" halign=left  name=pos posx=162 posy=230 width=250 height=30 fontsize=30 fontcol=fontcol/>
+<node halign=center text="" name=akttime fontsize=100 posx=center posy=300 width=700 height=100/>
+</screen>
+
+##  Standby  ##
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf75_Standby posx=0 posy=0 width=800 height=480 bgcol=000000>
+#<node name="small_lcd" bordersize="1" bordercol="white" posx="0" posy="0" width="800" height="480">
+<node pic=%pluginpath%/lcdsamsung/skin/Standardpicon.png halign=center name=Logo posx=center posy=center width=320 height=240/>
+<node halign=center func="gettime" param1="%d.%m.%Y" name=datum fontsize=80 posx=center posy=20 width=700 height=100/>
+<node halign=center text="" name=akttime fontsize=100 posx=center posy=360 width=700 height=100/>
+<node halign=center valign=left func=getrec param1=skin name=rec posx=0 posy=440 width=100 height=20/>
+<node halign=center text="" name=day0_d fontsize=20 posx=700 posy=30 width=80 height=20/>
+<node halign=center text="" name=day1_d fontsize=20 posx=700 posy=136 width=80 height=20/>
+<node halign=center text="" name=day2_d fontsize=20 posx=700 posy=242 width=80 height=20/>
+<node halign=center text="" name=day3_d fontsize=20 posx=700 posy=350 width=80 height=20/>
+<node halign=center text="" name=day0_t fontsize=20 posx=700 posy=110 width=80 height=20/>
+<node halign=center text="" name=day1_t fontsize=20 posx=700 posy=216 width=80 height=20/>
+<node halign=center text="" name=day2_t fontsize=20 posx=700 posy=322 width=80 height=20/>
+<node halign=center text="" name=day3_t fontsize=20 posx=700 posy=430 width=80 height=20/>
+<node pic=sunny60.png halign=center name=day0_i posx=710 posy=40 width=64 height=64/>
+<node pic=sunny60.png halign=center name=day1_i posx=710 posy=146 width=64 height=64/>
+<node pic=sunny60.png halign=center name=day2_i posx=710 posy=252 width=64 height=64/>
+<node pic=sunny60.png halign=center name=day3_i posx=710 posy=360 width=64 height=64/>
+</screen>
+
+
+
+
+####   SPF83   ###
+
+
+
+##   ohne EXTRAS  ##  
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf83 posx=0 posy=0 width=800 height=480 bgcol=000000>
+#<node name="small_lcd" bordersize="1" bordercol="white" posx="0" posy="0" width="800" height="480">
+<node fontsize=50 halign=center text="" func=getaktchannelname name=channelname posx=15 posy=5 width=780 height=50 fontcol=fontcol/>
+<node func=getalternatepicon posx="center" posy="60" width=320 height=240/>
+<node halign=center func=getepgakttitle bordersize=0 bordercol=bordercol fontsize=40 posx=center posy="320" width=780 height=40 fontcol=fontcol/>
+# progress Bar
+<node func="getepgaktstart" param1="%R - " posx="10" posy="375" width="150" height="35">
+<node func="getepgaktend" param1="%R" posx="105" posy="375" width="150" height="35">
+<node func="getepgakttimeremaining" param1="+%d Min" posx="670" posy="375" width="100" height="35">
+<node halign=left bordersize=2 progresscol=CD661D bgcol=white halign=left func=getepgakttimeline bordercol=CD661D borderradius=5 name=epgline posx="190" posy="380"  width=480 height=20/>
+#   Nächste Sendung
+<node func="getepgnextstart" param1="%R- "  posx="190" posy="425" width="150" height="25">
+<node func="getepgnextend" param1="%R"      posx="255" posy="425" width="70" height="25">
+<node func="getepgnexttitle"                posx="320" posy="425" width="350" height="25">
+<node func="getepgnexttimeremaining" param1="%d Min" halign="right"           posx="665" posy="425" width="100" height="25">
+#   Zeit
+<node halign=left text="" name=akttime fontsize=60 posx=20 posy=410 width=700 height=70/>
+#   REC
+<node halign=center valign=left func=getrec param1=skin name=rec posx=0 posy=560 width=100 height=20/>
+</screen>
+
+##  mit WETTER  ##  
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf83_Wetter posx=0 posy=0 width=800 height=480 bgcol=000000>
+#<node name="small_lcd" bordersize="1" bordercol="white" posx="0" posy="0" width="800" height="480">
+<node fontsize=50 halign=center text="" func=getaktchannelname name=channelname posx=15 posy=5 width=780 height=50 fontcol=fontcol/>
+<node func=getalternatepicon posx="center" posy="60" width=320 height=240/>
+<node halign=center func=getepgakttitle bordersize=0 bordercol=bordercol fontsize=40 posx=center posy="320" width=780 height=40 fontcol=fontcol/>
+# progress Bar
+<node func="getepgaktstart" param1="%R - " posx="10" posy="375" width="150" height="35">
+<node func="getepgaktend" param1="%R" posx="105" posy="375" width="150" height="35">
+<node func="getepgakttimeremaining" param1="+%d Min" posx="670" posy="375" width="100" height="35">
+<node halign=left bordersize=2 progresscol=CD661D bgcol=white halign=left func=getepgakttimeline bordercol=CD661D borderradius=5 name=epgline posx="190" posy="380" width=480 height=20/>
+#   Nächste Sendung
+<node func="getepgnextstart" param1="%R- " posx="190" posy="425" width="150" height="25">
+<node func="getepgnextend" param1="%R"     posx="255" posy="425" width="70" height="25">
+<node func="getepgnexttitle"               posx="320" posy="425" width="350" height="25">
+<node func="getepgnexttimeremaining" param1="%d Min" halign="right" posx="665" posy="425" width="100" height="25">
+#   Zeit
+<node halign=left text="" name=akttime fontsize=60 posx=20 posy=410 width=700 height=70/>
+#   REC
+<node halign=center valign=left func=getrec param1=skin name=rec posx=0 posy=560 width=100 height=20/>
+#   Wetter
+<node halign=center text="MO" name=day0_d fontsize=20 posx=600 posy=70 width=80 height=20/>
+<node halign=center text="DI" name=day1_d fontsize=20 posx=700 posy=70 width=80 height=20/>
+<node halign=center text="MI" name=day2_d fontsize=20 posx=600 posy=200 width=80 height=20/>
+<node halign=center text="DO" name=day3_d fontsize=20 posx=700 posy=200 width=80 height=20/>
+<node halign=center text="0 C" name=day0_t fontsize=20 posx=600 posy=155 width=80 height=20/>
+<node halign=center text="0 C" name=day1_t fontsize=20 posx=700 posy=155 width=80 height=20/>
+<node halign=center text="0 C" name=day2_t fontsize=20 posx=600 posy=285 width=80 height=20/>
+<node halign=center text="0 C" name=day3_t fontsize=20 posx=700 posy=285 width=80 height=20/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day0_i posx=610 posy=80 width=64 height=64/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day1_i posx=710 posy=80 width=64 height=64/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day2_i posx=610 posy=210 width=64 height=64/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day3_i posx=710 posy=210 width=64 height=64/>
+</screen>
+
+##  PLAY  ##
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf83_Play posx=0 posy=0 width=1024 height=600 bgcol=000000>
+#<node pic=%pluginpath%/lcdsamsung/mc.png type=textbox wrap=yes fontsize=50 halign=center text="" name=title posx=center posy=30 width=690 height=50 fontcol=fontcol/>
+<node fontsize=50 halign=center text="" type=textbox wrap=yes name=title1 posx=center posy=30 width=690 height=105 fontcol=fontcol/>
+<node text="---" name=len posx=center posy=160 width=700 height=30 fontsize=30 fontcol=fontcol/>
+<node halign=center bordersize=3 progresscol=CD661D name=progress bgcol=white halign=left bordercol=CD661D borderradius=5 posy=200 posx=center width=700 height=20/>
+<node text="---" halign=left name=reverse posx=750 posy=230 width=250 height=30 fontsize=30 fontcol=fontcol/>
+<node text="---" halign=left  name=pos posx=162 posy=230 width=250 height=30 fontsize=30 fontcol=fontcol/>
+<node halign=center text="" name=akttime fontsize=100 posx=center posy=300 width=700 height=100/>
+</screen>
+
+##  Standby  ##
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf83_Standby posx=0 posy=0 width=800 height=480 bgcol=000000>
+#<node name="small_lcd" bordersize="1" bordercol="white" posx="0" posy="0" width="800" height="480">
+<node pic=%pluginpath%/lcdsamsung/skin/Standardpicon.png halign=center name=Logo posx=center posy=center width=320 height=240/>
+<node halign=center func="gettime" param1="%d.%m.%Y" name=datum fontsize=80 posx=center posy=20 width=700 height=100/>
+<node halign=center text="" name=akttime fontsize=100 posx=center posy=360 width=700 height=100/>
+<node halign=center valign=left func=getrec param1=skin name=rec posx=0 posy=440 width=100 height=20/>
+<node halign=center text="" name=day0_d fontsize=20 posx=700 posy=30 width=80 height=20/>
+<node halign=center text="" name=day1_d fontsize=20 posx=700 posy=136 width=80 height=20/>
+<node halign=center text="" name=day2_d fontsize=20 posx=700 posy=242 width=80 height=20/>
+<node halign=center text="" name=day3_d fontsize=20 posx=700 posy=350 width=80 height=20/>
+<node halign=center text="" name=day0_t fontsize=20 posx=700 posy=110 width=80 height=20/>
+<node halign=center text="" name=day1_t fontsize=20 posx=700 posy=216 width=80 height=20/>
+<node halign=center text="" name=day2_t fontsize=20 posx=700 posy=322 width=80 height=20/>
+<node halign=center text="" name=day3_t fontsize=20 posx=700 posy=430 width=80 height=20/>
+<node pic=sunny60.png halign=center name=day0_i posx=710 posy=40 width=64 height=64/>
+<node pic=sunny60.png halign=center name=day1_i posx=710 posy=146 width=64 height=64/>
+<node pic=sunny60.png halign=center name=day2_i posx=710 posy=252 width=64 height=64/>
+<node pic=sunny60.png halign=center name=day3_i posx=710 posy=360 width=64 height=64/>
+</screen>
+
+
+
+
+####     SPF87
+
+
+
+##   ohne EXTRAS  ##  
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf87 posx=0 posy=0 width=800 height=480 bgcol=000000>
+#<node name="small_lcd" bordersize="1" bordercol="white" posx="0" posy="0" width="800" height="480">
+<node fontsize=50 halign=center text="" func=getaktchannelname name=channelname posx=15 posy=5 width=780 height=50 fontcol=fontcol/>
+<node func=getalternatepicon posx="center" posy="60" width=320 height=240/>
+<node halign=center func=getepgakttitle bordersize=0 bordercol=bordercol fontsize=40 posx=center posy="320" width=780 height=40 fontcol=fontcol/>
+# progress Bar
+<node func="getepgaktstart" param1="%R - " posx="10" posy="375" width="150" height="35">
+<node func="getepgaktend" param1="%R" posx="105" posy="375" width="150" height="35">
+<node func="getepgakttimeremaining" param1="+%d Min" posx="670" posy="375" width="100" height="35">
+<node halign=left bordersize=2 progresscol=CD661D bgcol=white halign=left func=getepgakttimeline bordercol=CD661D borderradius=5 name=epgline posx="190" posy="380"  width=480 height=20/>
+#   Nächste Sendung
+<node func="getepgnextstart" param1="%R- "  posx="190" posy="425" width="150" height="25">
+<node func="getepgnextend" param1="%R"      posx="255" posy="425" width="70" height="25">
+<node func="getepgnexttitle"                posx="320" posy="425" width="350" height="25">
+<node func="getepgnexttimeremaining" param1="%d Min" halign="right"           posx="665" posy="425" width="100" height="25">
+#   Zeit
+<node halign=left text="" name=akttime fontsize=60 posx=20 posy=410 width=700 height=70/>
+#   REC
+<node halign=center valign=left func=getrec param1=skin name=rec posx=0 posy=560 width=100 height=20/>
+</screen>
+
+##  mit WETTER  ##  
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf87_Wetter posx=0 posy=0 width=800 height=480 bgcol=000000>
+#<node name="small_lcd" bordersize="1" bordercol="white" posx="0" posy="0" width="800" height="480">
+<node fontsize=50 halign=center text="" func=getaktchannelname name=channelname posx=15 posy=5 width=780 height=50 fontcol=fontcol/>
+<node func=getalternatepicon posx="center" posy="60" width=320 height=240/>
+<node halign=center func=getepgakttitle bordersize=0 bordercol=bordercol fontsize=40 posx=center posy="320" width=780 height=40 fontcol=fontcol/>
+# progress Bar
+<node func="getepgaktstart" param1="%R - " posx="10" posy="375" width="150" height="35">
+<node func="getepgaktend" param1="%R" posx="105" posy="375" width="150" height="35">
+<node func="getepgakttimeremaining" param1="+%d Min" posx="670" posy="375" width="100" height="35">
+<node halign=left bordersize=2 progresscol=CD661D bgcol=white halign=left func=getepgakttimeline bordercol=CD661D borderradius=5 name=epgline posx="190" posy="380" width=480 height=20/>
+#   Nächste Sendung
+<node func="getepgnextstart" param1="%R- " posx="190" posy="425" width="150" height="25">
+<node func="getepgnextend" param1="%R"     posx="255" posy="425" width="70" height="25">
+<node func="getepgnexttitle"               posx="320" posy="425" width="350" height="25">
+<node func="getepgnexttimeremaining" param1="%d Min" halign="right" posx="665" posy="425" width="100" height="25">
+#   Zeit
+<node halign=left text="" name=akttime fontsize=60 posx=20 posy=410 width=700 height=70/>
+#   REC
+<node halign=center valign=left func=getrec param1=skin name=rec posx=0 posy=560 width=100 height=20/>
+#   Wetter
+<node halign=center text="MO" name=day0_d fontsize=20 posx=600 posy=70 width=80 height=20/>
+<node halign=center text="DI" name=day1_d fontsize=20 posx=700 posy=70 width=80 height=20/>
+<node halign=center text="MI" name=day2_d fontsize=20 posx=600 posy=200 width=80 height=20/>
+<node halign=center text="DO" name=day3_d fontsize=20 posx=700 posy=200 width=80 height=20/>
+<node halign=center text="0 C" name=day0_t fontsize=20 posx=600 posy=155 width=80 height=20/>
+<node halign=center text="0 C" name=day1_t fontsize=20 posx=700 posy=155 width=80 height=20/>
+<node halign=center text="0 C" name=day2_t fontsize=20 posx=600 posy=285 width=80 height=20/>
+<node halign=center text="0 C" name=day3_t fontsize=20 posx=700 posy=285 width=80 height=20/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day0_i posx=610 posy=80 width=64 height=64/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day1_i posx=710 posy=80 width=64 height=64/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day2_i posx=610 posy=210 width=64 height=64/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day3_i posx=710 posy=210 width=64 height=64/>
+</screen>
+
+##  PLAY  ##
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf87_Play posx=0 posy=0 width=1024 height=600 bgcol=000000>
+#<node pic=%pluginpath%/lcdsamsung/mc.png type=textbox wrap=yes fontsize=50 halign=center text="" name=title posx=center posy=30 width=690 height=50 fontcol=fontcol/>
+<node fontsize=50 halign=center text="" type=textbox wrap=yes name=title1 posx=center posy=30 width=690 height=105 fontcol=fontcol/>
+<node text="---" name=len posx=center posy=160 width=700 height=30 fontsize=30 fontcol=fontcol/>
+<node halign=center bordersize=3 progresscol=CD661D name=progress bgcol=white halign=left bordercol=CD661D borderradius=5 posy=200 posx=center width=700 height=20/>
+<node text="---" halign=left name=reverse posx=750 posy=230 width=250 height=30 fontsize=30 fontcol=fontcol/>
+<node text="---" halign=left  name=pos posx=162 posy=230 width=250 height=30 fontsize=30 fontcol=fontcol/>
+<node halign=center text="" name=akttime fontsize=100 posx=center posy=300 width=700 height=100/>
+</screen>
+
+##  Standby  ##
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf87_Standby posx=0 posy=0 width=800 height=480 bgcol=000000>
+#<node name="small_lcd" bordersize="1" bordercol="white" posx="0" posy="0" width="800" height="480">
+<node pic=%pluginpath%/lcdsamsung/skin/Standardpicon.png halign=center name=Logo posx=center posy=center width=320 height=240/>
+<node halign=center func="gettime" param1="%d.%m.%Y" name=datum fontsize=80 posx=center posy=20 width=700 height=100/>
+<node halign=center text="" name=akttime fontsize=100 posx=center posy=360 width=700 height=100/>
+<node halign=center valign=left func=getrec param1=skin name=rec posx=0 posy=440 width=100 height=20/>
+<node halign=center text="" name=day0_d fontsize=20 posx=700 posy=30 width=80 height=20/>
+<node halign=center text="" name=day1_d fontsize=20 posx=700 posy=136 width=80 height=20/>
+<node halign=center text="" name=day2_d fontsize=20 posx=700 posy=242 width=80 height=20/>
+<node halign=center text="" name=day3_d fontsize=20 posx=700 posy=350 width=80 height=20/>
+<node halign=center text="" name=day0_t fontsize=20 posx=700 posy=110 width=80 height=20/>
+<node halign=center text="" name=day1_t fontsize=20 posx=700 posy=216 width=80 height=20/>
+<node halign=center text="" name=day2_t fontsize=20 posx=700 posy=322 width=80 height=20/>
+<node halign=center text="" name=day3_t fontsize=20 posx=700 posy=430 width=80 height=20/>
+<node pic=sunny60.png halign=center name=day0_i posx=710 posy=40 width=64 height=64/>
+<node pic=sunny60.png halign=center name=day1_i posx=710 posy=146 width=64 height=64/>
+<node pic=sunny60.png halign=center name=day2_i posx=710 posy=252 width=64 height=64/>
+<node pic=sunny60.png halign=center name=day3_i posx=710 posy=360 width=64 height=64/>
+</screen>
+
+
+
+
+####   SPF 105P  ###
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf105 posx=0 posy=0 width=1024 height=600 bgcol=000000>
+<node fontsize=60 halign=center text="" func=getaktchannelname name=channelname posx=15 posy=15 width=994 height=60 fontcol=fontcol/>
+<node func=getalternatepicon posx=center posy=100 width=320 height=240/>
+<node halign=center func=getepgakttitle bordersize=0 bordercol=bordercol fontsize=40 posx=center posy=360 width=1004 height=40 fontcol=fontcol/>
+<node halign=center text="" name=akttime fontsize=70 posx=center posy="420" width=700 height=70/>
+# progress Bar
+<node func="getepgaktstart" param1="%R - " posx="10" posy="500" width="150" height="45">
+<node func="getepgaktend" param1="%R" posx="105"     posy="500" width="150" height="45">
+<node func="getepgakttimeremaining" param1="+%d Min" posx="870" posy="500" width="100" height="45">
+<node halign=center bordersize=2 progresscol=CD661D bgcol=white halign=left func=getepgakttimeline bordercol=CD661D borderradius=5 name=epgline posx="187" posy="505"  width=650 height=20/>
+#   Nächste Sendung
+<node func="getepgnextstart" param1="%R - " posx="187" posy="550" width="150" height="25">
+<node func="getepgnextend" param1="%R" posx="255" posy="550" width="70" height="25">
+<node func="getepgnexttitle" posx="320" posy="550" width="520" height="25">
+<node func="getepgnexttimeremaining" param1="%d Min" halign="right" posx="860" posy="550" width="100" height="25">
+#   REC
+<node halign=left valign=left func=getrec param1=skin name=rec posx=20 posy=20 width=100 height=30/>
+</screen>
+
+##  mit WETTER  ##  
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf105_Wetter posx=0 posy=0 width=1024 height=600 bgcol=000000>
+<node fontsize=60 halign=center text="" func=getaktchannelname name=channelname posx=15 posy=15 width=994 height=60 fontcol=fontcol/>
+<node func=getalternatepicon posx=center posy=100 width=320 height=240/>
+<node halign=center func=getepgakttitle bordersize=0 bordercol=bordercol fontsize=40 posx=center posy=360 width=930 height=40 fontcol=fontcol/>
+<node halign=center text="" name=akttime fontsize=70 posx=center posy="420" width=700 height=70/>
+# progress Bar
+<node func="getepgaktstart" param1="%R - " posx="10" posy="500" width="150" height="45">
+<node func="getepgaktend" param1="%R" posx="105"     posy="500" width="150" height="45">
+<node func="getepgakttimeremaining" param1="+%d Min" posx="870" posy="500" width="100" height="45">
+<node halign=center bordersize=2 progresscol=CD661D bgcol=white halign=left func=getepgakttimeline bordercol=CD661D borderradius=5 name=epgline posx="187" posy="505"  width=650 height=20/>
+#   Nächste Sendung
+<node func="getepgnextstart" param1="%R - " posx="187" posy="550" width="150" height="25">
+<node func="getepgnextend" param1="%R" posx="255" posy="550" width="70" height="25">
+<node func="getepgnexttitle" posx="320" posy="550" width="520" height="25">
+<node func="getepgnexttimeremaining" param1="%d Min" halign="right" posx="860" posy="550" width="100" height="25">
+#   REC
+<node halign=left valign=left func=getrec param1=skin name=rec posx=20 posy=20 width=100 height=30/>
+#   Wetter
+<node halign=center text="MO" name=day0_d fontsize=20 posx=934 posy=10 width=80 height=20/>
+<node halign=center text="DI" name=day1_d fontsize=20 posx=934 posy=130 width=80 height=20/>
+<node halign=center text="MI" name=day2_d fontsize=20 posx=934 posy=250 width=80 height=20/>
+<node halign=center text="DO" name=day3_d fontsize=20 posx=934 posy=370 width=80 height=20/>
+<node halign=center text="0 C" name=day0_t fontsize=20 posx=934 posy=95 width=80 height=20/>
+<node halign=center text="0 C" name=day1_t fontsize=20 posx=934 posy=215 width=80 height=20/>
+<node halign=center text="0 C" name=day2_t fontsize=20 posx=934 posy=335 width=80 height=20/>
+<node halign=center text="0 C" name=day3_t fontsize=20 posx=934 posy=455 width=80 height=20/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day0_i posx=944 posy=30 width=64 height=64/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day1_i posx=944 posy=150 width=64 height=64/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day2_i posx=944 posy=270 width=64 height=64/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day3_i posx=944 posy=390 width=64 height=64/>
+</screen>
+
+###  ---- PLAY ----
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf105_Play posx=0 posy=0 width=1024 height=600 bgcol=000000>
+#<node pic=%pluginpath%/lcdsamsung/mc.png type=textbox wrap=yes fontsize=50 halign=center text="" name=title posx=center posy=30 width=690 height=50 fontcol=fontcol/>
+<node fontsize=50 halign=center text="" type=textbox wrap=yes name=title1 posx=center posy=30 width=690 height=105 fontcol=fontcol/>
+<node text="---" name=len posx=center posy=160 width=700 height=30 fontsize=30 fontcol=fontcol/>
+<node halign=center bordersize=3 progresscol=CD661D name=progress bgcol=white halign=left bordercol=CD661D borderradius=5 posy=200 posx=center width=700 height=20/>
+<node text="---" halign=left name=reverse posx=750 posy=230 width=250 height=30 fontsize=30 fontcol=fontcol/>
+<node text="---" halign=left  name=pos posx=162 posy=230 width=250 height=30 fontsize=30 fontcol=fontcol/>
+<node halign=center text="" name=akttime fontsize=100 posx=center posy=300 width=700 height=100/>
+</screen>
+
+##  ---- STANDBY ----
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf105_Standby posx=0 posy=0 width=1024 height=600 bgcol=000000>
+<node halign=center func="gettime" param1="%d.%m.%Y" name=datum fontsize=80 posx=center posy=40 width=700 height=100/>
+<node halign=center text="" name=akttime fontsize=100 posx=center posy=460 width=700 height=100/>
+<node pic=%pluginpath%/lcdsamsung/skin/Standardpicon.png halign=center name=Logo posx=352 posy=180 width=320 height=240/>
+
+<node halign=center valign=left func=getrec param1=skin name=rec posx=0 posy=440 width=100 height=20/>
+<node halign=center text="" name=day0_d fontsize=20 posx=96 posy=460 width=80 height=20/>
+<node halign=center text="" name=day1_d fontsize=20 posx=240 posy=460 width=80 height=20/>
+<node halign=center text="" name=day2_d fontsize=20 posx=704 posy=460 width=80 height=20/>
+<node halign=center text="" name=day3_d fontsize=20 posx=848 posy=460 width=80 height=20/>
+<node halign=center text="" name=day0_t fontsize=20 posx=96 posy=554 width=80 height=20/>
+<node halign=center text="" name=day1_t fontsize=20 posx=240 posy=554 width=80 height=20/>
+<node halign=center text="" name=day2_t fontsize=20 posx=704 posy=554 width=80 height=20/>
+<node halign=center text="" name=day3_t fontsize=20 posx=848 posy=554 width=80 height=20/>
+<node pic=sunny60.png halign=center name=day0_i posx=106 posy=480 width=64 height=64/>
+<node pic=sunny60.png halign=center name=day1_i posx=250 posy=480 width=64 height=64/>
+<node pic=sunny60.png halign=center name=day2_i posx=714 posy=480 width=64 height=64/>
+<node pic=sunny60.png halign=center name=day3_i posx=858 posy=480 width=64 height=64/>
+</screen>
+
+
+
+
+
+####  SPF107
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf107 posx=0 posy=0 width=1024 height=600 bgcol=000000>
+<node fontsize=60 halign=center text="" func=getaktchannelname name=channelname posx=15 posy=15 width=994 height=60 fontcol=fontcol/>
+<node func=getalternatepicon posx=center posy=100 width=320 height=240/>
+##    Rahmen um das PICON    bordersize="1" bordercol="white" 
+#<node name="small_lcd" bordersize="1" bordercol="white" posx="center" posy="100" width="320" height="240">
+##
+<node halign=center func=getepgakttitle bordersize=0 bordercol=bordercol fontsize=40 posx=center posy=360 width=1004 height=40 fontcol=fontcol/>
+<node halign=center text="" name=akttime fontsize=70 posx=center posy="420" width=700 height=70/>
+# progress Bar
+<node func="getepgaktstart" param1="%R - " posx="10" posy="500" width="150" height="45">
+<node func="getepgaktend" param1="%R" posx="105"     posy="500" width="150" height="45">
+<node func="getepgakttimeremaining" param1="+%d Min" posx="870" posy="500" width="100" height="45">
+<node halign=center bordersize=2 progresscol=CD661D bgcol=white halign=left func=getepgakttimeline bordercol=CD661D borderradius=5 name=epgline posx="187" posy="505"  width=650 height=20/>
+#   Nächste Sendung
+<node func="getepgnextstart" param1="%R - " posx="187" posy="550" width="150" height="25">
+<node func="getepgnextend" param1="%R" posx="255" posy="550" width="70" height="25">
+<node func="getepgnexttitle" posx="320" posy="550" width="520" height="25">
+<node func="getepgnexttimeremaining" param1="%d Min" halign="right" posx="860" posy="550" width="100" height="25">
+#   REC
+<node halign=left valign=left func=getrec param1=skin name=rec posx=20 posy=20 width=100 height=30/>
+</screen>
+
+##  mit WETTER  ##  
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf107_Wetter posx=0 posy=0 width=1024 height=600 bgcol=000000>
+<node fontsize=60 halign=center text="" func=getaktchannelname name=channelname posx=15 posy=15 width=994 height=60 fontcol=fontcol/>
+<node func=getalternatepicon posx=center posy=100 width=320 height=240/>
+<node halign=center func=getepgakttitle bordersize=0 bordercol=bordercol fontsize=40 posx=center posy=360 width=1004 height=40 fontcol=fontcol/>
+<node halign=center text="" name=akttime fontsize=70 posx=center posy="420" width=700 height=70/>
+# progress Bar
+<node func="getepgaktstart" param1="%R - " posx="10" posy="500" width="150" height="45">
+<node func="getepgaktend" param1="%R" posx="105"     posy="500" width="150" height="45">
+<node func="getepgakttimeremaining" param1="+%d Min" posx="870" posy="500" width="100" height="45">
+<node halign=center bordersize=2 progresscol=CD661D bgcol=white halign=left func=getepgakttimeline bordercol=CD661D borderradius=5 name=epgline posx="187" posy="505"  width=650 height=20/>
+#   Nächste Sendung
+<node func="getepgnextstart" param1="%R - " posx="187" posy="550" width="150" height="25">
+<node func="getepgnextend" param1="%R" posx="255" posy="550" width="70" height="25">
+<node func="getepgnexttitle" posx="320" posy="550" width="520" height="25">
+<node func="getepgnexttimeremaining" param1="%d Min" halign="right" posx="860" posy="550" width="100" height="25">
+#   REC
+<node halign=left valign=left func=getrec param1=skin name=rec posx=20 posy=20 width=100 height=30/>
+#   Wetter
+<node halign=center text="MO" name=day0_d fontsize=20 posx=934 posy=10 width=80 height=20/>
+<node halign=center text="DI" name=day1_d fontsize=20 posx=934 posy=130 width=80 height=20/>
+<node halign=center text="MI" name=day2_d fontsize=20 posx=934 posy=250 width=80 height=20/>
+<node halign=center text="DO" name=day3_d fontsize=20 posx=934 posy=370 width=80 height=20/>
+<node halign=center text="0 C" name=day0_t fontsize=20 posx=934 posy=95 width=80 height=20/>
+<node halign=center text="0 C" name=day1_t fontsize=20 posx=934 posy=215 width=80 height=20/>
+<node halign=center text="0 C" name=day2_t fontsize=20 posx=934 posy=335 width=80 height=20/>
+<node halign=center text="0 C" name=day3_t fontsize=20 posx=934 posy=455 width=80 height=20/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day0_i posx=944 posy=30 width=64 height=64/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day1_i posx=944 posy=150 width=64 height=64/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day2_i posx=944 posy=270 width=64 height=64/>
+<node pic=%pluginpath%/lcdsamsung/skin/sunny60.png halign=center name=day3_i posx=944 posy=390 width=64 height=64/>
+</screen>
+
+###  ---- PLAY ----
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf107_Play posx=0 posy=0 width=1024 height=600 bgcol=000000>
+#<node pic=%pluginpath%/lcdsamsung/mc.png type=textbox wrap=yes fontsize=50 halign=center text="" name=title posx=center posy=30 width=690 height=50 fontcol=fontcol/>
+<node fontsize=50 halign=center text="" type=textbox wrap=yes name=title1 posx=center posy=30 width=690 height=105 fontcol=fontcol/>
+<node text="---" name=len posx=center posy=160 width=700 height=30 fontsize=30 fontcol=fontcol/>
+<node halign=center bordersize=3 progresscol=CD661D name=progress bgcol=white halign=left bordercol=CD661D borderradius=5 posy=200 posx=center width=700 height=20/>
+<node text="---" halign=left name=reverse posx=750 posy=230 width=250 height=30 fontsize=30 fontcol=fontcol/>
+<node text="---" halign=left  name=pos posx=162 posy=230 width=250 height=30 fontsize=30 fontcol=fontcol/>
+<node halign=center text="" name=akttime fontsize=100 posx=center posy=300 width=700 height=100/>
+</screen>
+
+##  ---- STANDBY ----
+
+<screen halign=center fontcol=fontcol fontsize=30 name=LCD_spf107_Standby posx=0 posy=0 width=1024 height=600 bgcol=000000>
+<node halign=center func="gettime" param1="%d.%m.%Y" name=datum fontsize=80 posx=center posy=40 width=700 height=100/>
+<node halign=center text="" name=akttime fontsize=100 posx=center posy=460 width=700 height=100/>
+<node pic=%pluginpath%/lcdsamsung/skin/Standardpicon.png halign=center name=Logo posx=352 posy=180 width=320 height=240/>
+
+<node halign=center valign=left func=getrec param1=skin name=rec posx=0 posy=440 width=100 height=20/>
+<node halign=center text="" name=day0_d fontsize=20 posx=96 posy=460 width=80 height=20/>
+<node halign=center text="" name=day1_d fontsize=20 posx=240 posy=460 width=80 height=20/>
+<node halign=center text="" name=day2_d fontsize=20 posx=704 posy=460 width=80 height=20/>
+<node halign=center text="" name=day3_d fontsize=20 posx=848 posy=460 width=80 height=20/>
+<node halign=center text="" name=day0_t fontsize=20 posx=96 posy=554 width=80 height=20/>
+<node halign=center text="" name=day1_t fontsize=20 posx=240 posy=554 width=80 height=20/>
+<node halign=center text="" name=day2_t fontsize=20 posx=704 posy=554 width=80 height=20/>
+<node halign=center text="" name=day3_t fontsize=20 posx=848 posy=554 width=80 height=20/>
+<node pic=sunny60.png halign=center name=day0_i posx=106 posy=480 width=64 height=64/>
+<node pic=sunny60.png halign=center name=day1_i posx=250 posy=480 width=64 height=64/>
+<node pic=sunny60.png halign=center name=day2_i posx=714 posy=480 width=64 height=64/>
+<node pic=sunny60.png halign=center name=day3_i posx=858 posy=480 width=64 height=64/>
+</screen>
