|
From: Florin C B. <ory...@us...> - 2013-07-22 18:12:43
|
Update of /cvsroot/mxbb/mx_radiocast/templates/_core In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23915/_core Modified Files: radiocast_player_body.tpl Added Files: _core.cfg mx_radiocast.css Removed Files: mx_radiocast.cfg Log Message: Version 2.9.3 --- mx_radiocast.cfg DELETED --- --- NEW FILE: _core.cfg --- <?php /** * * @package mxBB Portal Module - mx_radiocast * @version $Id: _core.cfg,v 1.1 2013/07/22 18:12:40 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: _core.cfg,v 1.1 2013/07/22 18:12:40 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"; // ------------------------------------------------------------------------- // (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"; ?> Index: radiocast_player_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/templates/_core/radiocast_player_body.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** radiocast_player_body.tpl 7 Dec 2011 19:46:59 -0000 1.4 --- radiocast_player_body.tpl 22 Jul 2013 18:12:40 -0000 1.5 *************** *** 419,422 **** --- 419,436 ---- <!-- END flv --> + <!-- BEGIN m3u8 --> + <div id="my-video">Loading the player...</div> + <script type='text/javascript'> + jwplayer('my-video').setup({ + file: '{STATION_URL}', + image: '{U_IMG}', + width: '{WIDTH}', + height: '{HEIGHT}', + autostart:'true', + stretching:'fill' + }); + </script> + <!-- END m3u8 --> + <!-- BEGIN xmod --> <div class="wordtube playlist2" id="WT999"> *************** *** 465,469 **** <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> --- 479,483 ---- <param name="kioskmode" value="true"> <param name="cache" value="false"> ! <embed src="templates/_core/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> --- NEW FILE: mx_radiocast.css --- ul li, ul.menu li, .item-list ul li, li.leaf { padding: 0 0 0 0; list-style-type: none; list-style-image: none; } /* Thumbs Frame & Shadow - BEGIN */ .picframe{ display: block; } .picshadow{ display: block; } /* Thumbs Frame & Shadow - END */ /* Pic LightBox Preview - BEGIN */ #loader_container { text-align: center; position: absolute; top: 40%; width: 100%; } #loader { font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, sans; font-size: 10px; color: #000000; background-color: #FFFFFF; padding: 10px 0 16px 0; margin: 0 auto; display: block; width: 135px; border: 1px solid #777777; text-align: left; z-index: 255; } #progress { height: 5px; font-size: 1px; width: 10px; position: relative; top: 1px; left: 10px; background-color: #999999; } #loader_bg { background-color: #EEEEEE; position: relative; top: 8px; left: 8px; height: 7px; width: 113px; font-size: 1px } .border_preview{ font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, sans; font-size: 16px; color: #444444; padding: 10px 10px 10px 10px; z-index: 100; position: absolute; background: #FFFFFF; border: 2px dotted #336699; } .preview_temp_load { vertical-align: middle; text-align: center; padding: 10px; } .preview_temp_load img{ vertical-align: middle; text-align: center; } /* Pic LightBox Preview - END */ /* ACP - BEGIN */ .forumline_left { background-color: #F8F8F8; border-bottom: 2px #224488 solid; border-left: 2px #224488 solid; } .tab_links, a.tab_links:hover, a.tab_links:link, a.tab_links:active, a.tab_links:visited { font-size: 11px; color: #FF7722; text-decoration: none; } .tab_links_unsel, a.tab_links_unsel:hover, a.tab_links_unsel:link, a.tab_links_unsel:active, a.tab_links_unsel:visited { font-size: 11px; color: #333333; text-decoration: none; } a.tab_links:hover, a.tab_links_unsel:hover { color: #FFFFAA; text-decoration: underline; } .tab_headers, th.tab_headers { color: #FF7722; font-size: 11px; font-weight : bold; padding-left: 4px; padding-right: 8px; border: #003366; border-style: solid; border-width: 1px 1px 0px 1px; background-color: #006699; } .tab_headers_unsel, th.tab_headers_unsel { color: #333333; font-size: 11px; font-weight : bold; padding-left: 4px; padding-right: 8px; border: #336699; border-style: solid; border-width: 1px 1px 0px 1px; background-color: #6699AA; } .tab_border { background-color: #888888; border: 1px; } .filler, th.filler { background-color:#6699AA; background-image:none; } /* ACP - END */ |