">
<%= Define.Get("Lesson_所属课本").HtmlEncode() %>:
|
<%= new HtmlText("ParentTextbook_Name", IN(this.ViewData["_Lesson"], this.ViewData["_Lesson.ParentTextbook.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmLesson [name=ParentTextbook]","Edit");" }%>
<%= new HtmlHidden("ParentTextbook", this.ViewData["_Lesson.ParentTextbook.Guid"])%>
[<%= DefineEnum.选择.Define() %>]
[<%= DefineEnum.清空.Define() %>]
<%= new HtmlYKTip("ParentTextbook") %>
|
">
<%= Define.Get("Lesson_单元课章节").HtmlEncode() %>:
|
<%= new HtmlText("Section", this.ViewData["_Lesson.Section"], 10) { Class = "ipt-t ipt-t-dft " }%>
<%= new HtmlYKTip("Section") %>
|
">
<%= Define.Get("Lesson_单元课名称").HtmlEncode() %>:
|
<%= new HtmlText("Name", this.ViewData["_Lesson.Name"], 256) { Class = "ipt-t ipt-t-dft " }%>
<%= new HtmlYKTip("Name") %>
|
">
<%= Define.Get("Lesson_描述").HtmlEncode() %>:
|
<%= new HtmlTextArea("Description", this.ViewData["_Lesson.Description"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%>
|
">
<%= Define.Get("Lesson_排序号")%>:
|
">
<%= new HtmlText("SortNumber", this.ViewData["_Lesson.SortNumber"], 4) { Class = "ipt-t ipt-t-dft ", DefaultValue = 0 }%>
<%= new HtmlYKTip("SortNumber") %>
|