|
From: OryNider <ory...@us...> - 2007-08-28 23:01:45
|
Update of /cvsroot/mxbb/mx_music/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25581 Modified Files: music_cat_xs.tpl music_page_body.tpl Log Message: Just in case the user add a url for a image. Index: music_page_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/subSilver/music_page_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_page_body.tpl 6 Jun 2007 20:40:59 -0000 1.1 --- music_page_body.tpl 28 Aug 2007 23:01:26 -0000 1.2 *************** *** 175,178 **** --- 175,182 ---- <!-- END qt --> + <!-- BEGIN img --> + <img src="{SONG_URL}" id="image" type="image" width="425" height="350" alt=""> + <!-- END img --> + </td> <td rowspan="2" class="row1"><table width="90%" height="90%" border="0" align="center" cellpadding="3" cellspacing="2"> Index: music_cat_xs.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/subSilver/music_cat_xs.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** music_cat_xs.tpl 25 Aug 2007 03:30:27 -0000 1.2 --- music_cat_xs.tpl 28 Aug 2007 23:01:26 -0000 1.3 *************** *** 193,196 **** --- 193,201 ---- </object> <!-- ENDIF --> + + <!-- IF song_detail.S_ROW_TYPE eq img --> + <img src="{song_detail.SONG_URL}" id="image" type="image" width="425" height="350" alt=""> + <!-- ENDIF --> + </td> </tr> |