[Comoblog-commit] comoblog/modules/mod_tunelog/templates mod_tunelog_full_page.tpl.htm, NONE, 1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:17
|
Update of /cvsroot/comoblog/comoblog/modules/mod_tunelog/templates In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_tunelog/templates Added Files: mod_tunelog_full_page.tpl.htm mod_tunelog_list_last_ten.tpl.htm mod_tunelog_list_by_month.tpl.htm mod_tunelog_list_by_track.tpl.htm mod_tunelog_list_by_album.tpl.htm mod_tunelog_list_by_artist.tpl.htm Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_tunelog_full_page.tpl.htm --- <!-- BEGIN: main --> <p class="statsheading">As you'll see from the webcam, i spend a fair amout of time with my headphones on, I've been keeping the data for a while now, and while I like to think my tastes are pretty eclectic, well... lets see shall we </p> <p class="statsheading">Im Currently listening to.</p> <span align="center">{LASTTEN} </span> <p class="statsheading">Tunes counted by the number of times played</p> <span align="center">{BYTRACK} </span> <p class="statsheading" >Just for the record, while I quite like Linkin Park,well i did at the time, but not <em>that</em> much.</p> <p class="statsheading" >You know how it is, you go leave for the weekend, leave the tune server running, next thing you know it looks like you've played it 55 times straight through. I mean, come on I'm not 14 anymore.</p> <p class="statsheading">Now that that's explained, Tunes by album</p> <span align="center">{BYALBUM} </span> <p class="statsheading">And by Artist</p> <span align="center">{BYARTIST} </span> <p class="statsheading">And Finally the monthly stats. yes I know, Its quite sad really isnt it</p> <span align="center">{BYMONTH}</span> <!-- END: main --> --- NEW FILE: mod_tunelog_list_by_artist.tpl.htm --- <!-- BEGIN: main --> <!-- mod_tunelog_list_by_month.tpl.htm --> <table class="tunetable" border="0" cellspacing="0" cellpadding="2"> <tr class="tunesrowhead"> <th class="tunesrowhead" width="90%" align="left" valign="top">Artist</th> <th class="tunesrowhead" align="right" valign="top">Count</th> </tr> <!-- BEGIN: item --> <tr class="{ROW}"> <td class="{ROW}" align="left" valign="top">{ITEM.column1}</td> <td class="{ROW}" align="right" valign="top">{ITEM.column2}</td> </tr> <!-- END: item --> </table> <!-- END: main --> --- NEW FILE: mod_tunelog_list_by_track.tpl.htm --- <!-- BEGIN: main --> <!-- mod_tunelog_list_by_month.tpl.htm --> <table class="tunetable" border="0" cellspacing="0" cellpadding="2"\n> <tr class="tunesrowhead"> <th class="tunesrowhead" width="90%" align="left" valign="top">Track</th> <th class="tunesrowhead" align="right" valign="top">Played</th> </tr> <!-- BEGIN: item --> <tr class="{ROW}"> <td class="{ROW}" align="left" valign="top">{ITEM.column1} - {ITEM.column2}</td> <td class="{ROW}" align="right" valign="top">{ITEM.column3}</td> </tr> <!-- END: item --> </table> <!-- END: main --> --- NEW FILE: mod_tunelog_list_last_ten.tpl.htm --- <!-- BEGIN: main --> <!-- mod_tunelog_list_by_month.tpl.htm --> <table class="tunetable" border="0" cellspacing="0" cellpadding="2"\n> <tr class="tunesrowhead"> <th class="tunesrowhead" align="left" valign="top">Track</th> <th class="tunesrowhead" align="left" valign="top">Artist</th> <th class="tunesrowhead" align="left" valign="top">Album</th> <th class="tunesrowhead" align="left" valign="top">Played</th> </tr> <!-- BEGIN: item --> <tr class="{ROW}"> <td class="{ROW}" align="left" valign="top">{ITEM.tunelog_songtitle}</td> <td class="{ROW}" align="left" valign="top">{ITEM.tunelog_artist}</td> <td class="{ROW}" align="left" valign="top">{ITEM.tunelog_album}</td> <td class="{ROW}" align="left" valign="top">{ITEM.tunelog_played}</td> </tr> <!-- END: item --> </table> <!-- END: main --> --- NEW FILE: mod_tunelog_list_by_album.tpl.htm --- <!-- BEGIN: main --> <!-- mod_tunelog_list_by_month.tpl.htm --> <table class="tunetable" border="0" cellspacing="0" cellpadding="2"\n> <tr class="tunesrowhead"> <th class="tunesrowhead" width="90%" align="left" valign="top">Album</th> <th class="tunesrowhead" align="right" valign="top">Count</th> </tr> <!-- BEGIN: item --> <tr class="{ROW}"> <td class="{ROW}" align="left" valign="top">{ITEM.tunelog_album} - {ITEM.tunelog_artist}</td> <td class="{ROW}" align="right" valign="top">{ITEM.frequency}</td> </tr> <!-- END: item --> </table> <!-- END: main --> --- NEW FILE: mod_tunelog_list_by_month.tpl.htm --- <!-- BEGIN: main --> <!-- mod_tunelog_list_by_month.tpl.htm --> <table class="tunetable" border="0" cellspacing="0" cellpadding="2"\n> <tr class="tunesrowhead"> <th class="tunesrowhead" width="90%" align="left" valign="top">Month</th> <th class="tunesrowhead" align="right" valign="top">Count</th> </tr> <!-- BEGIN: item --> <tr class="{ROW}"> <td class="{ROW}" align="left" valign="top">{ITEM.column1}</td> <td class="{ROW}" align="right" valign="top">{ITEM.column2}</td> </tr> <!-- END: item --> </table> <!-- END: main --> |