|
From: FlorinCB <ory...@us...> - 2009-07-08 05:28:09
|
Update of /cvsroot/mxbb/mx_music/templates/_core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31885 Modified Files: music_flv_body.tpl Log Message: update Index: music_flv_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_flv_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** music_flv_body.tpl 10 Sep 2008 06:23:01 -0000 1.3 --- music_flv_body.tpl 8 Jul 2009 04:05:24 -0000 1.4 *************** *** 3,12 **** <div class="inner"><span class="corners-top"><span></span></span> <div class="textbody"> ! <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> ! <tr> ! <th height="25" colspan="2" class="thTop">{SONG_TITLE}</th> </tr> ! <tr> ! <td width="44%" class="row1" align="center"> <!-- BEGIN media --> <SCRIPT LANGUAGE="JavaScript"> --- 3,18 ---- <div class="inner"><span class="corners-top"><span></span></span> <div class="textbody"> ! <table width="100%" align="center" cellpadding="3" cellspacing="1" border="0" class="forumline" style="border-top:none;"> ! <!-- Clock Code: Start --> ! <tr> ! <td class="catHead" colspan="1" align="center"> ! <div id="title" style="text-align: center;"> ! <span class="topictitle">{SONG_TITLE}</span><hr /> ! </div> ! </td> </tr> ! <tr> ! <td width="44%" class="row1" align="center" valign="middle"> ! <div id="flashplayer" align="center"> <!-- BEGIN media --> <SCRIPT LANGUAGE="JavaScript"> *************** *** 172,178 **** <!-- BEGIN ram --> ! <embed src="{U_SONG}" align="center" ! width="275" height="40" type="audio/x-pn-realaudio-plugin" console="cons" ! controls="ControlPanel" autostart="false"></embed> <!-- END ram --> --- 178,184 ---- <!-- BEGIN ram --> ! <embed src="{U_SONG}" align="center" ! width="275" height="40" type="audio/x-pn-realaudio-plugin" console="cons" ! controls="ControlPanel" autostart="false"></embed> <!-- END ram --> *************** *** 193,197 **** <a href="javascript:void(0);" onClick="window.open('{SONG_FULL_URL}','','scrollbars=yes,resizable=no,width=804,height=610')"><img src="{SONG_THUMB_URL}" id="image" type="image" width="425" height="350" border="1"></a> <!-- END img --> ! </td> </td> </tr> --- 199,204 ---- <a href="javascript:void(0);" onClick="window.open('{SONG_FULL_URL}','','scrollbars=yes,resizable=no,width=804,height=610')"><img src="{SONG_THUMB_URL}" id="image" type="image" width="425" height="350" border="1"></a> <!-- END img --> ! </div> ! </td> </td> </tr> |