">
<%= Define.Get("AlbumTag_AlbumUserDomainName_平台名称").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_AlbumTag.ParentAlbum.ParentUser.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("AlbumTag_AlbumUserDomainCode_平台编码").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_AlbumTag.ParentAlbum.ParentUser.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("AlbumTag_AlbumUserUserTypeName_用户类型名称").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_AlbumTag.ParentAlbum.ParentUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("AlbumTag_AlbumUserTrueName_用户真实名称").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_AlbumTag.ParentAlbum.ParentUser.TrueName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("AlbumTag_AlbumUserUserName_用户用户名").HtmlEncode() %>:
|
<%= new HtmlText(null, this.ViewData["_AlbumTag.ParentAlbum.ParentUser.UserName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
|
">
<%= Define.Get("AlbumTag_所属专辑").HtmlEncode() %>:
|
<%= new HtmlText("ParentAlbum_Name", IN(this.ViewData["_AlbumTag"], this.ViewData["_AlbumTag.ParentAlbum.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmAlbumTag [name=ParentAlbum]","Edit");" }%>
<%= new HtmlHidden("ParentAlbum", this.ViewData["_AlbumTag.ParentAlbum.Guid"])%>
[<%= DefineEnum.选择.Define() %>]
[<%= DefineEnum.清空.Define() %>]
<%= new HtmlYKTip("ParentAlbum") %>
|
">
<%= Define.Get("AlbumTag_标签名称").HtmlEncode() %>:
|
<%= new HtmlText("Title", this.ViewData["_AlbumTag.Title"], 256) { Class = "ipt-t ipt-t-dft " }%>
<%= new HtmlYKTip("Title") %>
|
">
<%= Define.Get("AlbumTag_排序号")%>:
|
">
<%= new HtmlText("SortNumber", this.ViewData["_AlbumTag.SortNumber"], 4) { Class = "ipt-t ipt-t-dft ", DefaultValue = 0 }%>
<%= new HtmlYKTip("SortNumber") %>
|