|
From: FlorinCB <ory...@us...> - 2008-09-07 18:11:23
|
Update of /cvsroot/mxbb/mx_music/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9110/templates/_core Modified Files: _core.cfg music_cat_body.tpl music_cat_xs.tpl music_index_body.tpl music_list_body.tpl music_lists.tpl music_page_body.tpl music_upload_body.tpl Log Message: upgrade not ready yet Index: music_lists.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_lists.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_lists.tpl 29 Jan 2008 07:51:29 -0000 1.1 --- music_lists.tpl 7 Sep 2008 18:06:58 -0000 1.2 *************** *** 1,2 **** --- 1,17 ---- + <!-- IF S_SHOW_TITLE eq 1 --> + <div class="forabg block"> + <span class="topiclist"><span></span></span> + <span class="corners-bottom"><span></span></span> + </div> + <!-- ENDIF --> + + <div class="forabg block"> + <div class="inner"><span class="corners-top"><span></span></span> + <ul class="topiclist"> + <li class="header"><span style="color:white;">{BLOCK_TITLE}<span></li> + </ul> + <div id="p1" class="post bg2 online"> + <div class="textbody"> + <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> *************** *** 10,24 **** <!-- BEGIN music_recent --> <tr> ! <td class="row1" valign="top" height="100%"><span class="genmed"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <!-- END music_recent --> <!-- BEGIN music_recent_lists --> <tr> ! <td nowrap valign="top">{music_recent_lists.BULLET}</td> ! <td valign="top" width="100%"> ! <br /><span class="genmed">{music_recent_lists.TITLE}</span> ! <br /><span class="gensmall">{music_recent_lists.L_POSTER}: {music_recent_lists.POSTER}</span> </td> </tr> <!-- END music_recent_lists --> <!-- BEGIN music_recent --> --- 25,55 ---- <!-- BEGIN music_recent --> <tr> ! <td valign="top" height="100%"><span class="genmed"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <!-- END music_recent --> <!-- BEGIN music_recent_lists --> + <tr> ! <td class="row<!-- IF music_recent_lists.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->" nowrap valign="top">{music_recent_lists.BULLET}</td> ! </tr> ! ! <tr> ! <td width="94%" class="row2<!-- IF music_recent_lists.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->" align="center" width="{S_COL_WIDTH}"> ! <div class="picshadow" style="text-align:center;"> ! <div class="picframe"> ! <a href="{music_recent_lists.U_SONG}"> ! <img src="{music_recent_lists.U_SONG_IMG}" alt="{music_recent_lists.DESC}" title="{music_recent_lists.DESC}" vspace="10" border="0" /> ! </a> ! </div></div> </td> </tr> + + <tr> + <td class="row<!-- IF music_recent_lists.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->" valign="top" width="100%"> + <br /><span class="genmed"><a href="{music_recent_lists.U_SONG}" {TARGET_BLANK}>{music_recent_lists.TITLE}</a></span> + <br /><span class="gensmall">{music_recent_lists.L_POSTER}: {music_recent_lists.POSTER}</span> + </td> + </tr> + <!-- END music_recent_lists --> <!-- BEGIN music_recent --> *************** *** 27,29 **** </tr> <!-- END music_recent --> ! </table> \ No newline at end of file --- 58,66 ---- </tr> <!-- END music_recent --> ! </table> ! ! </div></div> ! </div> ! <span class="corners-bottom"><span></span></span> ! </div> ! <br clear="all" /> \ No newline at end of file Index: music_upload_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_upload_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_upload_body.tpl 29 Jan 2008 07:51:30 -0000 1.1 --- music_upload_body.tpl 7 Sep 2008 18:06:59 -0000 1.2 *************** *** 37,40 **** --- 37,45 ---- </script> + <div class="forabg block"> + <div id="p1" class="post bg2 online"> + <div class="inner"><span class="corners-top"><span></span></span> + <div class="textbody"> + <form name="upload" action="{S_MUSIC_ACTION}" method="post" enctype="multipart/form-data" onSubmit="return checkMUSICForm()"> <table width="100%" cellspacing="2" cellpadding="2" border="0"> *************** *** 48,64 **** <th class="thTop" height="25" colspan="2">{L_UPLOAD_SONG}</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="song_username" size="32" maxlength="32" /></td> </tr> <!-- END switch_user_logged_out --> <tr> <td class="row1"><span class="gen">{L_UPLOAD_SONG_FROM_MACHINE}:</span></td> ! <td class="row2"><input class="post" type="file" name="song_file" size="49" /></td> </tr> <tr> <td class="row1" height="28"><span class="gen">{L_SONG_URL}:</span></td> ! <td class="row2"><input class="post" type="text" name="song_url" size="60" /></td> </tr> <tr> --- 53,70 ---- <th class="thTop" height="25" colspan="2">{L_UPLOAD_SONG}</th> </tr> + <fieldset> <!-- 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="inputbox autowidth" type="text" name="song_username" size="32" maxlength="32" /></td> </tr> <!-- END switch_user_logged_out --> <tr> <td class="row1"><span class="gen">{L_UPLOAD_SONG_FROM_MACHINE}:</span></td> ! <td class="row2"><div id="parah"><input class="inputbox autowidth" type="file" name="song_file" size="52" /></div></td> </tr> <tr> <td class="row1" height="28"><span class="gen">{L_SONG_URL}:</span></td> ! <td class="row2"><input class="inputbox autowidth" type="text" name="song_url" size="60" /></td> </tr> <tr> *************** *** 67,79 **** </tr> <tr> ! <td class="row2"><input class="post" type="file" name="song_image" size="49" /></td> </tr> <tr> <td class="row1" height="28"><span class="gen">{L_SONG_TITLE}:</span></td> ! <td class="row2"><input class="post" type="text" name="song_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="song_singer" size="60" /></td> </tr> <tr> --- 73,85 ---- </tr> <tr> ! <td class="row2"><input class="inputbox autowidth" type="file" name="song_image" size="49" /></td> </tr> <tr> <td class="row1" height="28"><span class="gen">{L_SONG_TITLE}:</span></td> ! <td class="row2"><input class="inputbox autowidth" type="text" name="song_title" size="60" /></td> </tr> <tr> <td class="row1" height="28"><span class="gen">{L_SINGER}:</span></td> ! <td class="row2"><input class="inputbox autowidth" type="text" name="song_singer" size="60" /></td> </tr> <tr> *************** *** 97,104 **** <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" /> <!-- --- 103,115 ---- <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> + </fieldset> </table> </form> ! </div></div> ! </div> ! <span class="corners-bottom"><span></span></span> ! </div> ! <br /><br clear="all" /> <!-- Index: _core.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/_core.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** _core.cfg 13 Mar 2008 10:20:17 -0000 1.3 --- _core.cfg 7 Sep 2008 18:06:56 -0000 1.4 *************** *** 31,48 **** // Do not alter this line! // - @define(MX_TEMPLATE_CONFIG, TRUE); $mx_template_config = true; ! $mx_template_name = '_core'; ! // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- ! // $current_template_images = PORTAL_URL . $current_template_path . "/images"; ! ! ! $current_template_images = $module_root_path . "templates/". $mx_template_name ."/images"; ! $current_template_phpbb_images = PHPBB_URL . "templates/". $mx_template_name ."/images"; // phpBB graphics template --- 31,48 ---- // 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"; *************** *** 52,81 **** // MOM Pics ! $mx_images['upload_song'] = "$current_template_images/{LANG}/upload_song.gif"; ! $mx_images['no_image'] = "$current_template_images/no_image.gif"; // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; ! $mx_images['icon_edit'] = "$current_template_phpbb_images/{LANG}/icon_edit.gif"; ! $mx_images['icon_search'] = "$current_template_phpbb_images/{LANG}/icon_search.gif"; ! $mx_images['icon_profile'] = "$current_template_phpbb_images/{LANG}/icon_profile.gif"; ! $mx_images['icon_pm'] = "$current_template_phpbb_images/{LANG}/icon_pm.gif"; ! $mx_images['icon_email'] = "$current_template_phpbb_images/{LANG}/icon_email.gif"; ! $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $mx_images['icon_ip'] = "$current_template_phpbb_images/{LANG}/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_template_phpbb_images/{LANG}/icon_www.gif"; ! $mx_images['icon_icq'] = "$current_template_phpbb_images/{LANG}/icon_icq_add.gif"; ! $mx_images['icon_aim'] = "$current_template_phpbb_images/{LANG}/icon_aim.gif"; ! $mx_images['icon_yim'] = "$current_template_phpbb_images/{LANG}/icon_yim.gif"; ! $mx_images['icon_msnm'] = "$current_template_phpbb_images/{LANG}/icon_msnm.gif"; ! $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; ! $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; ! $mx_images['icon_minipost_new'] = "$current_template_phpbb_images/icon_minipost_new.gif"; ! $mx_images['icon_latest_reply'] = "$current_template_phpbb_images/icon_latest_reply.gif"; ! $mx_images['icon_newest_reply'] = "$current_template_phpbb_images/icon_newest_reply.gif"; ! $mx_images['forum'] = "$current_template_phpbb_images/folder_big.gif"; ! $mx_images['forum_new'] = "$current_template_phpbb_images/folder_new_big.gif"; ! $mx_images['forum_locked'] = "$current_template_phpbb_images/folder_locked_big.gif"; ?> \ No newline at end of file --- 52,97 ---- // MOM Pics ! $mx_images['upload_song'] = "$current_module_images/{LANG}/upload_song.gif"; ! $mx_images['no_image'] = "$current_module_images/no_image.gif"; // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_module_images/{LANG}/icon_post_quote.gif"; ! $mx_images['icon_edit'] = "$current_module_images/{LANG}/icon_post_edit.gif"; ! $mx_images['icon_search'] = "$current_module_images/{LANG}/icon_user_search.gif"; ! $mx_images['icon_profile'] = "$current_module_images/{LANG}/icon_user_profile.gif"; ! $mx_images['icon_pm'] = "$current_module_images/{LANG}/icon_contact_pm.gif"; ! $mx_images['icon_email'] = "$current_module_images/{LANG}/icon_contact_email.gif"; ! $mx_images['icon_delpost'] = "$current_module_images/{LANG}/icon_post_delete.gif"; ! $mx_images['icon_ip'] = "$current_module_images/{LANG}/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_module_images/{LANG}/icon_contact_www.gif"; ! $mx_images['icon_icq'] = "$current_module_images/{LANG}/icon_contact_icq.gif"; ! $mx_images['icon_aim'] = "$current_module_images/{LANG}/icon_contact_aim.gif"; ! $mx_images['icon_yim'] = "$current_module_images/{LANG}/icon_contact_yahoo.gif"; ! $mx_images['icon_msnm'] = "$current_module_images/{LANG}/icon_contact_msnm.gif"; ! $mx_images['icon_minipost'] = "$current_module_images/icon_minipost.gif"; ! $mx_images['icon_gotopost'] = "$current_module_images/icon_minipost.gif"; ! $mx_images['icon_minipost_new'] = "$current_module_images/icon_minipost_new.gif"; ! ! // ! // Last Message and Anouncement block compatibility ! // ! $mx_images['icon_latest_reply'] = "$current_module_images/icon_topic_latest.gif"; ! $mx_images['icon_newest_reply'] = "$current_module_images/icon_topic_newest.gif"; ! ! $mx_images['forum'] = "$current_module_images/forum_read.gif"; ! $mx_images['forum_new'] = "$current_module_images/forum_unread.gif"; ! $mx_images['forum_locked'] = "$current_module_images/forum_read_locked.gif"; ! ! $mx_images['folder'] = "$current_module_images/topic_read.gif"; ! $mx_images['folder_new'] = "$current_module_images/topic_unread.gif"; ! $mx_images['folder_hot'] = "$current_module_images/topic_read_hot.gif"; ! $mx_images['folder_hot_new'] = "$current_module_images/topic_unread_hot.gif"; ! $mx_images['folder_locked'] = "$current_module_images/topic_read_locked.gif"; ! $mx_images['folder_locked_new'] = "$current_module_images/topic_unread_locked.gif"; ! $mx_images['folder_sticky'] = "$current_module_images/sticky_read.gif"; ! $mx_images['folder_sticky_new'] = "$current_module_images/sticky_unread.gif"; ! $mx_images['folder_announce'] = "$current_module_images/announce_read.gif"; ! $mx_images['folder_announce_new'] = "$current_module_images/announce_unread.gif"; ?> \ No newline at end of file Index: music_page_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_page_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_page_body.tpl 29 Jan 2008 07:51:30 -0000 1.1 --- music_page_body.tpl 7 Sep 2008 18:06:59 -0000 1.2 *************** *** 1,3 **** --- 1,13 ---- + <!-- IF S_SHOW_TITLE eq 1 --> + <div class="forabg block"> + <div id="p1" class="post bg2 online"> + <div class="inner"><span class="corners-top"><span></span></span> + <div class="textbody"> <center><b><span class="genmed"><h3>{SONG_TITLE} :: {SINGER}</h3></span></b></center> + </div></div></div> + <span class="corners-bottom"><span></span></span> + </div></div> + <br clear="all" /> + <!-- ENDIF --> <table width="100%" cellspacing="2" cellpadding="2" border="0"> *************** *** 7,10 **** --- 17,28 ---- </table> + + <div class="forabg block"> + <div class="inner"><span class="corners-top"><span></span></span> + <ul class="topiclist"> + <li class="header"> + </ul></li> + <div id="p1" class="post bg2 online"> + <div class="textbody"> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> *************** *** 159,164 **** <!-- BEGIN flv --> <div id="flvplayer"> ! <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="425" height="350" id="flvplayer" align="center"> <param name="allowScriptAccess" value="always" /> <param name="movie" value="{VIDEO_URL}" /> <param name="loop" value="false" /> --- 177,183 ---- <!-- BEGIN flv --> <div id="flvplayer"> ! <object width="425" height="350" id="flvplayer" align="center"> <param name="allowScriptAccess" value="always" /> + <param name="type" value="application/x-shockwave-flash" /> <param name="movie" value="{VIDEO_URL}" /> <param name="loop" value="false" /> *************** *** 261,264 **** --- 280,286 ---- </table> + </div></div></div> + <span class="corners-bottom"><span></span></span> + </div></div> <br clear="all" /> Index: music_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_cat_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** music_cat_body.tpl 21 Mar 2008 20:18:42 -0000 1.2 --- music_cat_body.tpl 7 Sep 2008 18:06:57 -0000 1.3 *************** *** 1,2 **** --- 1,7 ---- + <div class="forabg block"> + <div id="p1" class="post bg2 online"> + <div class="inner"><span class="corners-top"><span></span></span> + <div class="textbody"> + <form action="{S_MUSIC_ACTION}" method="post"> <table width="100%" cellspacing="2" cellpadding="2" border="0"> *************** *** 7,10 **** --- 12,21 ---- </tr> </table> + </div></div> + </div> + <span class="corners-bottom"><span></span></span> + </div> + <br clear="all" /> + <table width="100%" cellspacing="2" cellpadding="2" border="0"> *************** *** 22,25 **** --- 33,44 ---- </table> + + <div class="forabg block"> + <div class="inner"><span class="corners-top"><span></span></span> + <ul class="topiclist"> + <li class="header"> + </ul></li> + <div id="p1" class="post bg2 online"> + <div class="textbody"> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> *************** *** 94,97 **** --- 113,121 ---- </tr> </table> + </div></div></div> + <span class="corners-bottom"><span></span></span> + </div></div> + <br clear="all" /> + <table width="100%" cellspacing="2" border="0" cellpadding="2"> <tr> Index: music_list_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_list_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_list_body.tpl 29 Jan 2008 07:51:29 -0000 1.1 --- music_list_body.tpl 7 Sep 2008 18:06:58 -0000 1.2 *************** *** 1,3 **** --- 1,7 ---- <form action="{S_MUSIC_ACTION}" method="post"> + <div class="forabg block"> + <div id="p1" class="post bg2 online"> + <div class="inner"><span class="corners-top"><span></span></span> + <div class="textbody"> <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr> *************** *** 48,53 **** <!-- END search_songs --> </table> ! </form> <br clear="all" /> <!-- --- 52,60 ---- <!-- END search_songs --> </table> ! </div></div></div> ! <span class="corners-bottom"><span></span></span> ! </div></div> <br clear="all" /> + </form> <!-- Index: music_index_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_index_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** music_index_body.tpl 13 Mar 2008 09:35:10 -0000 1.2 --- music_index_body.tpl 7 Sep 2008 18:06:57 -0000 1.3 *************** *** 1,13 **** <form action="{S_MUSIC_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="0" border="0" class="forumline"> <!-- BEGIN top_songs --> --- 1,8 ---- + <div class="forabg block"> + <div id="p1" class="post bg2 online"> + <div class="inner"><span class="corners-top"><span></span></span> + <div class="textbody"> <form action="{S_MUSIC_ACTION}" method="post"> ! <table width="100%" cellpadding="1" cellspacing="0" border="0" class="forumline"> <!-- BEGIN top_songs --> *************** *** 58,62 **** <!-- END top_songs --> </table> ! <br /> <table width="100%" cellpadding="1" cellspacing="0" border="0" class="forumline"> <tr> --- 53,86 ---- <!-- END top_songs --> </table> ! </div></div></div> ! <span class="corners-bottom"><span></span></span> ! </div></div> ! ! <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> ! </tr> ! <tr> ! <td> ! </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_MUSIC}">{L_MUSIC}</a> {U_NAV_CAT_PARENT} {NAV_SEP} </span> ! <span class="cattitle">{L_PUBLIC_CATS} {SUBCAT_NAV}</span> ! </td> ! </tr> ! </table> ! ! <div class="forabg block"> ! <div class="inner"><span class="corners-top"><span></span></span> ! <ul class="topiclist"> ! <li class="header"> ! </ul></li> ! <div id="p1" class="post bg2 online"> ! <div class="textbody"> <table width="100%" cellpadding="1" cellspacing="0" border="0" class="forumline"> <tr> *************** *** 74,83 **** <table width="100%" cellpadding="2" cellspacing="0" border="0" class="forumrow"> <tr> ! <td class="row1" height="50" width="50%"> ! <span class="forumlink"> <a href="{catrow.U_VIEW_CAT}" class="forumlink">{catrow.CAT_TITLE}</a></span><br /> <span class="genmed">{catrow.CAT_DESC}</span><br /> ! <span class="gensmall">{catrow.L_MODERATORS} {catrow.MODERATORS} <!-- BEGIN subcat_link -->{subcat_link.SUBCATS}<!-- END subcat_link --></span> </td> ! <td class="row1" height="50" width="50%"> <!-- BEGIN virtualimagecat --> <span class="gensmall"> <a alt="images" href="{catrow.U_VIEW_PIC_CAT}">{catrow.L_ALL_CAT_PICS}</a></span> --- 98,113 ---- <table width="100%" cellpadding="2" cellspacing="0" border="0" class="forumrow"> <tr> ! <td class="row1 bg1" width="1%" valign="top"><img src="{catrow.CAT_IMG}" alt="" /></td> ! <td class="row1 bg1" height="50" width="50%"> ! <span class="forumlink topictitle cat" style="font-weight: bold;"> <a href="{catrow.U_VIEW_CAT}" class="forumlink">{catrow.CAT_TITLE}</a></span><br /> <span class="genmed">{catrow.CAT_DESC}</span><br /> ! <span class="gensmall"> ! {catrow.L_MODERATORS} ! {catrow.MODERATORS} ! <!-- BEGIN subcat_link --> ! {subcat_link.SUBCATS} ! <!-- END subcat_link --></span> </td> ! <td class="row1 bg1" height="49%" width="49%"> <!-- BEGIN virtualimagecat --> <span class="gensmall"> <a alt="images" href="{catrow.U_VIEW_PIC_CAT}">{catrow.L_ALL_CAT_PICS}</a></span> *************** *** 89,93 **** </td> </tr> ! </table> </td> <td class="row2" align="center"><span class="gensmall">{catrow.CAT_VIEWS}</span></td> --- 119,123 ---- </td> </tr> ! </table> </td> <td class="row2" align="center"><span class="gensmall">{catrow.CAT_VIEWS}</span></td> *************** *** 103,123 **** </tr> </table> </form> - <br /> ! <form method="post" action="{S_MUSIC_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_SONGS} <input class="post" type="text" name="search" size="30" /> ! <select name="search_cond"> ! <option value='title'>{L_SONG_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 --> --- 133,507 ---- </tr> </table> + </div></div></div> + <span class="corners-bottom"><span></span></span> + </div></div> + <br clear="all" /> + </form> ! <!-- IF S_CATROW is even --> ! <table width="100%" cellspacing="2" cellpadding="2" border="0"> ! <tr> ! <td> ! <!-- BEGIN enable_soung_upload --> ! <a href="{U_UPLOAD_SONG}"><img src="{UPLOAD_SONG_IMG}" border="0" alt="{L_UPLOAD_SONG}" title="{L_UPLOAD_SONG}" /></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_MUSIC}">{L_MUSIC}</a> {U_NAV_CAT_PARENT} {NAV_SEP} <a class="nav" href="{U_VIEW_CAT}">{CAT_TITLE}</a> ! {NAV_CAT_DESC} </span> ! </td> ! </tr> ! </table> ! ! <div class="forabg block"> ! <div class="inner"><span class="corners-top"><span></span></span> ! <ul class="topiclist"> ! <li class="header"></li> ! </ul> ! <div id="p1" class="post bg2 online"> ! <div class="textbody"> ! <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> ! <!-- BEGIN no_songs --> ! <tr> ! <td class="row1" align="center" colspan="{S_COLS}" height="50"><span class="gen">{L_NO_SONGS}</span></td> ! </tr> ! <!-- END no_songs --> ! <!-- BEGIN songrow --> ! <tr> ! <!-- BEGIN songcol --> ! <td align="center" width="{S_COL_WIDTH}" class="row1"></td> ! <!-- END songcol --> ! </tr> ! <tr> ! <!-- BEGIN song_detail --> ! <!-- IF song_detail.SWITCH_ROW_TYPE eq IMG --> ! <td> ! <table width="100%" cellpadding="2" cellspacing="1" border="0"> ! <tr> ! <th height="25" colspan="7" class="thTop"><span class="genmed">{L_PIC_TITLE} :: {song_detail.SONG_TITLE}</span></th> ! </tr> ! <tr> ! <td class="row1" width="{S_COL_WIDTH}" colspan="7" align="center" valign="top" class="catBottom"> ! <div align="center" valign="top"> ! <a href="javascript:void(0);" onClick="window.open('<!-- IF song_detail.SONG_FULL_URL is even -->{song_detail.SONG_FULL_URL}<!-- ELSE -->{song_detail.SONG_URL}<!-- ENDIF -->','','scrollbars=yes,resizable=no,width=810,height=610')"><img src="<!-- IF song_detail.SONG_THUMB_URL is even -->{song_detail.SONG_THUMB_URL}<!-- ELSE -->{song_detail.SONG_URL}<!-- ENDIF -->" id="image" type="image" border="1" /></a> ! </div> ! <!-- ! <div align="center" valign="top"> ! <span class="genmed">{L_PIC_TITLE} :: {song_detail.SONG_TITLE}</span> ! </div> ! --> ! </td> ! </tr> ! <tr> ! <td width="31%" align="center" class="catBottom" height="28"><span class="gen">{L_PIC_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> ! <tr> ! <td width="31%" align="center" class="row2"><span class="genmed">{songrow.song_detail.TITLE} ! </span></td> ! <td width="15%" align="center" class="row1"><span class="genmed">{songrow.song_detail.SINGER}</span></td> ! <td width="25%" align="center" class="row2"><span class="gensmall">{songrow.song_detail.POSTER}<BR>{songrow.song_detail.TIME}</span></td> ! <td width="6%" align="center" class="row1"><span class="gensmall">{songrow.song_detail.VIEW}</span></td> ! <td width="8%" align="center" class="row2"><span class="gensmall">{songrow.song_detail.RATING}</span></td> ! <td width="10%" align="center" class="row1"><span class="gensmall">{songrow.song_detail.COMMENTS}</span></td> ! <td width="5%" align="center" class="row2"><span class="gensmall">{songrow.song_detail.EDIT}<BR /> ! {songrow.song_detail.DELETE}<BR /> ! {songrow.song_detail.LOCK}<BR /> ! {songrow.song_detail.MOVE}</span></td> ! </tr> ! </table> ! </td> ! <!-- ELSE --> ! <td> ! <table width="100%" cellpadding="2" cellspacing="1" border="0"> ! <tr> ! <th height="25" colspan="7" class="thTop"><span class="genmed">{L_SONG_TITLE} :: {song_detail.SONG_TITLE}</span></th> ! </tr> ! <tr> ! <td width="44%" colspan="7" class="row1" align="center"> ! <!-- IF song_detail.S_ROW_TYPE eq 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="{song_detail.SONG_URL}"'); ! document.write (' src="{song_detail.SONG_URL}"'); ! document.write (' Name=MediaPlayer'); ! document.write (' ShowControls=1'); ! document.write (' ShowDisplay=1'); ! document.write (' ShowStatusBar=1'); ! document.write (' AUTOSTART=0'); ! document.write (' AutoSize=0'); ! document.write (' width="{song_detail.WIDTH}"'); ! document.write (' height="{song_detail.HEIGHT}">'); ! document.write (' </Embed>'); } ! ! if ( navigator.appName != "Netscape" ){ ! document.write(' <embed id="wmp" name="wmp" type="audio/mpeg" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" ShowTracker="0" ShowDisplay="0" ShowGotoBar="0" ShowStatusBar="1" ShowCaptioning="0" AUTOSTART="0" filename="{song_detail.SONG_URL}" src="{song_detail.SONG_URL}" ></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="{song_detail.SONG_URL}">'); ! document.write ('<PARAM NAME="FileName" value="{song_detail.SONG_URL}">'); ! document.write ('<PARAM NAME="AutoStart" VALUE="false">'); ! document.write ('<PARAM NAME="ShowControls" VALUE="1">'); ! document.write ('<PARAM NAME="ShowStatusBar" VALUE="1">'); ! document.write ('<PARAM NAME="AutoSize" VALUE="0">'); ! document.write ('<PARAM NAME="uiMode" VALUE="mini">'); ! document.write ('<PARAM NAME="width" VALUE="{song_detail.WIDTH}">'); ! document.write ('<PARAM NAME="height" VALUE="{song_detail.WIDTH}">'); ! ! 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="{song_detail.SONG_URL}"'); ! document.write (' src="{song_detail.SONG_URL}"'); ! document.write (' Name="MediaPlayer2"'); ! document.write (' ShowControls="1"'); ! document.write (' ShowDisplay="1"'); ! document.write (' ShowStatusBar="1"'); ! document.write (' AUTOSTART="false"'); ! document.write (' AutoSize="0"'); ! document.write (' width="{song_detail.WIDTH}"'); ! document.write (' height="{song_detail.HEIGHT}">'); ! 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="{song_detail.SONG_URL}">'); ! document.write ('<PARAM NAME="FileName" value="{song_detail.SONG_URL}">'); ! document.write ('<PARAM NAME="AutoStart" VALUE="false">'); ! document.write ('<PARAM NAME="ShowControls" VALUE="1">'); ! document.write ('<PARAM NAME="ShowStatusBar" VALUE="1">'); ! document.write ('<PARAM NAME="AutoSize" VALUE="0">'); ! document.write ('<PARAM NAME="width" VALUE="{song_detail.WIDTH}">'); ! document.write ('<PARAM NAME="height" VALUE="{song_detail.WIDTH}">'); ! ! //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="{song_detail.SONG_URL}"'); ! document.write (' src="{song_detail.SONG_URL}"'); ! document.write (' Name="MediaPlayer"'); ! document.write (' ShowControls="1"'); ! document.write (' ShowDisplay="1"'); ! document.write (' ShowStatusBar="1"'); ! document.write (' AUTOSTART="0"'); ! document.write (' AutoSize="0"'); ! document.write (' width="{song_detail.WIDTH}"'); ! document.write (' height="{song_detail.HEIGHT}">'); ! document.write (' </embed>'); ! ! document.write ('</OBJECT>'); ! ! } ! } ! else ! { ! document.write(' <embed type="audio/mpeg" height="{song_detail.HEIGHT}" width="{song_detail.WIDTH}" AUTOSTART="0" filename="{song_detail.SONG_URL}" src="{song_detail.SONG_URL}" ></embed>'); ! } ! </SCRIPT> ! <!-- ENDIF --> ! ! <!-- IF song_detail.S_ROW_TYPE eq FLASH --> ! <EMBED src="{song_detail.SONG_URL}" quality=high scale=noborder wmode=transparent bgcolor=#000000 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> ! </EMBED> ! <!-- ENDIF --> ! ! <!-- IF song_detail.S_ROW_TYPE eq FLASHVIDEO --> ! <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}"> ! <param name="allowScriptAccess" value="always" /> ! <param name="movie" value="{song_detail.VIDEO_URL}" /> ! <param name="wmode" value="transparent" /> ! <param name="loop" value="false" /> ! <param name="menu" value="false" /> ! <param name="quality" value="high" /> ! <param name="allowfullscreen" value="true" /> ! <param name="scale" value="noscale" /> ! <param name="salign" value="lt" /> ! <embed src="{song_detail.VIDEO_URL}" type="application/x-shockwave-flash" wmode="transparent" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" allowfullscreen="true"> ! </embed> ! </object> ! <!-- ENDIF --> ! ! <!-- IF song_detail.S_ROW_TYPE eq YOUTUBE --> ! <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="VideoPlayback" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}"> ! <param name="movie" value="{song_detail.VIDEO_URL}" /> ! <param name="wmode" value="transparent" /> ! <param name="allowfullscreen" value="true" /> ! <param name="flashvars" value="&rs=1&sn=1&iurl={song_detail.U_IMG}" /> ! <embed src="{song_detail.VIDEO_URL}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350" allowfullscreen="true" flashvars="&rs=1&sn=1&iurl={song_detail.U_IMG}" /> ! </object> ! <!-- ENDIF --> ! ! <!-- IF song_detail.S_ROW_TYPE eq FLV --> ! <div id="flvplayer"> ! <object width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" id="flvplayer" align="center"> ! <param name="allowScriptAccess" value="always" /> ! <param name="type" value="application/x-shockwave-flash" /> ! <param name="movie" value="{song_detail.VIDEO_URL}" /> ! <param name="loop" value="false" /> ! <param name="menu" value="false" /> ! <param name="quality" value="high" /> ! <param name="allowfullscreen" value="true" /> ! <param name="scale" value="noscale" /> ! <param name="salign" value="lt" /> ! <param name="bgcolor" value="000000" /> ! <param name="flashvars" value="file={song_detail.SONG_URL}&image={song_detail.U_IMG}&shuffleOnLoad=no" /> ! <embed src="{song_detail.VIDEO_URL}" flashvars="file={song_detail.SONG_URL}&image={song_detail.U_IMG}&shuffleOnLoad=no" loop="false" allowfullscreen="true" menu="false" quality="high" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" scale="noscale" salign="lt" name="flvplayer" align="center" bgcolor="000000" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> ! </object> ! </div> ! <!-- ENDIF --> ! ! <!-- IF song_detail.S_ROW_TYPE eq RAM --> ! <embed src="{song_detail.SONG_URL}" align="center" ! width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" type="audio/x-pn-realaudio-plugin" console="cons" ! controls="ControlPanel" autostart="false"></embed> ! <!-- ENDIF --> ! ! <!-- IF song_detail.S_ROW_TYPE eq QT --> ! <object id="qt" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}"> ! <param name="qtsrc" value="{song_detail.SONG_URL}"> ! <param name="autoplay" value="false"> ! <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="{song_detail.SONG_URL}" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" controller="true" loop="false" autoplay="false" kioskmode="true" cache="false"> ! ! </embed> ! </object> ! <!-- ENDIF --> ! ! <!-- IF song_detail.S_ROW_TYPE eq IMG --> ! <a href="javascript:void(0);" onClick="window.open('<!-- IF song_detail.SONG_FULL_URL is even -->{song_detail.SONG_FULL_URL}<!-- ELSE -->{song_detail.SONG_URL}<!-- ENDIF -->','','scrollbars=yes,resizable=no,width=810,height=610')"><img src="<!-- IF song_detail.SONG_THUMB_URL is even -->{song_detail.SONG_THUMB_URL}<!-- ELSE -->{song_detail.SONG_URL}<!-- ENDIF -->" id="image" type="image" border="1"></a> ! <!-- ENDIF --> ! </td> ! </tr> ! <tr> ! <td width="31%" align="center" class="catBottom" height="28"><span class="gen">{L_SONG_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> ! <tr> ! <td width="31%" align="center" class="row2"><span class="genmed">{songrow.song_detail.TITLE} ! </span></td> ! <td width="15%" align="center" class="row1"><span class="genmed">{songrow.song_detail.SINGER}</span></td> ! <td width="25%" align="center" class="row2"><span class="gensmall">{songrow.song_detail.POSTER}<BR>{songrow.song_detail.TIME}</span></td> ! <td width="6%" align="center" class="row1"><span class="gensmall">{songrow.song_detail.VIEW}</span></td> ! <td width="8%" align="center" class="row2"><span class="gensmall">{songrow.song_detail.RATING}</span></td> ! <td width="10%" align="center" class="row1"><span class="gensmall">{songrow.song_detail.COMMENTS}</span></td> ! <td width="5%" align="center" class="row2"><span class="gensmall">{songrow.song_detail.EDIT}<BR /> ! {songrow.song_detail.DELETE}<BR /> ! {songrow.song_detail.LOCK}<BR /> ! {songrow.song_detail.MOVE}</span></td> ! </tr> ! </table> ! </td> ! <!-- ENDIF --> ! <!-- END song_detail --> ! </tr> ! <!-- END songrow --> ! </table> ! </div></div></div> ! <span class="corners-bottom"><span></span></span> ! </div></div> ! <br clear="all" /> ! ! <table width="100%" cellspacing="2" border="0" cellpadding="2"> ! <tr> ! <td> ! <!-- BEGIN enable_soung_upload --> ! <a href="{U_UPLOAD_SONG}"><img src="{UPLOAD_SONG_IMG}" border="0" alt="{L_UPLOAD_SONG}" title="{L_UPLOAD_SONG}" /></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_MUSIC}">{L_MUSIC}</a> {U_NAV_CAT_PARENT} {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> + <br clear="all" /> + <!-- ENDIF --> + + <div class="navbar"> + <div class="inner"><span class="corners-top"><span></span></span> + + <form method="post" action="{S_MUSIC_LIST}"> + <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> + <tr> + <td class="row2 bg2" align="center" height="28"><span class="gensmall">{L_SEARCH_SONGS} <input class="post" type="text" name="search" size="30" /> + <select name="search_cond"> + <option value='title'>{L_SONG_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> + + <span class="corners-bottom"><span></span></span></div> + </div> + + <!-- BEGIN switch_user_logged_out --> Index: music_cat_xs.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_cat_xs.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_cat_xs.tpl 29 Jan 2008 07:51:29 -0000 1.1 --- music_cat_xs.tpl 7 Sep 2008 18:06:57 -0000 1.2 *************** *** 1,2 **** --- 1,7 ---- + <div class="forabg block"> + <div id="p1" class="post bg2 online"> + <div class="inner"><span class="corners-top"><span></span></span> + <div class="textbody"> + <form action="{S_MUSIC_ACTION}" method="post"> <table width="100%" cellspacing="2" cellpadding="2" border="0"> *************** *** 7,10 **** --- 12,21 ---- </tr> </table> + </div></div> + </div> + <span class="corners-bottom"><span></span></span> + </div> + <br clear="all" /> + <table width="100%" cellspacing="2" cellpadding="2" border="0"> *************** *** 22,25 **** --- 33,43 ---- </table> + <div class="forabg block"> + <div class="inner"><span class="corners-top"><span></span></span> + <ul class="topiclist"> + <li class="header"> + </ul></li> + <div id="p1" class="post bg2 online"> + <div class="textbody"> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> *************** *** 48,52 **** <td class="row1" width="{S_COL_WIDTH}" colspan="7" align="center" valign="top" class="catBottom"> <div align="center" valign="top"> ! <a href="javascript:void(0);" onClick="window.open('<!-- IF song_detail.SONG_FULL_URL is even -->{song_detail.SONG_FULL_URL}<!-- ELSE -->{song_detail.SONG_URL}<!-- ENDIF -->','','scrollbars=yes,resizable=no,width=810,height=610')"><img src="<!-- IF song_detail.SONG_THUMB_URL is even -->{song_detail.SONG_THUMB_URL}<!-- ELSE -->{song_detail.SONG_URL}<!-- ENDIF -->" id="image" type="image" border="1"></a> </div> <!-- --- 66,70 ---- <td class="row1" width="{S_COL_WIDTH}" colspan="7" align="center" valign="top" class="catBottom"> <div align="center" valign="top"> ! <a href="javascript:void(0);" onClick="window.open('<!-- IF song_detail.SONG_FULL_URL is even -->{song_detail.SONG_FULL_URL}<!-- ELSE -->{song_detail.SONG_URL}<!-- ENDIF -->','','scrollbars=yes,resizable=no,width=810,height=610')"><img src="<!-- IF song_detail.SONG_THUMB_URL is even -->{song_detail.SONG_THUMB_URL}<!-- ELSE -->{song_detail.SONG_URL}<!-- ENDIF -->" id="image" type="image" border="1" /></a> </div> <!-- *************** *** 137,152 **** { ! 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="{song_detail.SONG_URL}">'); ! document.write ('<PARAM NAME="FileName" value="{song_detail.SONG_URL}">'); ! document.write ('<PARAM NAME="AutoStart" VALUE="false">'); ! document.write ('<PARAM NAME="ShowControls" VALUE="1">'); ! document.write ('<PARAM NAME="ShowStatusBar" VALUE="1">'); ! document.write ('<PARAM NAME="AutoSize" VALUE="0">'); ! document.write ('<PARAM NAME="uiMode" VALUE="mini">'); ! document.write ('<PARAM NAME="width" VALUE="{song_detail.WIDTH}">'); ! document.write ('<PARAM NAME="height" VALUE="{song_detail.WIDTH}">'); document.write (' <Embed type="application/x-mplayer2"'); --- 155,170 ---- { ! 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="{song_detail.SONG_URL}">'); ! document.write ('<PARAM NAME="FileName" value="{song_detail.SONG_URL}">'); ! document.write ('<PARAM NAME="AutoStart" VALUE="false">'); ! document.write ('<PARAM NAME="ShowControls" VALUE="1">'); ! document.write ('<PARAM NAME="ShowStatusBar" VALUE="1">'); ! document.write ('<PARAM NAME="AutoSize" VALUE="0">'); ! document.write ('<PARAM NAME="uiMode" VALUE="mini">'); ! document.write ('<PARAM NAME="width" VALUE="{song_detail.WIDTH}">'); ! document.write ('<PARAM NAME="height" VALUE="{song_detail.WIDTH}">'); document.write (' <Embed type="application/x-mplayer2"'); *************** *** 159,163 **** document.write (' ShowStatusBar="1"'); document.write (' AUTOSTART="false"'); ! document.write (' AutoSize="0"'); document.write (' width="{song_detail.WIDTH}"'); document.write (' height="{song_detail.HEIGHT}">'); --- 177,181 ---- document.write (' ShowStatusBar="1"'); document.write (' AUTOSTART="false"'); ! document.write (' AutoSize="0"'); document.write (' width="{song_detail.WIDTH}"'); document.write (' height="{song_detail.HEIGHT}">'); *************** *** 173,187 **** //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="{song_detail.SONG_URL}">'); document.write ('<PARAM NAME="FileName" value="{song_detail.SONG_URL}">'); document.write ('<PARAM NAME="AutoStart" VALUE="false">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); ! document.write ('<PARAM NAME="ShowStatusBar" VALUE="1">'); document.write ('<PARAM NAME="AutoSize" VALUE="0">'); ! document.write ('<PARAM NAME="width" VALUE="{song_detail.WIDTH}">'); ! document.write ('<PARAM NAME="height" VALUE="{song_detail.WIDTH}">'); //Firefox code --- 191,205 ---- //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="{song_detail.SONG_URL}">'); document.write ('<PARAM NAME="FileName" value="{song_detail.SONG_URL}">'); document.write ('<PARAM NAME="AutoStart" VALUE="false">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); ! document.write ('<PARAM NAME="ShowStatusBar" VALUE="1">'); document.write ('<PARAM NAME="AutoSize" VALUE="0">'); ! document.write ('<PARAM NAME="width" VALUE="{song_detail.WIDTH}">'); ! document.write ('<PARAM NAME="height" VALUE="{song_detail.WIDTH}">'); //Firefox code *************** *** 244,249 **** <!-- IF song_detail.S_ROW_TYPE eq FLV --> <div id="flvplayer"> ! <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" id="flvplayer" align="center"> <param name="allowScriptAccess" value="always" /> <param name="movie" value="{song_detail.VIDEO_URL}" /> <param name="loop" value="false" /> --- 262,268 ---- <!-- IF song_detail.S_ROW_TYPE eq FLV --> <div id="flvplayer"> ! <object width="{song_detail.WIDTH}" height="{song_detail.HEIGHT}" id="flvplayer" align="center"> <param name="allowScriptAccess" value="always" /> + <param name="type" value="application/x-shockwave-flash" /> <param name="movie" value="{song_detail.VIDEO_URL}" /> <param name="loop" value="false" /> *************** *** 336,339 **** --- 355,363 ---- </tr> </table> + </div></div></div> + <span class="corners-bottom"><span></span></span> + </div></div> + <br clear="all" /> + <table width="100%" cellspacing="2" border="0" cellpadding="2"> <tr> |