">
<%= Define.Get("Press_所属出版社").HtmlEncode() %>:
|
<%= new HtmlText("ParentPress_Name", ViewData.Val("Name", this.ParentPress)) { ReadOnly = true, Class = "ipt-t ipt-t-dft" }%>
<%= new HtmlHidden("ParentPress", ViewData.Val("Guid", this.ParentPress))%>
<%--[<%= DefineEnum.选择.Define() %>]
[<%= DefineEnum.清空.Define() %>]--%>
|
">
<%= Define.Get("Press_出版社名称").HtmlEncode() %>:
|
<%= new HtmlText("Name", this.ViewData["_Press.Name"], 256) { Class = "ipt-t ipt-t-dft " }%>
<%= new HtmlYKTip("Name") %>
|
">
<%= Define.Get("Press_描述").HtmlEncode() %>:
|
<%= new HtmlTextArea("Description", this.ViewData["_Press.Description"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%>
|
">
<%= Define.Get("Press_排序号")%>:
|
">
<%= new HtmlText("SortNumber", this.ViewData["_Press.SortNumber"], 4) { Class = "ipt-t ipt-t-dft ", DefaultValue = 0 }%>
<%= new HtmlYKTip("SortNumber") %>
|