|
From: OryNider <ory...@us...> - 2007-06-06 23:21:19
|
Update of /cvsroot/mxbb/mx_shotcast/templates/pubOry In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12809/pubOry Added Files: shotcast_front.tpl shotcast_stats.tpl Log Message: --- NEW FILE: shotcast_front.tpl --- <table width="{BLOCK_SIZE}" cellpadding="0" cellspacing="0" border="0" class="forumline"> <tr> <th class="thHead" align="center"> {L_TITLE} </th> </tr> <tr> <td> <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border:none; padding:4px;"> <tr> <!-- BEGIN switch_listeners_list_on --> <td class="row1" align="center" valign="middle" rowspan="3"> <!-- END switch_listeners_list_on --> <!-- BEGIN switch_listeners_list_off --> <td class="row1" align="center" valign="middle" rowspan="2"> <!-- END switch_listeners_list_off --> <a href="javascript:void(0);" onClick="window.open('{S_MOREINFO}','','scrollbars=no,resizable=yes,width=350,height=200')"><img src="{SHOTCAST_IMG}" alt="{L_VERSION}" border="0" /></a> </td> <td class="row1" align="left"> <span class="gensmall">{TOTAL_LISTENERS_ONLINE}, {TOTAL_LISTENERS_PEAK}</span> </td> </tr> <tr> <td class="row1" align="left"> <span class="gensmall"> <!-- BEGIN switch_user_logged_out --> [ {L_LOGIN_TO_LISTEN_STATION} ] <!-- END switch_user_logged_out --> <!-- BEGIN switch_user_logged_in --> [ <a href="javascript:void(0);" onClick="window.open('{S_LISTEN_STATION}','','scrollbars=no,resizable=yes,width=350,height=200')">{L_CLICK_TO_LISTEN_STATION}</a> ] <a href="javascript:void(0);" onClick="window.open('{S_LISTEN_WMP}','','scrollbars=no,resizable=yes,width=350,height=200')"><img src="{WMP_IMG}" alt="{L_CLICK_TO_LISTEN_WMP}" border="0" /></a> <a href="javascript:void(0);" onClick="window.open('{S_LISTEN_REAL}','','scrollbars=no,resizable=yes,width=350,height=200')"><img src="{REAL_IMG}" alt="{L_CLICK_TO_LISTEN_REAL}" border="0" /></a> <!-- END switch_user_logged_in --> <!-- BEGIN switch_user_listening --> [ {L_ALREADY_LISTENING} ] <!-- END switch_user_listening --> </span> </td> </tr> <!-- BEGIN switch_listeners_list_on --> <tr> <td class="row1" align="left"> <span class="gensmall">{LISTENERS_LIST}</span> </td> </tr> <!-- END switch_listeners_list_on --> </table> </td> </tr> </table> <br clear="all" /> --- NEW FILE: shotcast_stats.tpl --- <head> <style type="text/css"> <!-- .table {font-family: Verdana; font-size: 10px;} td.nav { border-top: 1px solid #FFFFFF; border-bottom: 1px solid #859288; padding: 1px 0 1px 5px; font-weight: bold; font-size: 12px} td.stat { border-top: 1px solid #FFFFFF; border-bottom: 1px solid #859288; padding: 1px 0 1px 5px; color: #cccede;} --> </style> </head> <table width="{BLOCK_SIZE}" cellpadding="0" cellspacing="0" border="0" class="forumline"> <tr> <td> <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border:none; padding:4px;"> <tr> <td class="row1" align="center" valign="middle" rowspan="1"> <img src="{SHOTCAST_STATE_IMG}" alt="{L_VERSION}" border="0" /> </td> </tr> <tr> <td class="row1" align="left"> <span class="gensmall"> <tr class="table"> <td class="nav" align="left" valign="bottom"> <h8><b>{L_STATION} <i>{S_STATION}</i></b></h8> </td> </tr> <tr class="table"> <td class="stat" align="left" valign="bottom"> <b>{L_STATE} <i>{S_STATE}</i></b> </td> </tr> <tr class="table"> <td class="stat" align="left" valign="bottom"> <i>{L_SERVER_TITLE} <b>{S_SERVER_TITLE}</b></i> </td> </tr> <tr class="table"> <td class="stat" align="left" valign="bottom"> <i>{L_SERVERGENRE} <b>{S_SERVERGENRE}</b></i> </td> </tr> </tr> <tr class="table"> <td class="stat" align="left" valign="bottom"> <i>{L_SONGURL} <b><a href="{S_SONGURL}">{S_SONGURL}</a></b></i> </td> </tr> </tr> <tr class="table"> <td class="stat" align="left" valign="bottom"> <i>{L_SONG} <b>{S_SONG}</b></i> </td> </tr> </tr> <tr class="table"> <td class="stat" align="left" valign="bottom"> <i>{L_BITRATE} <b>{S_BITRATE} kbps</b></i> </td> </tr> <tr class="table"> <td class="stat" align="left" valign="bottom"> <i>{L_REPORTEDLISTENERS} <b>{S_REPORTEDLISTENERS}</b></i> </td> </tr> <tr class="table"> <td class="stat" align="left" valign="bottom"> <i>{L_PEAK_LISTENERS} <b>{S_PEAK_LISTENERS}</b></i> </td> </tr> <tr class="table"> <td class="stat" align="left" valign="bottom"> <i>{L_MAX_LISTENERS} <b>{S_MAX_LISTENERS}</b></i></td> </tr> </span> </td> </tr> </table> </td> </tr> </table> <br clear="all" /> |