">
<%= Define.Get("PushFileDownLoad_推送类型").HtmlEncode() %>:
|
">
<%= new HtmlCheckBox("PushType", this.ViewData["_PushFileDownLoad.PushType"], 1, 0) { Class = ""}%>
|
">
<%= Define.Get("PushFileDownLoad_文件类型").HtmlEncode() %>:
|
">
<%= new HtmlCheckBox("FileType", this.ViewData["_PushFileDownLoad.FileType"], 1, 0) { Class = ""}%>
|
">
<%= Define.Get("PushFileDownLoad_所属子平台").HtmlEncode() %>:
|
<%= new HtmlText("ParentDomain_Name_Code", IN(this.ViewData["_PushFileDownLoad"], this.ViewData["_PushFileDownLoad.ParentDomain.Name"] + "[" + this.ViewData["_PushFileDownLoad.ParentDomain.Code"] + "]")) { ReadOnly = true, Class = "ipt-t ipt-t-dft" }%>
<%= new HtmlHidden("ParentDomain", this.ViewData["_PushFileDownLoad.ParentDomain.Guid"])%>
[<%= DefineEnum.选择.Define() %>]
[<%= DefineEnum.清空.Define() %>]
<%= new HtmlYKTip("ParentDomain") %>
|
">
<%= Define.Get("PushFileDownLoad_文件地址").HtmlEncode() %>:
|
<%= new HtmlText("Url", this.ViewData["_PushFileDownLoad.Url"], 200) { Class = "ipt-t ipt-t-dft " }%>
<%= new HtmlYKTip("Url") %>
|
">
<%= Define.Get("PushFileDownLoad_创建时间").HtmlEncode() %>:
|
<%= new HtmlText("CreateTime", this.ViewData["_PushFileDownLoad.CreateTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime ", ReadOnly = true }%>
<%= new HtmlYKTip("CreateTime") %>
|
">
<%= Define.Get("PushFileDownLoad_队列时间").HtmlEncode() %>:
|
<%= new HtmlText("QueueTime", this.ViewData["_PushFileDownLoad.QueueTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%>
|
">
<%= Define.Get("PushFileDownLoad_开始时间").HtmlEncode() %>:
|
<%= new HtmlText("StartTime", this.ViewData["_PushFileDownLoad.StartTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%>
|
">
<%= Define.Get("PushFileDownLoad_结束时间").HtmlEncode() %>:
|
<%= new HtmlText("EndTime", this.ViewData["_PushFileDownLoad.EndTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%>
|
">
<%= Define.Get("PushFileDownLoad_推送信息").HtmlEncode() %>:
|
<%= new HtmlText("Description", this.ViewData["_PushFileDownLoad.Description"], 256) { Class = "ipt-t ipt-t-dft " }%>
|
">
<%= Define.Get("PushFileDownLoad_排序号")%>:
|
">
<%= new HtmlText("SortNumber", this.ViewData["_PushFileDownLoad.SortNumber"], 4) { Class = "ipt-t ipt-t-dft ", DefaultValue = 0 }%>
<%= new HtmlYKTip("SortNumber") %>
|