--- DeepBlue.skin.old	2005-05-30 12:07:36.895028608 +0200
+++ DeepBlue.skin	2005-05-30 12:05:36.507330320 +0200
@@ -366,6 +366,30 @@
 			<image x="73" y="-79" alpha="200" condition="and({PresentHasVPS},{PresentHasTimer},not({Message}))" path="images/menu/has_timer.png"/>
 			<image x="31" y="-79" alpha="200" condition="and(not({PresentHasVPS}),{PresentHasTimer},not({Message}))" path="images/menu/has_timer.png"/>
 		</block>
+		
+		<block condition="or({RecordingName})">
+	
+			<block condition="file('logos//{MenuTitle:clean}.png')">
+      	 		<image x="0" y="0" path="images/menu/menuitems/empty.png" alpha="200"/>
+				<image x="2" y="0" alpha="200" path="logos//{MenuTitle:clean}.png"/>
+			</block>
+			
+			<text x1="30" x2="138" y1="63" y2="80" color="DB_Green" font="Sml" align="right">{RecordingDateTime:%a %d.%m}</text>
+			<text x1="90" x2="140" y1="90" y2="110" color="DB_Green" font="Sml" align="right">{RecordingDateTime:%H\:%M}</text>
+			<text x1="160" x2="560" y1="60" y2="80" color="DB_TextLight" font="Osd">{RecordingTitle}</text>
+			<text x1="160" x2="560" y1="90" y2="100" color="DB_TextLight" font="Sml">{RecordingShortText}</text>
+			<rectangle x1="148" x2="150" y1="60" y2="118" color="DB_Green"/>
+			<rectangle x1="25" x2="560" y1="118" y2="120" color="DB_Green"/>
+			<scrolltext x1="30" y1="140" x2="550" y2="-86" color="DB_TextLight" font="Osd">{RecordingDescription}</scrolltext>
+			<rectangle condition="or({CanScrollUp},{CanScrollDown})" x1="588" x2="589" y1="155" y2="-112" color="DB_Green"/>
+			<scrollbar condition="or({CanScrollUp},{CanScrollDown})" x1="592" y1="178" x2="607" y2="-125" color="DB_Blue" bgColor="DB_Background"/>
+			<image condition="and(not({CanScrollUp}),{CanScrollDown})" x="588" y="140" path="images/menu/arrow_up_off.png"/>
+			<image condition="and(not({CanScrollUp}),{CanScrollDown})" x="588" y="-121" path="images/menu/arrow_down_on.png"/>
+			<image condition="and({CanScrollUp},not({CanScrollDown}))" x="588" y="140" path="images/menu/arrow_up_on.png"/>
+			<image condition="and({CanScrollUp},not({CanScrollDown}))" x="588" y="-121" path="images/menu/arrow_down_off.png"/>
+			<image condition="and({CanScrollUp},{CanScrollDown})" x="588" y="140" path="images/menu/arrow_up_on.png"/>
+			<image condition="and({CanScrollUp},{CanScrollDown})" x="588" y="-121" path="images/menu/arrow_down_on.png"/>
+		</block>
 	
 	</display>
 
