Update of /cvsroot/freevo/freevo/skins/xml/type1
In directory sc8-pr-cvs1:/tmp/cvs-serv11708/skins/xml/type1

Modified Files:
        barbieri.fxd 
Log Message:
TV Guide and vertical alignment now works!


Index: barbieri.fxd
===================================================================
RCS file: /cvsroot/freevo/freevo/skins/xml/type1/barbieri.fxd,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** barbieri.fxd        27 Jun 2003 18:56:30 -0000      1.5
--- barbieri.fxd        27 Jun 2003 19:49:55 -0000      1.6
***************
*** 619,622 ****
--- 619,667 ----
      </layout>
  
+     <!-- tv listing area -->
+     <layout label="tv info">
+       <background>
+       <rectangle size="0" bgcolor="0x80000000" radius="10" width="max"/>
+       </background>
+       <content x="10" y="10" height="max-20" width="max-20" type="text"
+       spacing="10" font="tv">
+       <item type="default">
+         <if expression="title">
+            <text font="info title" 
+                  width="630" height="line_height"
+                  mode="hard" align="left"
+                  expression="title" />
+         </if>
+           <text font="info value"
+               width="max" height="line_height"
+               mode="hard" align="left" valign="center"
+               expression="start" />
+           <text font="info value"
+               width="max" height="line_height"
+               mode="hard" align="left" valign="center">-</text>
+           <text font="info value"
+               width="max" height="line_height"
+               mode="hard" align="left" valign="center"
+               expression="stop" />
+         <newline />
+         <if expression="sub_title">
+            <text font="info tagline"
+                  width="max" height="line_height"
+                  mode="hard" align="left"
+                  expression="sub_title" />
+              <newline />
+         </if>
+         <if expression="desc">
+              <text font="info plot"
+                  width="max" height="line_height"
+                  mode="hard" align="left"
+                 expression="desc" />    
+              <newline />
+         </if>
+       </item>
+       </content>
+     </layout>
+ 
+ 
      <!-- ********************************************** -->
      <!-- FONT DEFINITIONS -->




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to