|
From: FlorinCB <ory...@us...> - 2009-01-22 08:30:06
|
Update of /cvsroot/mxbb/mx_radiocast/templates/_core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7371/templates/_core Added Files: index.html mx_radiocast.cfg radiocast_add_body.tpl radiocast_cat_body.tpl radiocast_comment_body.tpl radiocast_edit_body.tpl radiocast_index_body.tpl radiocast_list_body.tpl radiocast_modcp_body.tpl radiocast_move_body.tpl radiocast_player_body.tpl radiocast_rate_body.tpl Log Message: fixes for 3.0.x --- NEW FILE: radiocast_comment_body.tpl --- <center><b><span class="genmed"><h3>{STATION_TITLE} :: {SINGER}</h3></span></b></center> <form action="{S_RADIOCAST_ACTION}" method="post"> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td class="nav"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_RADIOCAST}">{L_RADIOCAST}</a> {NAV_SEP} <a class="nav" href="{U_VIEW_CAT}">{CAT_TITLE}</a></span></td> </tr> </table> <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> <th class="thTop" height="25">{L_COMMENTS}</th> </tr> <tr> <td align="center" class="row1"><table width="100%" align="left" cellspacing="2" cellpadding="2" border="0"> <tr> <td width="15%" align="right" valign="top" nowrap="nowrap" class="genmed"><b>{L_POSTER}:</b></td> <td width="20%" valign="top" class="genmed">{POSTER}</td> <td width="30%" align="right" valign="top" class="genmed"> </td> <td width="15%" align="right" valign="top" class="genmed"><b>{L_VIEW}:</b></td> <td width="20%" valign="top" class="genmed">{STATION_VIEW}</td> </tr> <tr> <td height="20" align="right" valign="top" nowrap="nowrap" class="genmed"><b>{L_POSTED}:</b></td> <td valign="top" class="genmed">{STATION_TIME}</td> <td valign="top" align="right" class="genmed"> </td> <td valign="top" align="right" class="genmed"><b>{L_COMMENTS}:</b></td> <td valign="top" class="genmed">{STATION_COMMENTS}</td> </tr> </table></td> </tr> </td> </tr> <!-- BEGIN commentrow --> <tr> <td class="row3" height="25"><a name="#{commentrow.ID}"></a><span class="genmed"><b>{L_POSTER}: {commentrow.POSTER} @ {commentrow.TIME}</b></span></td> </tr> <tr> <td class="row1" colspan="2"><span class="postbody">{commentrow.TEXT}</span><br /> <span class="gensmall">{commentrow.EDIT_INFO}</span><br /> <span class="genmed">{commentrow.IP}<br /><b>{commentrow.EDIT} {commentrow.DELETE}</b></span></td> </tr> <!-- END commentrow --> <!-- BEGIN switch_comment --> <tr> <td class="catBottom" align="center" height="28" colspan="2"><span class="gensmall">{L_ORDER}:</span> <select name="sort_order"><option {SORT_ASC} value='ASC'>{L_ASC}</option><option {SORT_DESC} value='DESC'>{L_DESC}</option></select> <input type="submit" name="submit" value="{L_SORT}" class="liteoption" /></td> </tr> <!-- END switch_comment --> </table> <!-- BEGIN switch_comment --> <table width="100%" cellspacing="2" border="0" cellpadding="2"> <tr> <td width="100%"><span class="nav">{PAGE_NUMBER}</span></td> <td align="right" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td> </tr> </table> <!-- END switch_comment --> </form> <script language="JavaScript" type="text/javascript"> <!-- function checkForm() { formErrors = false; if (document.commentform.comment.value.length < 2) { formErrors = "{L_COMMENT_NO_TEXT}"; } else if (document.commentform.comment.value.length > {S_MAX_LENGTH}) { formErrors = "{L_COMMENT_TOO_LONG}"; } if (formErrors) { alert(formErrors); return false; } else { return true; } } // --> </script> <!-- BEGIN switch_comment_post --> <form name="commentform" action="{S_RADIOCAST_ACTION}" method="post" onsubmit="return checkForm();"> <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> <th class="thTop" height="25" colspan="2">{L_POST_YOUR_COMMENT}</th> </tr> <!-- BEGIN logout --> <tr> <td class="row1" width="30%" height="28"><span class="genmed">{L_USERNAME}</span></td> <td class="row2"><input class="post" type="text" name="comment_username" size="32" maxlength="32" /></td> </tr> <!-- END logout --> <tr> <td class="row1" valign="top" width="30%"><span class="genmed">{L_MESSAGE}<br> {L_MAX_LENGTH}: <b>{S_MAX_LENGTH}</b></span></td> <td class="row2" valign="top"><textarea name="comment" class="post" cols="60" rows="7">{S_MESSAGE}</textarea></td> </tr> <tr> <td class="catBottom" align="center" colspan="2" height="28"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td> </tr> </table> </form> <!-- END switch_comment_post --> <br clear="all" /> <!-- Do not remove my copyright notice and keep visible with its original content! --> {RADIOCAST_COPYRIGHT} --- NEW FILE: mx_radiocast.cfg --- <?php /** * * @package mxBB Portal Module - mx_radiocast * @version $Id: mx_radiocast.cfg,v 1.1 2009/01/22 08:29:51 orynider Exp $ * @copyright (c) 2002-2006 mxBB Development Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ // // ** Configuration file for subSilver template ** // // ** copyright (C) 2001 The phpBB Group ** // ** Created by subBlue design ** // ** www.subBlue.com ** // // ** subSilver dev. forum: www.subSky.com/phpBB2/ ** // // $Id: mx_radiocast.cfg,v 1.1 2009/01/22 08:29:51 orynider Exp $ // // Please note that to enable support of different languages // the ". LANG ." place holder is available. This will be replaced // with xxx where xxx is the users selected language. If // that language isn't available it will default to english. // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // // // Do not alter this line! // $mx_template_config = true; // ------------------------------------------------------------------------- // Do some checks // ------------------------------------------------------------------------- $current_template_path = file_exists($mx_root_path . $current_template_path . "/images" ) ? $current_template_path : ( file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path : $default_template_path); $current_template_root_path = str_replace($module_root_path, "", $current_template_path); // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; $current_template_theme_images = !empty($current_template_root_path) && file_exists($mx_root_path . $current_template_root_path . "/images") ? PORTAL_URL . $current_template_root_path . "/images" : ( !empty($cloned_template_path) && file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? PORTAL_URL . cloned_template_path . "/images" : PORTAL_URL . "templates/_core/images"); $current_module_images = !empty($current_template_root_path) && file_exists($module_root_path . $current_template_root_path ."/images") ? PORTAL_URL . $module_root_path . $current_template_root_path ."/images" : $current_template_theme_images . "/phpbb2"; if ( !file_exists( $current_template_images . '/lang_' . $board_config['default_lang'] ) ) { $link_language='lang_english'; } else { $link_language='lang_' . $board_config['default_lang']; } define('LANG', $link_language); // ------------------------------------------------------------------------- // (Re)Define images // ------------------------------------------------------------------------- $mx_images['post_station'] = "$current_template_images/{LANG}/icon_add_station.gif"; $mx_images['real_front'] = "$current_template_images/real_front.gif"; $mx_images['wmp_front'] = "$current_template_images/wmp_front.gif"; $mx_images['iframe_bg'] = "$current_template_images/iframe_bg.png"; $mx_images['no_image'] = "$current_template_images/no_image.gif"; $mx_images['radio_front'] = "$current_template_images/radio_front.gif"; // Use standard phpBB graphics // $mx_images['icon_quote'] = "$current_template_theme_images/{LANG}/icon_quote.gif"; $mx_images['icon_edit'] = "$current_template_theme_images/{LANG}/icon_edit.gif"; $mx_images['icon_search'] = "$current_template_theme_images/{LANG}/icon_search.gif"; $mx_images['icon_profile'] = "$current_template_theme_images/{LANG}/icon_profile.gif"; $mx_images['icon_pm'] = "$current_template_theme_images/{LANG}/icon_pm.gif"; $mx_images['icon_email'] = "$current_template_theme_images/{LANG}/icon_email.gif"; $mx_images['icon_delpost'] = "$current_template_theme_images/icon_delete.gif"; $mx_images['icon_ip'] = "$current_template_theme_images/{LANG}/icon_ip.gif"; $mx_images['icon_www'] = "$current_template_theme_images/{LANG}/icon_www.gif"; $mx_images['icon_icq'] = "$current_template_theme_images/{LANG}/icon_icq_add.gif"; $mx_images['icon_aim'] = "$current_template_theme_images/{LANG}/icon_aim.gif"; $mx_images['icon_yim'] = "$current_template_theme_images/{LANG}/icon_yim.gif"; $mx_images['icon_msnm'] = "$current_template_theme_images/{LANG}/icon_msnm.gif"; $mx_images['icon_minipost'] = "$current_template_theme_images/icon_minipost.gif"; $mx_images['icon_gotopost'] = "$current_template_theme_images/icon_minipost.gif"; $mx_images['icon_minipost_new'] = "$current_template_theme_images/icon_minipost_new.gif"; $mx_images['icon_latest_reply'] = "$current_template_theme_images/icon_latest_reply.gif"; $mx_images['icon_newest_reply'] = "$current_template_theme_images/icon_newest_reply.gif"; $mx_images['forum'] = "$current_template_theme_images/folder_big.gif"; $mx_images['forum_new'] = "$current_template_theme_images/folder_new_big.gif"; $mx_images['forum_locked'] = "$current_template_theme_images/folder_locked_big.gif"; ?> --- NEW FILE: index.html --- <html> <head> <title>Mx Radio Cast Module</title> </head> <body> <br /><br /><br /><br /><br /><br /><br /> <center><h1><a href="http://mxbb.net/">mxBB-Portal</a></h1></center> </body> --- NEW FILE: radiocast_player_body.tpl --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta name="description" content="Radio Player" /> <meta name="keywords" content="Radio Player" /> <meta name="author" content="Radio Player originaly made by: Niklas Pull - http://pull.zapto.org" /> <title>Radio Player :: {STATION_TITLE} :: {SINGER}</title> <style type="text/css"> <!-- /* General page style. The scroll bar colours only visible in IE5.5+ */ body { background-color: #E5E5E5; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url({IMG_IFRAME_BG}); PADDING-BOTTOM: 0px; MARGIN: 0px; FONT: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; COLOR: #000000; PADDING-TOP: 0px; } a{text-decoration:none; background-color:inherit; color:#26c;} a:hover{text-decoration:underline;} #main {width: 350px; height: 100px; position: relative; left: 0px; top: 0px; margin:0; padding:0; background-image: url(images/player.png); background-repeat: no-repeat; background-attachment: fixed; background-color: #eeeeee} #display {width: 315px; height: 39px; position: relative; left: 18px; top: 18px;} #display_low {width: 310px; height: 21px; position: relative; left: 3px; top: 3px;} #bottom {width: 350px; height: 39px; position: relative; left: 0px; top: 22px;} #songtitle {width: 310px; height: 12px; position: relative; left: 3px; top: 3px;} #station {width: 150px; position: relative; left: 23px; top: 30px;} #bitrate {width: 55px; position: relative; left: 185px; top: 18px;} #equalizer {width: 55px; position: relative; left: 280px; top: 0px;} #icon {width: 55px; position: relative; left: 300px; top: 10px;} #iframe {width: 0px; position: relative; left: 0px; top: 0px;} .table {font-family: Verdana; font-size: 10px;} /* General font families for common tags */ font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } a:link,a:active,a:visited { color : #072978; } a:hover { text-decoration: underline; color : #041642; } hr { height: 0px; border: solid #80BBEC 0px; border-top-width: 1px;} /* This is the border line & background colour round the entire page */ .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } /* This is the outline round the main forum tables */ .forumline { background-color: #FFFFFF; border: 2px #006699 solid; } /* Main table cell colours and backgrounds */ td.row1 { background-color: #EFEFEF; } td.row2 { background-color: #DEE3E7; } td.row3 { background-color: #D1D7DC; } /* Setting additional nice inner borders for the main table cells. The names indicate which sides the border will be on. Don't worry if you don't understand this, just ignore it :-) */ td.cat,td.catHead,td.catBottom { height: 29px; border-width: 0px 0px 0px 0px; } th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; } td.row3Right,td.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; } th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } th.thTop { border-width: 1px 0px 0px 0px; } th.thCornerL { border-width: 1px 0px 0px 1px; } th.thCornerR { border-width: 1px 1px 0px 0px; } /* The largest text used in the index page title and toptic title etc. */ .maintitle { font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #000000; } /* General text */ .gen { font-size : 12px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; } .gen,.genmed,.gensmall { color : #000000; } a.gen,a.genmed,a.gensmall { color: #072978; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #041642; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; color : #000000 } a.mainmenu { text-decoration: none; color : #006699; } a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } /* Forum category titles */ .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #072978} a.cattitle { text-decoration: none; color : #072978; } a.cattitle:hover{ text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 12px; color : #072978; } a.forumlink { text-decoration: none; color : #072978; } a.forumlink:hover{ text-decoration: underline; color : #041642; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 11px; color : #000000;} a.nav { text-decoration: none; color : #072978; } a.nav:hover { text-decoration: underline; } /* titles for the topics: could specify viewed link colour too */ .topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #000000; } a.topictitle:link { text-decoration: none; color : #072978; } a.topictitle:visited { text-decoration: none; color : #072978; } a.topictitle:hover { text-decoration: underline; color : #041642; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; color : #000000;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #000000; } /* The content of the posts (body of text) */ .postbody { font-size : 12px; line-height: 18px} a.postlink:link { text-decoration: none; color : #072978 } a.postlink:visited { text-decoration: none; color : #072978; } a.postlink:hover { text-decoration: underline; color : #041642} /* Quote & Code blocks */ .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; background-color: #FAFAFA; border: #80BBEC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #FAFAFA; border: #80BBEC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } /* Copyright and bottom info */ .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;} a.copyright { color: #444444; text-decoration: none;} a.copyright:hover { color: #000000; text-decoration: underline;} /* Form elements */ input,textarea, select { color : #000000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; border-color : #000000; } /* The text input fields background colour */ input.post, textarea.post, select { background-color : #E3F0FB; } input { text-indent : 2px; } /* The buttons used for bbCode styling in message post */ input.button { background-color : #DAECFA; color : #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } /* The main submit button option */ input.mainoption { background-color : #FAFAFA; font-weight : bold; } /* None-bold submit button */ input.liteoption { background-color : #FAFAFA; font-weight : normal; } /* This is the line in the posting page which shows the rollover help line. This is actually a text box, but if set to be the same colour as the background no one will know ;) */ .helpline { background-color: #BADBF5; border-style: none; } --> </style> </head> <body> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td class="nav"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_RADIOCAST}">{L_RADIOCAST_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_VIEW_CAT}">{CAT_TITLE}</a></span></td> </tr> </table> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <th height="25" colspan="2" class="thTop">{STATION_TITLE}</th> </tr> <tr> <td width="44%" class="row1" align="center"> <!-- BEGIN media --> <SCRIPT LANGUAGE="JavaScript"> var WMP7; var Mac; var Win; var Unix; var Linux; Win = navigator.userAgent.indexOf("Win") > -1; Mac = navigator.userAgent.indexOf("Mac") > -1; Unix = navigator.appVersion.indexOf("X11") > -1; Linux = navigator.appVersion.indexOf("Linux") > -1; if (Mac) { if ( navigator.appName == "Netscape" ){ //Netscape code document.write (' <Embed id="wmp" name="wmp" type="audio/mpeg"'); document.write (' pluginspage="http://www.microsoft.com/windows/windowsmedia/"'); document.write (' filename="{U_STATION}"'); document.write (' src="{U_STATION}"'); document.write (' Name=MediaPlayer'); document.write (' ShowControls=1'); document.write (' ShowDisplay=1'); document.write (' ShowStatusBar=1'); document.write (' AUTOSTART=1'); document.write (' AutoSize=1'); document.write (' width={WIDTH}'); document.write (' height={HEIGHT}>'); document.write (' </Embed>'); } if ( navigator.appName != "Netscape" ){ document.write(' <embed id="wmp" name="wmp" type="audio/mpeg" width="70" height="300" ShowTracker="0" ShowDisplay="0" ShowGotoBar="0" ShowStatusBar="1" ShowCaptioning="0" AUTOSTART="1" filename="{U_STATION}" src="{U_STATION}" ></embed>'); } } if (Win) { if ( navigator.appName != "Netscape" ){ WMP7 = new ActiveXObject('WMPlayer.OCX'); } // Windows Media Player 7 Code if ( WMP7 ) { document.write (' <object id="MediaPlayer" width={WIDTH} height={HEIGHT} classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"'); document.write ('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0"'); document.write ('standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">'); document.write ('<PARAM NAME="url" VALUE="{U_STATION}">'); document.write ('<PARAM NAME="FileName" value="{U_STATION}">'); document.write ('<PARAM NAME="AutoStart" VALUE="true">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); document.write ('<PARAM NAME="ShowStatusBar" VALUE="1">'); document.write ('<PARAM NAME="AutoSize" VALUE="1">'); document.write ('<PARAM NAME="uiMode" VALUE="mini">'); document.write (' <Embed type="application/x-mplayer2"'); document.write (' pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"'); document.write (' filename="{U_STATION}"'); document.write (' src="{U_STATION}"'); document.write (' Name="MediaPlayer2"'); document.write (' ShowControls="1"'); document.write (' ShowDisplay="1"'); document.write (' ShowStatusBar="1"'); document.write (' AUTOSTART="true"'); document.write (' AutoSize="1"'); document.write (' width="70"'); document.write (' height="300">'); document.write (' </embed>'); document.write ('</OBJECT>'); } // Windows Media Player 6.4 Code else { //IE Code document.write (' <object id="wmp" width={WIDTH} height={HEIGHT} classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"'); document.write ('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0"'); document.write ('standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">'); document.write ('<PARAM NAME="url" VALUE="{U_STATION}">'); document.write ('<PARAM NAME="FileName" value="{U_STATION}">'); document.write ('<PARAM NAME="AutoStart" VALUE="true">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); document.write ('<PARAM NAME="ShowStatusBar" VALUE="1">'); document.write ('<PARAM NAME="AutoSize" VALUE="1">'); //Firefox code document.write (' <Embed type="application/x-mplayer2"'); document.write (' pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"'); document.write (' filename="{U_STATION}"'); document.write (' src="{U_STATION}"'); document.write (' Name="MediaPlayer"'); document.write (' ShowControls="1"'); document.write (' ShowDisplay="1"'); document.write (' ShowStatusBar="1"'); document.write (' AUTOSTART="true"'); document.write (' AutoSize="1"'); document.write (' width="{WIDTH}"'); document.write (' height="{HEIGHT}">'); document.write (' </embed>'); document.write ('</OBJECT>'); } } else { document.write(' <embed type="audio/mpeg" height="70" width="300" AUTOSTART="1" filename="{U_STATION}" src="{U_STATION}" ></embed>'); } </SCRIPT> <!-- END media --> <!-- BEGIN real --> <p> <object id="RVOCX" classid="CLSID:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="{WIDTH}" height="172"> <param name="SRC" value="{U_STATION}"> <param name="CONTROLS" value="ImageWindow"> <param name="CONSOLE" value="cons"> <embed autostart="true" src="{U_STATION}" type="audio/x-pn-realaudio-plugin" width="{WIDTH}" height="172" controls="ImageWindow" console="cons"> </embed> <param name="autostart" value="true"> </object> </p> <p> <object id=RVOCX classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" width="{WIDTH}" height="30" > <param name="SRC" value="{U_STATION}"> <param name="CONTROLS" value="ControlPanel"> <param name="CONSOLE" value="cons"> <embed src="{U_STATION}" type="audio/x-pn-realaudio-plugin" width="{WIDTH}" height="30" controls="ControlPanel" console="cons" > </embed> </object> </p> <!-- END real --> <!-- BEGIN ogg --> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="{WIDTH}" height="35" align="center" codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0"> <param name="java_codebase" value="{MODULE_PATH}jplayer"> <param name="java_code" value="JOrbisPlayer.class"> <param name="archive" value="JOrbisPlayer-0.0.16.2-rsa.jar"> <param name="jorbis.player.play.0" value="{STATION_URL}"> <param name="jorbis.player.icestats" value="no"> <param name="jorbis.player.playonstartup" value="yes"> <param name="type" value="application/x-java-applet;version=1.3"> <comment> <embed type="application/x-java-applet;version=1.3" width="{WIDTH}" height="35" java_codebase="{MODULE_PATH}jplayer" java_code="JOrbisPlayer.class" archive="JOrbisPlayer-0.0.16.2-rsa.jar" jorbis.player.play.0="{STATION_URL}" jorbis.player.icestats="no" jorbis.player.playonstartup="yes" pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"> </embed> </comment> </object> <div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px"> Powered by JOrbisPlayer 0.0.16.2-rsa Copyright © 1998-2002 <a href="http://www.jcraft.com/" target="_blank">JCraft,Inc.</a> </div> <!-- END ogg --> <!-- BEGIN flash --> <object width="425" height="350"> <param name="movie" value="{VIDEO_URL}"></param> <param name="wmode" value="transparent"></param> <embed src="{VIDEO_URL}" id="VideoPlayback" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350" flashvars=""> </embed> </object> <!-- END flash --> <!-- BEGIN flashvideo --> <embed src="{STATION_URL}" id="VideoPlayback" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350" flashvars=""> </embed> <!-- END flashvideo --> <!-- BEGIN youtube --> <object width="425" height="350"> <param name="movie" value="{STATION_URL}"></param> <param name="wmode" value="transparent"></param> <embed src="{VIDEO_URL}" id="VideoPlayback" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350" flashvars=""> </embed> </object> <!-- END youtube --> <!-- BEGIN ram --> <embed src="{U_STATION}" align="center" width="275" height="40" type="audio/x-pn-realaudio-plugin" console="cons" controls="ControlPanel" autostart="false"></embed> <!-- END ram --> <!-- BEGIN qt --> <object id="qt" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="377" height="212"> <param name="qtsrc" value="{U_STATION}"> <param name="autoplay" value="true"> <param name="loop" value="false"> <param name="controller" value="true"> <param name="kioskmode" value="true"> <param name="cache" value="false"> <embed src="templates/subSilver/images/uneedqt41.jpg" qtsrc="{U_STATION}" width="377" height="212" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" controller="true" loop="false" autoplay="true" kioskmode="true" cache="false"> </embed> </object> <!-- END qt --> </td> <td rowspan="2" class="row1"><table width="90%" height="90%" border="0" align="center" cellpadding="3" cellspacing="2"> <tr> <td valign="top" align="center"><img src="{U_IMG}" border="0"></td> </tr> <tr> <td valign="top" align="center"><br /><span class="gen">{STATION_DESC}</span></td> </tr> <!-- BEGIN rate_switch --> <!-- END rate_switch --> <!-- BEGIN comment_switch --> <!-- END comment_switch --> <!-- BEGIN download_switch --> <!-- END download_switch --> </table></td> </tr> <tr> <td class="row2"> <table width="90%" align="center" border="0" cellpadding="3" cellspacing="2"> <tr> <td width="25%" align="right"><span class="genmed">{L_POSTER}:</span></td> <td><span class="genmed"><b>{POSTER}</b></span></td> </tr> <tr> <td width="25%" align="right"><span class="genmed">{L_SINGER}:</span></td> <td><span class="genmed"><b>{SINGER}</b></span></td> </tr> <tr> <td align="right"><span class="genmed">{L_POSTED}:</span></td> <td><b><span class="genmed">{STATION_TIME}</span></b></td> </tr> <tr> <td align="right"><span class="genmed">{L_VIEW}:</span></td> <td><b><span class="genmed">{STATION_VIEW}</span></b></td> </tr> <!-- BEGIN rate_switch --> <tr> <td valign="top" align="right"><span class="genmed"><a href="{U_RATE}">{L_RATING}:</a></span></td> <td><b><span class="genmed">{STATION_RATING}</span></b></td> </tr> <!-- END rate_switch --> <!-- BEGIN comment_switch --> <tr> <td align="right"><span class="genmed"><a href="{U_COMMENT}">{L_COMMENTS}:</a></span></td> <td><b><span class="genmed">{STATION_COMMENTS}</span></b></td> </tr> <!-- END comment_switch --> <!-- BEGIN download_switch --> <tr> <td align="right"><span class="genmed"><a href="{U_DOWNLOAD}">{L_DOWNLOAD}:</a></span></td> <td><b><span class="genmed">{STATION_DOWNLOAD}</span></b></td> </tr> <!-- END download_switch --> <!-- BEGIN realandmedia --> <TR> <TD height="28" colspan="2" align="center" class="catbottom"><span class="cattitle">« <a href="{U_WMP}" class="cattitle"><img src="{IMG_WMP_FRONT}" border="0"></a> <a href="{U_FORCED}" class="cattitle">Force</a> <a href="{U_REAL}" class="cattitle"><img src="{IMG_REAL_FRONT}" border="0"></a> »</span></TD> </TR> <!-- END realandmedia --> </table> </td> </tr> <tr> <td height="28" colspan="2" align="center" class="catbottom"><span class="cattitle">« <a href="{U_PREVIOUS}" class="cattitle">{L_PREVIOUS}</a> «<a href="javascript:void(0);" onClick="window.open('{U_WINDOW}','','scrollbars=yes,resizable=no,width=640,height=640')"> New Window </a>» <a href="{U_NEXT}" class="cattitle">{L_NEXT}</a> »</span></td> </tr> </table> <br clear="all" /> <!-- Do not remove my copyright notice and keep visible with its original content! --> {RADIOCAST_COPYRIGHT} </body> </html> --- NEW FILE: radiocast_move_body.tpl --- <form action="{S_MUSIC_ACTION}" method="post"> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td class="nav"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_MUSIC}">{L_MUSIC}</a></span></td> </tr> </table> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> <tr> <th height="25" class="thHead">{L_MOVE}</th> </tr> <tr> <td class="row1" align="center"><br /><span class="gen">{L_MOVE_TO_CATEGORY}</span> {S_CATEGORY_SELECT} <input class="mainoption" type="submit" name="move" value="{L_MOVE}" /><br /> </td> </tr> </table> <!-- BEGIN song_id_array --> <input type="hidden" name="song_id[]" value="{song_id_array.VALUE}" /> <!-- END song_id_array --> </form> <br clear="all" /> <!-- Do not remove my copyright notice and keep visible with its original content! --> {MUSIC_COPYRIGHT} --- NEW FILE: radiocast_index_body.tpl --- <form action="{S_RADIOCAST_ACTION}" method="post"> <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr> <td><span class="gensmall"> <!-- BEGIN switch_user_logged_in --> {LAST_VISIT_DATE}<br /> <!-- END switch_user_logged_in --> {CURRENT_TIME}<br /> </span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a href="{U_MUSIC}" class="nav">{L_MUSIC}</a> {SUBCAT_NAV}</span> </td> </tr> </table> <table width="100%" cellpadding="1" cellspacing="1" border="0" class="forumline"> <tr> <th class="thTop" height="25" colspan="6" nowrap="nowrap">{L_TOP_STATIONS} </tr> <tr> <td width="38%" class="catbottom" align="center"><span class="gen">{L_STATION_TITLE}</span></td> <td width="16%" class="catbottom" align="center"><span class="gen">{L_SINGER}</span></td> <td width="22%" class="catbottom" align="center"><span class="gen">{L_POSTED}</span></td> <td width="6%" class="catbottom" align="center"><span class="gen">{L_VIEW}</span></td> <td width="8%" class="catbottom" align="center"><span class="gen">{L_RATING}</span></td> <td width="10%" class="catbottom" align="center"><span class="gen">{L_COMMENTS}</span></td> </tr> <!-- BEGIN no_stations --> <tr> <td class="row1" align="center" colspan="6" height="50"><span class="gen">{L_NO_STATIONS}</span></td> </tr> <!-- END no_stations --> <!-- BEGIN top_row --> <!-- END top_row --> <!-- BEGIN top_stations --> <!-- BEGIN top_detail --> <tr> <td width="38%" class="row1" align="center"> <table><tr> <td align="left"><img src="{top_stations.top_detail.RADIO_FRONT_IMG}" alt="" /></td> <td align="center"><span class="genmed">{top_stations.top_detail.TITLE}</span><td> </tr></table></td> <td width="16%" class="row2" align="center"><span class="genmed">{top_stations.top_detail.SINGER}</span></td> <td width="22%" class="row1" align="center"><span class="gensmall">{top_stations.top_detail.POSTER}<br />{top_stations.top_detail.TIME}</span></td> <td width="6%" class="row2" align="center"><span class="gensmall">{top_stations.top_detail.VIEW}</span></td> <td width="8%" class="row1" align="center"><span class="gensmall">{top_stations.top_detail.RATING}</span></td> <td width="10%" class="row2" align="center"><span class="gensmall">{top_stations.top_detail.COMMENTS}</span></td> <!-- END top_detail --> </tr> <!-- END top_stations --> <tr> <td class="catbottom" colspan="6" height="28" align="center"><span class="cattitle"> {L_SELECT_SORT_METHOD}: <select name="sort_method"> <option {SORT_TIME} value='STATION_time'>{L_TIME}</option> <option {SORT_VIEW} value='STATION_view_count'>{L_VIEW}</option> {SORT_RATING_OPTION} {SORT_COMMENTS_OPTION} {SORT_NEW_COMMENT_OPTION} </select> {L_STATION_LIMIT}: <select name="station_limit"> <option value='5'>5</option> <option value='10'>10</option> <option value='15'>15</option> <option value='20'>20</option> </select> <input type="submit" name="submit" value="{L_SORT}" class="liteoption" /></th> </span></td> </tr> </table> <br /> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <th width="70%" class="thCornerL" height="25" nowrap="nowrap"> {L_CATEGORY} </th> <th width="60" class="thTop" nowrap="nowrap"> {L_CAT_VIEWS} </th> <th width="60" class="thTop" nowrap="nowrap"> {L_STATIONS} </th> <th class="thCornerR" nowrap="nowrap"> {L_LAST_STATION} </th> </tr> <tr> <td class="catLeft" colspan="4" height="28"><span class="cattitle">{L_PUBLIC_CATS} {SUBCAT_NAV}</span></td> </tr> <!-- BEGIN catrow --> <tr> <td class="row1" height="50"><span class="forumlink"> <a href="{catrow.U_VIEW_CAT}" class="forumlink">{catrow.CAT_TITLE}</a><br /> </span> <span class="genmed">{catrow.CAT_DESC}<br /> </span><span class="gensmall">{catrow.L_MODERATORS} {catrow.MODERATORS} <!-- BEGIN subcat_link -->{subcat_link.SUBCATS}<!-- END subcat_link --></span></td> <td class="row2" align="center"><span class="gensmall">{catrow.CAT_VIEWS}</span></td> <td class="row2" align="center"><span class="gensmall">{catrow.STATIONS}</span></td> <td class="row2" align="center" nowrap="nowrap"><span class="gensmall">{catrow.LAST_STATION_INFO}</span></td> </tr> <!-- END catrow --> <tr> <td class="catbottom" colspan="4" height="28"><span class="cattitle"></span></td> </tr> </table> </form> <br /> <form method="post" action="{S_RADIOCAST_LIST}"> <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> <td class="row1" align="center" height="28"><span class="gensmall">{L_SEARCH_STATIONS} <input class="post" type="text" name="search" size="30" /> <select name="search_cond"> <option value='title'>{L_STATION_TITLE}</option> <option value='singer'>{L_SINGER}</option> <option value='poster'>{L_POSTER}</option> </select> <input type="submit" name="submit" value="{L_SEARCH}" class="liteoption" /> </span> </td> </tr> </table> </form> <!-- BEGIN switch_user_logged_out --> <form method="post" action="{S_LOGIN_ACTION}"> <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td> </tr> <tr> <td class="row1" align="center" height="28"><span class="gensmall">{L_USERNAME}: <input class="post" type="text" name="username" size="10" /> {L_PASSWORD}: <input class="post" type="password" name="password" size="10" /> {L_AUTO_LOGIN} <input class="text" type="checkbox" name="autologin" /> <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /> <input type="hidden" name="redirect" value="{U_MUSIC}" /> </span> </td> </tr> </table> </form> <!-- END switch_user_logged_out --> <br clear="all" /> <!-- Do not remove my copyright notice and keep visible with its original content! --> {RADIOCAST_COPYRIGHT} --- NEW FILE: radiocast_edit_body.tpl --- <script language="JavaScript" type="text/javascript"> <!-- function checkRADIOCASTForm() { formErrors = false; if (document.editform.station_title.value.length < 2) { formErrors = "{L_ADD_NO_TITLE}"; } else if (document.editform.station_desc.value.length > {S_STATION_DESC_MAX_LENGTH}) { formErrors = "{L_DESC_TOO_LONG}"; } if (formErrors) { alert(formErrors); return false; } else { return true; } } // --> </script> <form name="editform" action="{S_RADIOCAST_ACTION}" method="post" onsubmit="return checkRADIOCASTForm()" enctype="multipart/form-data"> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td class="nav"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_RADIOCAST}">{L_RADIOCAST}</a> {NAV_SEP} <a class="nav" href="{U_VIEW_CAT}">{CAT_TITLE}</a></span></td> </tr> </table> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <th class="thTop" height="25" colspan="2">{L_EDIT_STATION_INFO}</th> </tr> <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_STATION_TITLE}</span></td> <td class="row2"><input class="post" type="text" name="station_title" size="60" value="{STATION_TITLE}" /></td> </tr> <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_STATION_URL}</span></td> <td class="row2"><input class="post" type="text" name="station_url" size="60" value="{STATION_URL}" /></td> </tr> <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_SINGER}</span></td> <td class="row2"><input class="post" type="text" name="station_singer" size="60" value="{STATION_SINGER}" /></td> </tr> <tr> <td class="row1" width="30%" rowspan="2"><span class="gen">{L_STATION_IMAGE}:</span><br /><span class="gensmall">{L_STATION_IMAGE_DESC}</span></td> <td class="row2"><span class="gen"><input type="radio" name="image_system" value="0" checked="checked" />{L_NO_IMAGE} <input type="radio" name="image_system" value="1" /> {L_UPLOAD_IMAGE}</span></td> </tr> <tr> <td class="row2"><input class="post" type="file" name="station_image" size="49" /></td> </tr> <tr> <td class="row1" valign="top" width="30%" height="28"><span class="gen">{L_STATION_DESC}<br /></span><span class="genmed">{L_PLAIN_TEXT_ONLY}<br />{L_MAX_LENGTH}: <b>{S_STATION_DESC_MAX_LENGTH}</b></span></td> <td class="row2"><textarea class="post" cols="60" rows="4" name="station_desc" size="60">{STATION_DESC}</textarea></td> </tr> <tr> <td class="catBottom" align="center" height="28" colspan="2"><input type="reset" value="{L_RESET}" class="liteoption" /> <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td> </tr> </table> </form> <br clear="all" /> <!-- Do not remove my copyright notice and keep visible with its original content! --> {RADIOCAST_COPYRIGHT} --- NEW FILE: radiocast_modcp_body.tpl --- <form name="modcp" action="{S_RADIOCAST_ACTION}" method="post"> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td width="100%"><a class="maintitle" href="{U_VIEW_CAT}">{CAT_TITLE}</a></td> <td align="right" valign="bottom" nowrap="nowrap"><span class="gensmall"><b>{PAGINATION}</b></span></td> </tr> <tr> <td class="nav"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_RADIOCAST}">{L_RADIOCAST}</a></span></td> <td align="right" nowrap="nowrap"> <span class="gensmall">{L_SELECT_SORT_METHOD}: <select name="sort_method"> <option {SORT_TIME} value='station_time'>{L_TIME}</option> <option {SORT_STATION_TITLE} value='station_title'>{L_STATION_TITLE}</option> <option {SORT_USERNAME} value='station_user_id'>{L_USERNAME}</option> <option {SORT_VIEW} value='station_view_count'>{L_VIEW}</option> {SORT_RATING_OPTION} {SORT_COMMENTS_OPTION} {SORT_NEW_COMMENT_OPTION} </select> {L_ORDER}: <select name="sort_order"> <option {SORT_ASC} value='ASC'>{L_ASC}</option> <option {SORT_DESC} value='DESC'>{L_DESC}</option> </select> <input type="submit" name="submit" value="{L_SORT}" class="liteoption" /></span> </td> </tr> </table> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <td class="catLeft" height="25" align="center" colspan="6"><span class="cattitle">{L_MODCP}</span></th> </tr> <tr> <th class="thCornerL" height="25" nowrap="nowrap"> {L_STATION_TITLE} </th> <th width="5%" class="thTop" nowrap="nowrap"> {L_RATING} </th> <th width="5%" class="thTop" nowrap="nowrap"> {L_COMMENTS} </th> <th width="5%" class="thTop" nowrap="nowrap"> {L_STATUS} </th> <th width="5%" class="thTop" nowrap="nowrap"> {L_APPROVAL} </th> <th width="5%" class="thCornerR" nowrap="nowrap"> {L_SELECT} </th> </tr> <!-- BEGIN no_stations --> <tr> <td class="row1" align="center" colspan="6" height="50"><span class="gen">{L_NO_STATIONS}</span></td> </tr> <!-- END no_stations --> <!-- BEGIN stationrow --> <tr> <td class="row1" height="25"><span class="genmed">{L_STATION_TITLE}: {stationrow.STATION_TITLE}<br />{L_POSTER}: {stationrow.POSTER}<br />{L_TIME}: {stationrow.TIME}</span></td> <td align="center" class="row2"><span class="genmed">{stationrow.RATING}</span></td> <td align="center" class="row2"><span class="genmed">{stationrow.COMMENTS}</span></td> <td align="center" class="row2"><span class="genmed">{stationrow.LOCK}</span></td> <td align="center" class="row2"><span class="genmed">{stationrow.APPROVAL}</span></td> <td align="center" class="row3"><span class="genmed"><input type="checkbox" name="station_id[]" value="{stationrow.STATION_ID}" /></span></td> </tr> <!-- END stationrow --> <tr> <td class="catbottom" colspan="6" align="right" height="28"> <input type="hidden" name="mode" value="modcp" /> <input type="submit" class="liteoption" name="move" value="{L_MOVE}" /> <input type="submit" class="liteoption" name="lock" value="{L_LOCK}" /> <input type="submit" class="liteoption" name="unlock" value="{L_UNLOCK}" /> {DELETE_BUTTON} {APPROVAL_BUTTON} {UNAPPROVAL_BUTTON} </td> </tr> </table> <table width="100%" cellspacing="2" border="0" cellpadding="2"> <tr> <td align="right" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /> <span class="nav">{PAGINATION}</span></td> </tr> <tr> <td colspan="3"><span class="nav">{PAGE_NUMBER}</span></td> </tr> </table> </form> <br clear="all" /> <!-- Do not remove my copyright notice and keep visible with its original content! --> {RADIOCAST_COPYRIGHT} --- NEW FILE: radiocast_list_body.tpl --- <form action="{S_RADIOCAST_ACTION}" method="post"> <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr> <td><span class="gensmall"> <!-- BEGIN switch_user_logged_in --> {LAST_VISIT_DATE}<br /> <!-- END switch_user_logged_in --> {CURRENT_TIME}<br /> </span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a href="{U_RADIOCAST}" class="nav">{L_RADIOCAST}</a></span></td> </tr> </table> <table width="100%" cellpadding="1" cellspacing="1" border="0" class="forumline"> <tr> <th class="thTop" height="25" colspan="6" nowrap="nowrap">{L_SEARCH_STATIONS} <input class="post" type="text" name="search" size="30" /> <select name="search_cond"> <option value='title'>{L_STATION_TITLE}</option> <option value='singer'>{L_SINGER}</option> <option value='poster'>{L_POSTER}</option> </select> <input type="submit" name="submit" value="{L_SEARCH}" class="liteoption" /></th> </tr> <tr> <td width="38%" class="catbottom" align="center"><span class="gen">{L_STATION_TITLE}</span></td> <td width="16%" class="catbottom" align="center"><span class="gen">{L_SINGER}</span></td> <td width="22%" class="catbottom" align="center"><span class="gen">{L_POSTED}</span></td> <td width="6%" class="catbottom" align="center"><span class="gen">{L_VIEW}</span></td> <td width="8%" class="catbottom" align="center"><span class="gen">{L_RATING}</span></td> <td width="10%" class="catbottom" align="center"><span class="gen">{L_COMMENTS}</span></td> </tr> <!-- BEGIN no_stations --> <tr> <td class="row1" align="center" colspan="6" height="50"><span class="gen">{L_NO_STATIONS}</span></td> </tr> <!-- END no_stations --> <!-- BEGIN search_row --> <!-- END search_row --> <!-- BEGIN search_stations --> <!-- BEGIN search_detail --> <tr> <td width="38%" class="row1" align="center"><span class="genmed">{search_stations.search_detail.TITLE}</span></td> <td width="16%" class="row2" align="center"><span class="genmed">{search_stations.search_detail.SINGER}</span></td> <td width="22%" class="row1" align="center"><span class="gensmall">{search_stations.search_detail.POSTER}<br />{search_stations.search_detail.TIME}</span></td> <td width="6%" class="row2" align="center"><span class="gensmall">{search_stations.search_detail.VIEW}</span></td> <td width="8%" class="row1" align="center"><span class="gensmall">{search_stations.search_detail.RATING}</span></td> <td width="10%" class="row2" align="center"><span class="gensmall">{search_stations.search_detail.COMMENTS}</span></td> <!-- END search_detail --> </tr> <!-- END search_stations --> </table> </form> <br clear="all" /> <!-- Do not remove my copyright notice and keep visible with its original content! --> {RADIOCAST_COPYRIGHT} --- NEW FILE: radiocast_cat_body.tpl --- <form action="{S_RADIOCAST_ACTION}" method="post"> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td valign="bottom" width="100%"><a class="maintitle" href="{U_VIEW_CAT}">{CAT_TITLE}</a><br /> <span class="gensmall"><b>{L_MODERATORS}: {MODERATORS}</b></span></td> <td align="right" valign="bottom" nowrap="nowrap"><span class="nav">{PAGINATION}</span></td> </tr> </table> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td> <!-- BEGIN enable_soung_upload --> <a href="{U_POST_STATION}"><img src="{POST_STATION_IMG}" border="0" alt="{L_POST_STATION}" title="{L_POST_STATION}" /></a> <!-- END enable_soung_upload --> </td> <td class="nav" width="100%"> <span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_RADIOCAST}">{L_RADIOCAST}</a> {NAV_SEP} <a class="nav" href="{U_VIEW_CAT}">{CAT_TITLE}</a> {NAV_CAT_DESC} </span> </td> </tr> </table> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <th class="thTop" height="25" align="center" colspan="7" nowrap="nowrap">{L_CATEGORY} :: {CAT_TITLE}</th> </tr> <tr> <td width="31%" align="center" class="catBottom" height="28"><span class="gen">{L_STATION_TITLE}</span></td> <td width="15%" align="center" class="catBottom" height="28"><span class="gen">{L_SINGER} </span></td> <td width="25%" align="center" class="catBottom" height="28"><span class="gen">{L_POSTED} </span></td> <td width="6%" align="center" class="catBottom" height="28"><span class="gen">{L_VIEW} </span></td> <td width="8%" align="center" class="catBottom" height="28"><span class="gen">{L_RATING} </span></td> <td width="10%" align="center" class="catBottom" height="28"><span class="gen">{L_COMMENTS} </span></td> <td width="5%" align="center" class="catBottom" height="28"> </td> </tr> <!-- BEGIN no_stations --> <tr> <td class="row1" align="center" colspan="7" height="50"><span class="gen">{L_NO_STATIONS}</span></td> </tr> <!-- END no_stations --> <!-- BEGIN stationrow --> <tr> <!-- BEGIN stationcol --> <!-- END stationcol --> <!-- BEGIN station_detail --> <td width="31%" class="row2" align="center" height="28"> <table><tr> <td align="left"><img src="{stationrow.station_detail.RADIO_FRONT_IMG}" alt="" /></td> <td align="center"><span class="genmed">{stationrow.station_detail.TITLE}</span><td> </tr></table></td> <td width="15%" align="center" class="row1"><span class="genmed">{stationrow.station_detail.SINGER}</span></td> <td width="25%" align="center" class="row2"><span class="gensmall">{stationrow.station_detail.POSTER}<BR>{stationrow.station_detail.TIME}</span></td> <td width="6%" align="center" class="row1"><span class="gensmall">{stationrow.station_detail.VIEW}</span></td> <td width="8%" align="center" class="row2"><span class="gensmall">{stationrow.station_detail.RATING}</span></td> <td width="10%" align="center" class="row1"><span class="gensmall">{stationrow.station_detail.COMMENTS}</span></td> <td width="5%" align="center" class="row2"><span class="gensmall">{stationrow.station_detail.EDIT}<BR /> {stationrow.station_detail.DELETE}<BR /> {stationrow.station_detail.LOCK}<BR /> {stationrow.station_detail.MOVE}</span></td> <!-- END station_detail --> </tr> <!-- END stationrow --> <tr> <td class="catBottom" colspan="7" align="center" height="28"> <span class="gensmall">{L_SELECT_SORT_METHOD}: <select name="sort_method"> <option {SORT_TIME} value='station_time'>{L_TIME}</option> <option {SORT_SONG_TITLE} value='station_title'>{L_SONG_TITLE}</option> <option {SORT_SINGER} value='station_singer'>{L_SINGER}</option> <option {SORT_USERNAME} value='username'>{L_USERNAME}</option> <option {SORT_VIEW} value='station_view_count'>{L_VIEW}</option> {SORT_RATING_OPTION} {SORT_COMMENTS_OPTION} {SORT_NEW_COMMENT_OPTION} </select> {L_ORDER}: <select name="sort_order"> <option {SORT_ASC} value='ASC'>{L_ASC}</option> <option {SORT_DESC} value='DESC'>{L_DESC}</option> </select> <input type="submit" name="submit" value="{L_SORT}" class="liteoption" /> </span> </td> </tr> </table> <table width="100%" cellspacing="2" border="0" cellpadding="2"> <tr> <td> <!-- BEGIN enable_soung_upload --> <a href="{U_POST_STATION}"><img src="{POST_STATION_IMG}" border="0" alt="{L_POST_STATION}" title="{L_POST_STATION}" /></a> <!-- END enable_soung_upload --> </td> <td class="nav" width="100%"> <span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_RADIOCAST}">{L_RADIOCAST}</a> {NAV_SEP} <a class="nav" href="{U_VIEW_CAT}">{CAT_TITLE}</a> {NAV_CAT_DESC} </span> </td> <td align="right" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /> <span class="nav">{PAGINATION}</span></td> </tr> <tr> <td colspan="3"><span class="nav">{PAGE_NUMBER}</span></td> </tr> </table> </form> <table width="100%" cellspacing="0" border="0" cellpadding="0"> <tr> <td align="right" class="gensmall" nowrap="nowrap">{RADIOCAST_JUMPBOX}</td> </tr> <tr> <td align="right" class="gensmall">{S_AUTH_LIST}</td> </tr> </table> <br clear="all" /> <!-- Do not remove my copyright notice and keep visible with its original content! --> {RADIOCAST_COPYRIGHT} --- NEW FILE: radiocast_rate_body.tpl --- <center><b><span class="genmed"><h3>{STATION_TITLE} :: {SINGER}</h3></span></b></center> <script language="JavaScript" type="text/javascript"> <!-- function checkRateForm() { if (document.rateform.rate.value == -1) { return false; } else { return true; } } // --> </script> <form name="rateform" action="{S_RADIOCAST_ACTION}" method="post" onsubmit="return checkRateForm();"> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td class="nav"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_RADIOCAST}">{L_RADIOCAST}</a> {NAV_SEP} <a class="nav" href="{U_VIEW_CAT}">{CAT_TITLE}</a></span></td> </tr> </table> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <th class="thTop" height="25" colspan="2">{L_RATING}</th> </tr> <tr> <td class="row1" align="center" width="50%"><table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td align="right" nowrap="nowrap" class="genmed">{L_POSTER}:</td> <td class="genmed"><strong>{POSTER}</strong></td> </tr> <tr> <td align="right" nowrap="nowrap" class="genmed">{L_POSTED}:</td> <td class="genmed"><strong>{STATION_TIME}</strong></td> </tr> <tr> <td align="right" nowrap="nowrap" class="genmed">{L_VIEW}:</td> <td class="genmed"><strong>{STATION_VIEW}</strong></td> </tr> </table></td> <td class="row1" valign="top"> <span class="gen"><br />{L_CURRENT_RATING}: <strong>{STATION_RATING}</strong><br /> <br />{L_PLEASE_RATE_IT}: <select name="rate"> <option value="-1">{S_RATE_MSG}</option> <!-- BEGIN rate_row --> <option value="{rate_row.POINT}">{rate_row.POINT}</option> <!-- END rate_row --> </select><br /> </span> </td> </tr> <tr> <td class="catBottom" align="center" height="28" colspan="2"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td> </tr> </table> </form> <br clear="all" /> <!-- Do not remove my copyright notice and keep visible with its original content! --> {RADIOCAST_COPYRIGHT} --- NEW FILE: radiocast_add_body.tpl --- <script language="JavaScript" type="text/javascript"> <!-- function checkRadioCastForm() { formErrors = false; if (document.upload.station_file.value.length < 8) { if (document.upload.station_url.value.length < 15) { formErrors = "{L_ADD_NO_FILE}"; } } else if (document.upload.station_file.value.length > 8) { if (document.upload.station_url.value.length > 15) { formErrors = "{L_ADD_BOTH_FILE}"; } } else if (document.upload.station_title.value.length < 2) { formErrors = "{L_ADD_NO_TITLE}"; } else if (document.upload.station_desc.value.length > {S_STATION_DESC_MAX_LENGTH}) { formErrors = "{L_DESC_TOO_LONG}"; } if (formErrors) { alert(formErrors); return false; } else { return true; } } // --> </script> <form name="upload" action="{S_RADIOCAST_ACTION}" method="post" enctype="multipart/form-data" onSubmit="return checkRadioCastForm()"> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td class="nav"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_RADIOCAST}">{L_RADIOCAST}</a> {NAV_SEP} <a class="nav" href="{U_VIEW_CAT}">{CAT_TITLE}</a></span></td> </tr> </table> <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> <th class="thTop" height="25" colspan="2">{L_ADD_STATION}</th> </tr> <!-- BEGIN switch_user_logged_out --> <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_USERNAME}:</span></td> <td class="row2"><input class="post" type="text" name="station_username" size="32" maxlength="32" /></td> </tr> <!-- END switch_user_logged_out --> <!-- BEGIN swich_upload --> <tr> <td class="row1"><span class="gen">{L_ADD_STATION_FROM_MACHINE}:</span></td> <td class="row2"><input class="post" type="file" name="station_file" size="49" /></td> </tr> <!-- END swich_upload --> <tr> <td class="row1" height="28"><span class="gen">{L_STATION_URL}:</span></td> <td class="row2"><input class="post" type="text" name="station_url" size="60" /></td> </tr> <tr> <td class="row1" rowspan="2"><span class="gen">{L_STATION_IMAGE}:</span><br /><span class="gensmall">{L_STATION_IMAGE_DESC}</span></td> <td class="row2"><span class="gen"><input type="radio" name="image_system" value="0" checked="checked" />{L_NO_IMAGE} <input type="radio" name="image_system" value="1" /> {L_ADD_IMAGE}</span></td> </tr> <tr> <td class="row2"><input class="post" type="file" name="station_image" size="49" /></td> </tr> <tr> <td class="row1" height="28"><span class="gen">{L_STATION_TITLE}:</span></td> <td class="row2"><input class="post" type="text" name="station_title" size="60" /></td> </tr> <tr> <td class="row1" height="28"><span class="gen">{L_SINGER}:</span></td> <td class="row2"><input class="post" type="text" name="station_singer" size="60" /></td> </tr> <tr> <td class="row1" valign="top" height="28"><span class="gen">{L_STATION_DESC}:<br /> </span><span class="genmed">{L_PLAIN_TEXT_ONLY}<br />{L_MAX_LENGTH}: <b>{S_STATION_DESC_MAX_LENGTH}</b></span></td> <td class="row2"><textarea class="post" cols="60" rows="10" name="station_desc" size="60"></textarea></td> </tr> <tr> <td height="28" class="row1"><span class="gen">{L_ADD_TO_CATEGORY}:</span></td> <td class="row2">{SELECT_CAT}</td> </tr> <!-- BEGIN swich_upload --> <tr> <td class="row1" height="28"><span class="gen">{L_MAX_FILESIZE}:</span></td> <td class="row2"><span class="gen"><b>{S_MAX_FILESIZE}</b></span></td> </tr> <tr> <td class="row1" height="28"><span ... [truncated message content] |