|
From: OryNider <ory...@us...> - 2007-08-01 23:34:56
|
Update of /cvsroot/mxbb/mx_music/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20475 Modified Files: subSilver.cfg Added Files: music_lists.tpl Log Message: This will add a new block for recent songs :D --- NEW FILE: music_lists.tpl --- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td class="catLeft" height="28"><span class="cattitle">{L_RECENT_SONGS}</span></td> </tr> <!-- BEGIN music_lists_no_songs --> <tr> <td class="row1" align="left" colspan="2">{L_NO_SONGS}</td> </tr> <!-- END music_lists_no_songs --> <!-- BEGIN music_recent --> <tr> <td class="row1" valign="top" height="100%"><span class="genmed"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <!-- END music_recent --> <!-- BEGIN music_recent_lists --> <tr> <td nowrap valign="top">{music_recent_lists.BULLET}</td> <td valign="top" width="100%"> <br /><span class="genmed">{music_recent_lists.TITLE}</span> <br /><span class="gensmall">{music_recent_lists.L_POSTER}: {music_recent_lists.POSTER}</span> </td> </tr> <!-- END music_recent_lists --> <!-- BEGIN music_recent --> </table> </td> </tr> <!-- END music_recent --> </table> |