📄 post_musicedit.aspx
字号:
<%@ Page Language="C#" MasterPageFile="../BloggerAdmin.master" AutoEventWireup="true" Inherits="Ruiao.WebSite.Blog.Blogger.Admin.Article.Post_MusicEdit" Codebehind="Post_MusicEdit.aspx.cs" %>
<%@ Register Src="../UserControl/Upload.ascx" TagName="Upload" TagPrefix="uc2" %>
<asp:Content ID="MyHead" ContentPlaceHolderID="phHead" runat="Server">
<style type="text/css">
#ContentBody #Sidebar
{
width:200px;
float:right;
overflow:hidden;
clear:both;
}
#ContentBody #MainContent
{
float:left;
clear:both;
width:720px;
}
</style>
</asp:Content>
<asp:Content ID="MyContent" ContentPlaceHolderID="cphMainAdmin" Runat="Server">
<div id="ContentTitle" style=""><%=MyTitle %></div>
<div id="ContentBody" style="clear:both;">
<div id="MainContent">
<fieldset class="ContentBox">
<div class="ContentBox_Head" onclick="BoxSwitch('mcBody','siBody','<%=BloggerUrl %>/Admin/Images/Box_')"><div style="float:left;">歌曲主要信息:</div><div id="siBody" class="SwitchIcon_Up"></div></div>
<div class="ContentBox_ContentBox" id="mcBody">
<div class="ContentBox_ContentItem">
<table id="MainOptions" width="100%" border="0" cellpadding="3" cellspacing="0" class="Body">
<tr>
<td align="right" bgcolor="#F3F3F3" style="width: 15%">歌曲标题:</td>
<td width="85%" bgcolor="#F3F3F3"><asp:TextBox ID="tbTitle" runat="server" Width="260px"></asp:TextBox> <asp:CheckBox ID="cbxLockTop" runat="server" Text="固顶" /></td>
</tr>
<tr>
<td align="right" bgcolor="#F3F3F3" style="width: 15%">歌曲名称:</td>
<td width="85%" bgcolor="#F3F3F3"><asp:TextBox ID="tbMusicName" runat="server" Width="260px"></asp:TextBox></td>
</tr>
<tr>
<td align="right" bgcolor="#F3F3F3" style="width: 15%">音乐摘要:</td>
<td width="78%" bgcolor="#F3F3F3"><asp:TextBox ID="TextBox1" runat="server" TextMode="MultiLine" Width="260px" Height="68px"></asp:TextBox></td>
</tr>
<tr>
<td align="right" bgcolor="#F3F3F3" style="width: 15%">试听地址:</td>
<td width="85%" bgcolor="#F3F3F3">
<asp:TextBox ID="tbMusicUrl" runat="server" Width="260px"></asp:TextBox></td>
</tr>
<tr>
<td align="right" bgcolor="#F3F3F3" style="width: 15%">音乐格式:</td>
<td width="85%" bgcolor="#F3F3F3">
<asp:DropDownList ID="ddlMimeType" runat="server">
</asp:DropDownList></td>
</tr>
<tr>
</table>
</div>
</div>
</fieldset>
<br />
<fieldset class="ContentBox">
<div class="ContentBox_Head" onclick="BoxSwitch('mcOtherInfo','siOtherInfo','<%=BloggerUrl %>/Admin/Images/Box_')"><div style="float:left;">歌曲附加信息:</div><div id="siOtherInfo" class="SwitchIcon_Down"></div></div>
<div class="ContentBox_ContentBox" id="mcOtherInfo" style="display:none;">
<div class="ContentBox_ContentItem">
<table id="MusicOptions" width="100%" border="0" cellpadding="3" cellspacing="0" class="Body">
<tr>
<td width="15%" align="right" bgcolor="#F3F3F3">播放时长:</td>
<td width="85%" bgcolor="#F3F3F3">
<asp:TextBox ID="tbPlayTime" runat="server" Width="260px"></asp:TextBox>
</td>
</tr>
<tr>
<td width="15%" align="right" bgcolor="#F3F3F3">封面地址:</td>
<td width="85%" bgcolor="#F3F3F3">
<asp:TextBox ID="tbPictorial" runat="server" Width="260px"></asp:TextBox></td>
</tr>
<tr>
<td width="15%" align="right" bgcolor="#F3F3F3">艺术家:</td>
<td width="85%" bgcolor="#F3F3F3">
<asp:TextBox ID="tbArtist" runat="server" Width="260px"></asp:TextBox></td>
</tr>
<tr>
<td width="15%" align="right" bgcolor="#F3F3F3">作曲:</td>
<td width="85%" bgcolor="#F3F3F3">
<asp:TextBox ID="tbComposer" runat="server" Width="260px"></asp:TextBox></td>
</tr>
<tr>
<td width="15%" align="right" bgcolor="#F3F3F3">作词:</td>
<td width="85%" bgcolor="#F3F3F3">
<asp:TextBox ID="tbWriteWord" runat="server" Width="260px"></asp:TextBox></td>
</tr>
<tr>
<td width="15%" align="right" bgcolor="#F3F3F3">评级:</td>
<td width="85%" bgcolor="#F3F3F3">
<asp:DropDownList ID="ddlRating" runat="server">
<asp:ListItem Value="1">一星</asp:ListItem>
<asp:ListItem Value="2">二星</asp:ListItem>
<asp:ListItem Value="3">三星</asp:ListItem>
<asp:ListItem Value="4">四星</asp:ListItem>
<asp:ListItem Value="5">五星</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td width="15%" align="right" bgcolor="#F3F3F3">专集名称:</td>
<td width="85%" bgcolor="#F3F3F3">
<asp:TextBox ID="tbAlbum" runat="server" Width="260px"></asp:TextBox></td>
</tr>
<tr>
<td width="15%" align="right" bgcolor="#F3F3F3">发行年份:</td>
<td width="85%" bgcolor="#F3F3F3">
<asp:DropDownList ID="ddlIssueYear" runat="server">
</asp:DropDownList></td>
</tr>
<tr>
<td width="15%" align="right" bgcolor="#F3F3F3">流派:</td>
<td width="85%" bgcolor="#F3F3F3">
<asp:DropDownList ID="ddlGenre" runat="server">
<asp:ListItem Value="Pop">流行</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td width="15%" align="right" bgcolor="#F3F3F3">收听心情:</td>
<td width="85%" bgcolor="#F3F3F3">
<asp:DropDownList ID="ddlFeel" runat="server">
<asp:ListItem Value="happy">愉快</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td width="15%" align="right" bgcolor="#F3F3F3">歌词:</td>
<td width="85%" bgcolor="#F3F3F3">
<asp:TextBox ID="tbUSLT" runat="server" Height="140px" TextMode="MultiLine" Width="260px"></asp:TextBox></td>
</tr>
</table>
</div>
</div>
</fieldset>
<br />
<fieldset class="ContentBox">
<div class="ContentBox_Head" onclick="BoxSwitch('mcFileInfo','siFileInfo','<%=BloggerUrl %>/Admin/Images/Box_')"><div style="float:left;">歌曲文件信息:</div><div id="siFileInfo" class="SwitchIcon_Down"></div></div>
<div class="ContentBox_ContentBox" id="mcFileInfo" style="display:none;">
<div class="ContentBox_ContentItem">
<table id="FileOptions" width="100%" border="0" cellpadding="3" cellspacing="0" class="Body">
<tr>
<td width="15%" align="right" bgcolor="#F3F3F3">编码器:</td>
<td width="85%" bgcolor="#F3F3F3">
<asp:TextBox ID="tbEncoded" runat="server" Width="260px"></asp:TextBox></td>
</tr>
<tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -