*奖项名称: |
<%= new HtmlText("Name", this.ViewData["_STAward.Name"]) { }%>
<%= new HtmlYKTip("Name")%>
|
*得奖人数: |
<%= new HtmlText("WinNumber", this.ViewData["_STAward.WinNumber"]) { }%>
<%= new HtmlYKTip("WinNumber")%>
|
详细描述: |
<%= new HtmlTextArea("Description", this.ViewData["_STAward.Description"], 2000)%>
|
*排名优先: |
<%= new HtmlText("SortNumber", this.ViewData["_STAward.SortNumber"], 4) { DefaultValue = 0 }%>
<%= new HtmlYKTip("SortNumber") %>
|
|
|
|
<%= new HtmlHidden("Key",this.KEY)%>
<%= new HtmlHidden("ParentSubject", this.Subject.Guid)%>
<%= new HtmlSubmit(IN(this.ViewData["_STAward"], "修改奖项", "添加奖项"), "STAwardEdit", "STAwardEditClient(this);").Style(new { Width = "100px" })%>
|