|
From: <ara...@us...> - 2007-04-16 20:21:03
|
Revision: 118
http://svn.sourceforge.net/easybox-mod/?rev=118&view=rev
Author: aragornis
Date: 2007-04-16 13:20:57 -0700 (Mon, 16 Apr 2007)
Log Message:
-----------
- Mise en place du lecteur sur mediacenter (non test?\195?\169 !)
Modified Paths:
--------------
trunk/skin/mediacenter/avertissement.tpl
trunk/skin/mediacenter/couleur.conf
Added Paths:
-----------
trunk/skin/mediacenter/films.tpl
trunk/skin/mediacenter/player/r1_c1.gif
trunk/skin/mediacenter/player/r2_c1.gif
trunk/skin/mediacenter/player/r2_c8.gif
trunk/skin/mediacenter/player/r3_c1.gif
trunk/skin/mediacenter/player/r4_c1.gif
trunk/skin/mediacenter/player/r4_c3.gif
trunk/skin/mediacenter/player/r4_c5.gif
trunk/skin/mediacenter/player/r4_c6.gif
trunk/skin/mediacenter/player/r4_c7.gif
trunk/skin/mediacenter/player/r5_c1.gif
Modified: trunk/skin/mediacenter/avertissement.tpl
===================================================================
--- trunk/skin/mediacenter/avertissement.tpl 2007-04-16 08:57:40 UTC (rev 117)
+++ trunk/skin/mediacenter/avertissement.tpl 2007-04-16 20:20:57 UTC (rev 118)
@@ -5,7 +5,7 @@
</head>
<body background="ts://127.0.0.1" text="{#COULEUR_TEXT#}" link="{#COULEUR_LINK#}" alink="{#COULEUR_ALINK#}" vlink="{#COULEUR_VLINK#}">
<center><table width="590" height="510" border="0" align="center" cellpadding="0" cellspacing="0"><tr><td align=center width="590" height="510" valign="middle">
- <table width="540" border="2" cellpadding="10" cellspacing="0" bgcolor="{#COULEUR_FOND_AVERTISSEMENT#}" bordercolor="#ffffff3f"><tr><td width="590">
+ <table width="540" border="2" cellpadding="10" cellspacing="0" bgcolor="{#COULEUR_FOND_AVERTISSEMENT#}" bordercolor="#54585A3F"><tr><td width="590">
<table width="540" border="0" cellpadding="10" cellspacing="0"><tr>
{if NOT $no_icone}<td align="center" width="80" height="80">
<img src="{$INTERFACE_REP}info.gif" border="0" width="80" height="80">
Modified: trunk/skin/mediacenter/couleur.conf
===================================================================
--- trunk/skin/mediacenter/couleur.conf 2007-04-16 08:57:40 UTC (rev 117)
+++ trunk/skin/mediacenter/couleur.conf 2007-04-16 20:20:57 UTC (rev 118)
@@ -41,13 +41,13 @@
#//////////////////////////// Couleur du texte dans la lecture vid\xE9o et audio ////////////////////////////
#Couleur du texte par d\xE9faut
-COULEUR_LECTEUR_TEXT = "#0000003f"
+COULEUR_LECTEUR_TEXT = "#ffffff3F"
#Couleur des liens inactifs
-COULEUR_LECTEUR_LINK = "#0000003f"
+COULEUR_LECTEUR_LINK = "#ffffff3F"
#Couleur des liens selectionn\xE9s
-COULEUR_LECTEUR_ALINK = "#AE00003F"
+COULEUR_LECTEUR_ALINK = "#F8A1183F"
#Couleur des liens d\xE9j\xE0 visit\xE9s
-COULEUR_LECTEUR_VLINK = "#AE00003F"
+COULEUR_LECTEUR_VLINK = "#F8A1183F"
#///////////////////////////////// HTML-LIGHT et RSS ///////////////////////////////////
#Couleur du texte par d\xE9faut
@@ -64,10 +64,10 @@
#///////////////////////////////// Message d'avertissement ///////////////////////////////////
#Couleur du fond de la fen\xEAtre d'avertissement
-COULEUR_FOND_AVERTISSEMENT = "#B7D88B3F"
+COULEUR_FOND_AVERTISSEMENT = "#3333333F"
#///////////////////////////////// Fond d'\xE9cran ///////////////////////////////////
-BACKGROUND = "bg.png"
-TYPE = "int"
+BACKGROUND = "bg.png"
+TYPE = "int"
?>
Added: trunk/skin/mediacenter/films.tpl
===================================================================
--- trunk/skin/mediacenter/films.tpl (rev 0)
+++ trunk/skin/mediacenter/films.tpl 2007-04-16 20:20:57 UTC (rev 118)
@@ -0,0 +1,249 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+{include file="bouton.tpl"}
+{setbackground path="none"}
+</head>
+<body background="ts://127.0.0.1" text="{#COULEUR_LECTEUR_TEXT#}" link="{#COULEUR_LECTEUR_LINK#}" alink="{#COULEUR_LECTEUR_ALINK#}" vlink="{#COULEUR_LECTEUR_VLINK#}">
+<center>
+<table width="650" height="510" border="0" cellpadding="0" cellspacing="0"><tr>
+ <td height="378" align="left" cellpadding="3" cellspacing="0" valign="top"{if $module!=''} bgcolor="{#COULEUR_FOND2#}"{/if}>
+
+ {math equation="x/y+1" x="600" y=6 assign=width}
+ <table width="600" height="25" border="0" align="center" cellpadding="0" cellspacing="0">
+ <tr>
+ <td width="{$width}" align=center><a href="info.php?module=infos" {if $module=='infos'}focused{/if}><table width="{$width}" height="25" border="0" cellpadding="0" cellspacing="0" bgcolor="{#COULEUR_FOND2#}" abgcolor="{#COULEUR_TABLE_SELECTED#}"><tr height="25"><td width="{$width}" align=center height="25">Infos</td></tr></table></a></td>
+ <td width="{$width}" align=center><a href="info.php?module=video" {if $module=='video'}focused{/if}><table width="{$width}" height="25" border="0" cellpadding="0" cellspacing="0" bgcolor="{#COULEUR_FOND2#}" abgcolor="{#COULEUR_TABLE_SELECTED#}"><tr height="25"><td width="{$width}" align=center height="25">Video</td></tr></table></a></td>
+ <td width="{$width}" align=center><a href="info.php?module=audio" {if $module=='audio'}focused{/if}><table width="{$width}" height="25" border="0" cellpadding="0" cellspacing="0" bgcolor="{#COULEUR_FOND2#}" abgcolor="{#COULEUR_TABLE_SELECTED#}"><tr height="25"><td width="{$width}" align=center height="25">Audio</td></tr></table></a></td>
+ <td width="{$width}" align=center><a href="info.php?module=sstitre" {if $module=='sstitre'}focused{/if}><table width="{$width}" height="25" border="0" cellpadding="0" cellspacing="0" bgcolor="{#COULEUR_FOND2#}" abgcolor="{#COULEUR_TABLE_SELECTED#}"><tr height="25"><td width="{$width}" align=center height="25">Sous-titres</td></tr></table></a></td>
+ <td width="{$width}" align=center><a href="info.php?module=navigation" {if $module=='navigation'}focused{/if}><table width="{$width}" height="25" border="0" cellpadding="0" cellspacing="0" bgcolor="{#COULEUR_FOND2#}" abgcolor="{#COULEUR_TABLE_SELECTED#}"><tr height="25"><td width="{$width}" align=center height="25">Chapitres</td></tr></table></a></td>
+ <td width="{$width}" align=center><a href="info.php"><table width="{$width}" height="25" border="0" cellpadding="0" cellspacing="0" bgcolor="{#COULEUR_FOND2#}" abgcolor="{#COULEUR_TABLE_SELECTED#}"><tr height="25"><td width="{$width}" align=center height="25">Fermer</td></tr></table></a></td>
+ </tr>
+ </table>
+
+{*############### DEBUT DES OPTIONS ##############*}
+
+{if $module=='infos'}
+{$content}
+{elseif $module=='video'}
+<font size="3"><u>Options vid\xE9o</u></font><br>
+ <form action="info.php" method="get">
+ <input type=hidden name=module value=video><input type=hidden name=var value="video-es"><br>
+ <select name="video">
+ {foreach from=$video item=pistev key=key name=video}
+ <option value={$key} {if $pistev.1}selected{/if}>{$pistev.0}
+ {*<input type=radio name=video bgcolor="{#COULEUR_FOND_RADIO#}" value="{$key}" {if $pistev.1} checked{/if}>{$pistev.0}<br>*}
+ {/foreach}
+ </select>
+ <br>Post-traitement :
+<select name="pp">
+<option value=0 {if $pp_video==1}selected{/if}>0
+<option value=1 {if $pp_video==1}selected{/if}>1
+<option value=2 {if $pp_video==2}selected{/if}>2
+<option value=3 {if $pp_video==3}selected{/if}>3
+<option value=4 {if $pp_video==4}selected{/if}>4
+<option value=5 {if $pp_video==5}selected{/if}>5
+<option value=6 {if $pp_video==6}selected{/if}>6
+</select><br>
+
+ Augmenter la qualit\xE9 du traitement de l'image (de 0 vers 6) demande plus de puissance CPU.
+ <br>
+
+<select name=display_scaling>
+<option value=letterbox>Letterbox
+<option value=panscan>Pan Scan
+<option value=fullscreen>Fullscreen
+</select>
+
+<table width="500" align="left">
+<tr><td width="90">Lumi\xE9re</td><td width="5">:</td><td><input bgcolor="{#COULEUR_FOND_RADIO#}" type=hslider name=denc_brightness min=0 max=255 grad=16></td></tr>
+<tr><td width="90">Contraste</td><td width="5">:</td><td><input bgcolor="{#COULEUR_FOND_RADIO#}" type=hslider name=denc_contrast min='-128' max=127 grad=16></td></tr>
+<tr><td width="90">Couleur</td><td width="5">:</td><td><input bgcolor="{#COULEUR_FOND_RADIO#}" type=hslider name=denc_saturation min=0 max=255 grad=16></td></tr>
+<tr><td width="90">Zoom</td><td width="5">:</td><td><input bgcolor="{#COULEUR_FOND_RADIO#}" type=hslider name=video_output_scale min=25 max=175 grad=5> - <a href="none" onSelect='video_output_scale="100";'>R\xE9initialiser</a></td></tr>
+</table>
+<br>
+ <input bgcolor="{#COULEUR_TEXTBOX#}" type=submit value="Valider les modifications">
+</form>
+
+{elseif $module=='audio'}
+
+<font size="3"><u>Options audio</u></font><br>
+ <form action="info.php" method="get"><input type=hidden name=module value=audio><input type=hidden name=var value="audio-es"><br>
+ <select name="audio">
+ {foreach from=$audio item=pistea key=key name=audio}
+ <option value={$key} {if $pistea.1}selected{/if}>{$pistea.0}
+ {/foreach}
+ </select>
+ <br> <br>
+ <input type="radio" name="aud" value="69(en,mp2)" bgcolor="{#COULEUR_FOND_RADIO#}"> Son st\xE9r\xE9o<br>
+ <input type="radio" name="aud" value="69(en,ac3)" bgcolor="{#COULEUR_FOND_RADIO#}"> Dolby Digital (S/PDIF)<br>
+ <br><input bgcolor="{#COULEUR_TEXTBOX#}" type=submit value="Valider les modifications">
+ </form>
+
+{elseif $module=='sstitre'}
+<font size="3"><u>Sous-titres</u></font><br>
+ <form action="info.php" method="get"><input type=hidden name=module value=sstitre><br>
+
+ <select name="sstitre">
+ {foreach from=$sstitre item=pistess key=key name=sstitre}
+ <option value={$key} {if $pistess.1}selected{/if}>{$pistess.0}
+ {/foreach}
+ </select>
+
+ Les param\xE8tres suivants ne seront pris en compte qu'apr\xE8s le red\xE9marage complet d'Easybox. Ils seront sauvegard\xE9s dans Easybox pour les prochaines utilisations de easybox<br />
+ <font size="3"><u>Position</u></font> :
+ <input type=text bgcolor="{#COULEUR_FOND_RADIO#}" name="sub_margin" size=3 maxlength=3 value="{$sub_margin}"><br> <br>
+ <font size="3"><u>Couleur</u></font> :<br>
+ <table cellpadding="1" cellspacing="0" align="left" width="200"><tr>
+ <td width="40"><a href="info.php?module={$module}&fontcolor=16777215"><table width="30" height="20" border=3 bgcolor="#FFFFFF3F" bordercolor="#0000003F" cellpadding=0 cellspacing=0><tr><td align="center" width="30" height="20">{if $fontcolor=='16777215'}<img src="{$INTERFACE_REP}finished.gif" width="14" height="14" border="0">{else}<img src="{$INTERFACE_REP}blank.gif" width="30" height="20">{/if}</td></tr></table></a></td>
+ <td width="40"><a href="info.php?module={$module}&fontcolor=16776960"><table width="30" height="20" border=3 bgcolor="#FFFF003F" bordercolor="#FFFFFF3F" cellpadding=0 cellspacing=0><tr><td align="center" width="30" height="20">{if $fontcolor=='16776960'}<img src="{$INTERFACE_REP}finished.gif" width="14" height="14" border="0">{else}<img src="{$INTERFACE_REP}blank.gif" width="30" height="20">{/if}</td></tr></table></a></td>
+ <td width="40"><a href="info.php?module={$module}&fontcolor=65535"><table width="30" height="20" border=3 bgcolor="#00CCFF3F" bordercolor="#FFFFFF3F" cellpadding=0 cellspacing=0><tr><td align="center" width="30" height="20">{if $fontcolor=='65535'}<img src="{$INTERFACE_REP}finished.gif" width="14" height="14" border="0">{else}<img src="{$INTERFACE_REP}blank.gif" width="30" height="20">{/if}</td></tr></table></a></td>
+ <td width="40"><a href="info.php?module={$module}&fontcolor=16711680"><table width="30" height="20" border=3 bgcolor="#FF00003F" bordercolor="#FFFFFF3F" cellpadding=0 cellspacing=0><tr><td align="center" width="30" height="20">{if $fontcolor=='16711680'}<img src="{$INTERFACE_REP}finished.gif" width="14" height="14" border="0">{else}<img src="{$INTERFACE_REP}blank.gif" width="30" height="20">{/if}</td></tr></table></a></td>
+ <td width="40"><a href="info.php?module={$module}&fontcolor=32768"><table width="30" height="20" border=3 bgcolor="#00FF003F" bordercolor="#FFFFFF3F" cellpadding=0 cellspacing=0><tr><td align="center" width="30" height="20">{if $fontcolor=='32768'}<img src="{$INTERFACE_REP}finished.gif" width="14" height="14" border="0">{else}<img src="{$INTERFACE_REP}blank.gif" width="30" height="20">{/if}</td></tr></table></a></td>
+ </tr></table><br> <br>
+ <font size="3"><u>Taille</u></font> : <br> <br>- <input type="hslider" bgcolor="{#COULEUR_FOND_RADIO#}" name="fontsize" min="0" max="4" grad="1" value="{$ffontsize}"> + <br> <br>
+ <input bgcolor="{#COULEUR_TEXTBOX#}" type=submit value="Valider les modifications"></form>
+
+{elseif $module=='navigation'}
+<font size="3"><u>Titres</u></font><br>
+ {if count($title)}
+ <form action="info.php" method="get"><input type=hidden name=module value=navigation><br>
+ <select name="title">
+ {section loop=$title start=$mintitle name=title max=16}
+ <option value={$smarty.section.title.index} {if $title[title].1}selected{/if}>{$title[title].0}
+ {/section}
+ {*{foreach from=$title item=chap key=key name=chap}
+ <option value={$key} {if $chap.1}selected{/if}>{$chap.0}
+ {/foreach}*}
+ </select>
+ <input bgcolor="{#COULEUR_TEXTBOX#}" type=submit value="Valider les modifications"></form>
+ {else}
+ Aucun titre n'est d\xE9fini pour ce film
+ {/if}
+
+<br> <br>
+
+<font size="3"><u>Chapitres</u></font><br>
+ {if count($chapitre)}
+ <form action="info.php" method="get"><input type=hidden name=module value=navigation><br>
+ <select name="chap">
+ {section loop=$chapitre start=$minchap name=chap max=16}
+ <option value={$smarty.section.chap.index} {if $chapitre[chap].1}selected{/if}>{$chapitre[chap].0}
+ {/section}
+ {*{foreach from=$chapitre item=chap key=key name=chap}
+ <option value={$key} {if $chap.1}selected{/if}>{$chap.0}
+ {/foreach}*}
+ </select>
+ <input bgcolor="{#COULEUR_TEXTBOX#}" type=submit value="Valider les modifications"></form>
+ {else}
+ Aucun chapitre n'est d\xE9fini pour ce film
+ {/if}
+
+<br> <br>
+
+<font size="3"><u>Signets</u></font><br>
+ {if count($SIGNETS)}
+ <form action="info.php" method="get"><input type=hidden name=module value=navigation><br>
+ <select name="seek_value">
+ {foreach from=$SIGNETS item=signet key=key name=signet}
+ <option value={$signet.2}>{$signet.2}
+ {/foreach}
+ </select>
+ <input bgcolor="{#COULEUR_TEXTBOX#}" type=submit value="Valider les modifications"></form>
+ {else}
+ Aucun signet enregistr\xE9 pour ce film
+ {/if}
+
+<br>
+<img src="{$INTERFACE_REP}btn_bleu.gif" border="0"> <a href="{$MODULE}films/info.php?module=navigation&savesignet=1">Ajouter un nouveau signet</a>
+
+{/if}
+
+
+{*################ FIN DES OPTIONS ###############*}
+
+ </td>
+</tr><tr height="30"><td align="left"><font size="1" color="#ffffff3f"><var name=temps_affich width=300></font></td></tr><tr>
+</tr><tr height="10"><td><img src="" width="1" height="1"></td></tr><tr>
+ <td height="72" align="center">
+ <table width="630" height="72" border="0" cellpadding="0" cellspacing="0"><tr>
+ <td width="630" height="11" background="{$PLAYER_REP}r1_c1.gif"><img src="" width="1" height="1"></td>
+ </tr><tr>
+ <td height="4" width="630">
+
+{assign var=stream_1 value="`$VLC.pourcentage_courant/100*610`"|round}
+{assign var=stream_2 value="`$stream_1*-1`"}
+{assign var=stream_3 value="`$stream_1/5`"|floor}
+{assign var=stream_31 value="`$stream_3*-1`"}
+{assign var=stream_5 value="`$stream_31+122`"|floor}
+{assign var=stream_6 value=($stream_5+$stream_5)*5}
+{if $stream_3}{assign var=largeursautmoins value="`$VLC.duree_courante/$stream_3`"|floor}{/if}
+{if $stream_5}{assign var=largeursautplus value="`$VLC.duree_restante/$stream_5`"|floor}{/if}
+
+<table width="630" height="3" border="0" cellpadding="0" cellspacing="0"><tr height="4">
+ <td width="10" background="{$PLAYER_REP}r2_c1.gif"><img src="" width="1" height="1"></td>
+
+ {section name=foo1 start=1 loop=$stream_3 step=1}
+ {assign var=time value="`$smarty.section.foo1.iteration*$largeursautmoins`"}
+ {assign var=heure value=$time|date_format:"%H"}
+ <td width="5"><a onfocus='front_panel="{$time|calcul_hours|cleanaff}";temps_affich="{$time|calcul_hours_complet}";' onBlur='front_panel="{$VLC.duree_courante|calcul_hours|cleanaff}";temps_affich="{$VLC.duree_courante|calcul_hours_complet}";' href="info.php?heures={$heure-1}&minutes={$time|date_format:"%M"}&secondes={$time|date_format:"%S"}">
+ <table width="5" height="4" border="0" cellpadding="0" cellspacing="0" bgcolor="#0F88E13F" abgcolor="{#COULEUR_ALINK#}"><tr height="4">
+ <td width="5" height="4"><img src="" width="5" height="4" border="0"></td>
+ </tr></table>
+ </a></td>
+ {/section}
+
+ {section name=foo2 start=1 loop=$stream_5 step=1}
+ {assign var=time value="`$VLC.duree_courante+$smarty.section.foo2.iteration*$largeursautplus`"}
+ {assign var=heure value=$time|date_format:"%H"}
+ <td width="5"><a onfocus='front_panel="{$time|calcul_hours|cleanaff}";temps_affich="{$time|calcul_hours_complet}";' onBlur='front_panel="{$VLC.duree_courante|calcul_hours|cleanaff}";temps_affich="{$VLC.duree_courante|calcul_hours_complet}";' href="info.php?heures={$heure-1}&minutes={$time|date_format:"%M"}&secondes={$time|date_format:"%S"}">
+ <table width="5" height="4" border="0" cellpadding="0" cellspacing="0" bgcolor="#5F657F3F" abgcolor="{#COULEUR_ALINK#}"><tr height="4">
+ <td width="5" height="4"><img src="" width="5" height="4" border="0"></td>
+ </tr></table>
+ </a></td>
+ {/section}
+
+ <td width="10" background="{$PLAYER_REP}r2_c8.gif"><img src="" width="1" height="1"></td>
+</tr></table>
+
+ </td>
+ </tr>
+ <tr height="12">
+ <td width="630" height="12" background="{$PLAYER_REP}r3_c1.gif"><img src="" width="1" height="1"></td>
+ </tr>
+
+ <tr height="28">
+ <td width="630" height="28">
+ <table width="630" height="28" border="0" cellpadding="0" cellspacing="0"><tr height="28">
+ <td width="141" height="28" background="{$PLAYER_REP}r4_c1.gif"><a href="lecture.php?seek_value=moins">
+ <table width="141" height="28" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF3F" abgcolor="{#COULEUR_ALINK#}"><tr height="28">
+ <td width="141" height="28"><img src="" width="1" height="1" border="0"></td>
+ </tr></table>
+ </a></td>
+ <td width="33" height="28" background="{$PLAYER_REP}r4_c3.gif"><a href="info.php?control=pause">
+ <table width="33" height="28" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF3F" abgcolor="{#COULEUR_ALINK#}"><tr height="28">
+ <td width="33" height="28"><img src="" width="1" height="1" border="0"></td>
+ </tr></table>
+ </a></td>
+ <td width="50" height="28" background="{$PLAYER_REP}r4_c5.gif"><a href="lecture.php?seek_value=plus">
+ <table width="50" height="28" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF3F" abgcolor="{#COULEUR_ALINK#}"><tr height="28">
+ <td width="50" height="28"><img src="" width="1" height="1" border="0"></td>
+ </tr></table>
+ </a></td>
+ <td width="303" height="28" background="{$PLAYER_REP}r4_c6.gif"><font size="1">{$nomcourant|default:$VLC.url_current|truncate:30:''}</font></td>
+ <td width="103" height="28" background="{$PLAYER_REP}r4_c7.gif"><img src="" width="1" height="1" border="0"></td>
+ </tr></table>
+ </td>
+ </tr>
+
+ <tr height="17">
+ <td width="630" height="17" background="{$PLAYER_REP}r5_c1.gif"></td>
+ </tr></table>
+
+</td></tr></table>
+</td></tr></table>
+</center>
+<script language="javascript" src="/fb2ie.js">
+</script>
+</body>
+</html>
Added: trunk/skin/mediacenter/player/r1_c1.gif
===================================================================
(Binary files differ)
Property changes on: trunk/skin/mediacenter/player/r1_c1.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/skin/mediacenter/player/r2_c1.gif
===================================================================
(Binary files differ)
Property changes on: trunk/skin/mediacenter/player/r2_c1.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/skin/mediacenter/player/r2_c8.gif
===================================================================
(Binary files differ)
Property changes on: trunk/skin/mediacenter/player/r2_c8.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/skin/mediacenter/player/r3_c1.gif
===================================================================
(Binary files differ)
Property changes on: trunk/skin/mediacenter/player/r3_c1.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/skin/mediacenter/player/r4_c1.gif
===================================================================
(Binary files differ)
Property changes on: trunk/skin/mediacenter/player/r4_c1.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/skin/mediacenter/player/r4_c3.gif
===================================================================
(Binary files differ)
Property changes on: trunk/skin/mediacenter/player/r4_c3.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/skin/mediacenter/player/r4_c5.gif
===================================================================
(Binary files differ)
Property changes on: trunk/skin/mediacenter/player/r4_c5.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/skin/mediacenter/player/r4_c6.gif
===================================================================
(Binary files differ)
Property changes on: trunk/skin/mediacenter/player/r4_c6.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/skin/mediacenter/player/r4_c7.gif
===================================================================
(Binary files differ)
Property changes on: trunk/skin/mediacenter/player/r4_c7.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/skin/mediacenter/player/r5_c1.gif
===================================================================
(Binary files differ)
Property changes on: trunk/skin/mediacenter/player/r5_c1.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|