|
From: Florin C B. <ory...@us...> - 2011-03-29 05:36:15
|
Update of /cvsroot/mxbb/mx_radio/templates/prosilver
In directory vz-cvs-4.sog:/tmp/cvs-serv8170
Added Files:
index.htm radio_front.html
Log Message:
radio module front block prosilver template
--- NEW FILE: index.htm ---
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>
--- NEW FILE: radio_front.html ---
<div class="clear"></div>
<div class="forabg block" style="vertical-align:top;">
<div class="inner">
<ul class="icon bg2" style="width:70; display:block;>
<dl style="vertical-align:middle;">
<dt style="text-align:center" class="cat">
{L_TITLE}
</dt>
</dl>
</ul>
<ul class="icon bg2" style="width:70; display:block;>
<dl style="vertical-align:middle;">
<dt style="text-align:center" class="cat">
<table width="100%" cellpadding="0" cellspacing="1" border="0" style="border:none;">
<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 -->
<img src="{RADIO_IMG}" alt="{L_VERSION}" border="0" />
</td>
<td class="row1" align="left">
<span class="gensmall">{TOTAL_LISTENERS_ONLINE}</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=no,width=332,height=360')">{L_CLICK_TO_LISTEN_STATION}</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>
</dt>
</dl>
</ul>
</div>
<span class="corners-bottom"><span></span></span>
</div>
|