Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\Pub\Config\Edit.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.Config.Edit" %> <!doctype html > <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title> <%= this.Title %></title> <%= Import.Theme() %> <%= Import.CSS("/zh-cn/bootstrap/css/bootstrap.css") %> <%= Import.CSS("/zh-cn/bootstrap/css/bootstrap-theme.css") %> <%= Import.CSS("/zh-cn/bootstrap/admin.css") %> <%-- <%= Import.CSS("/zh-cn/Admin_StyleSheet.css") %>--%> <%= Import.Script("/jquery.1.9.js")%> <%= Import.Script("/app.js")%> <%= Import.Script("/bootstrap/bootstrap.min.js")%> </head> <body> <div class="wrap"> <% var nav = new NavigationInstance(this) { }; nav.IsTopNav = true; %> <%= nav.ToHtml() %> <div class="container-fulid"> <div class="row"> <% nav.GetChildMenu(Request["muid"]);%> <%= nav.ToHtml() %> <div class="col-md-12 " id="content"> <div id="divMain" class="gContent"> <div class="gCnta"> <div class="gCnta-cont"> <div class="g-title-2"> <div class="ico-loading right hidden"> </div> <div title="<%= DefineEnum.?????????.Define().ToScriptTag() %>" class="ico-question right"> </div> <h3 class="txt-14"> <%= Title %></h3> <span class="txt-info">[<a href="#" onclick="GoList();return false;"><%= DefineEnum.???.Define() %></a>] </span> </div> <div class="ln-thick ln-c-mid"> </div> <div class="subcontent"> <form id="frmConfig" action="" onsubmit="return false;"> <div> <tr> <td colspan="2"> <h3 style="color: cornflowerblue">??????</h3> </td> </tr> <table class="g-table-cntacomm"> <%-- ******?????? ???????? [???] [???] ???????????--%> <tr> <th title="<%= Define.Get("Config_???????").ToScriptTag() %>"> <%= Define.Get("Config_???????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentDomain_Name_Code", IN(this.ViewData["_Config"], this.ViewData["_Config.ParentDomain.Name"] + "[" + this.ViewData["_Config.ParentDomain.Code"] + "]")) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmConfig [name=ParentDomain]","Edit");" }%> <%= new HtmlHidden("ParentDomain", this.ViewData["_Config.ParentDomain.Guid"])%> <a class="decoration-none" href="#selectDomain" onclick="return SelectDomain('#frmConfig [name=ParentDomain]','#frmConfig [name=ParentDomain_Name_Code]')"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <a class="decoration-none select-clear hidden" href="#clear"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <%= new HtmlYKTip("ParentDomain") %> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("IngoreLogin", this.ViewData["_Config.IngoreLogin"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("IsGray", this.ViewData["_Config.IsGray"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????????????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????????????????").HtmlEncode() %>?? </th> <td> <% var videoRangeControl = this.ViewData["_Config.VideoRangeControl"] == null ? false : this.ViewData["_Config.VideoRangeControl"]; %> <%= new HtmlCheckBox("VideoRangeControl", this.ViewData["_Config.VideoRangeControl"], true, false) { Class = "",ID="toggleHidden"}%> </td> </tr> <tr class="hidy" style="display: none;"> <th title="<%= Define.Get("Config_??????????????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("VideoRangeExamine", this.ViewData["_Config.VideoRangeExamine"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_????????????????????").ToScriptTag() %>"> <%= Define.Get("Config_????????????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("FilterAlbumAndChannel", this.ViewData["_Config.FilterAlbumAndChannel"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ShowDomainName", this.ViewData["_Config.ShowDomainName"], true, false) { Class = ""}%> </td> </tr> <tr> <td colspan="2"> <hr /> <h3 style="color: cornflowerblue">?????????</h3> </td> </tr> <%--*****????????? ?????????????? ?????????????? ??????????? ???????????--%> <% if (SettingGroup.HasLive) { %> <tr> <th title="<%= Define.Get("Config_????????????").ToScriptTag() %>"> <%= Define.Get("Config_????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ApplicationAutoConfirm", this.ViewData["_Config.ApplicationAutoConfirm"], true, false) { Class = "", DefaultChecked = false}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_????????????").ToScriptTag() %>"> <%= Define.Get("Config_????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ApplicationAutoDeal", this.ViewData["_Config.ApplicationAutoDeal"], true, false) { Class = "", DefaultChecked = true}%> </td> </tr> <% } %> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("AutoAuditComment", this.ViewData["_Config.AutoAuditComment"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("AutoAuditCommentAsk", this.ViewData["_Config.AutoAuditCommentAsk"], true, false) { Class = ""}%> </td> </tr> <tr class="hidden"> <th title="<%= Define.Get("Config_?????????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("AutoPushVideo", this.ViewData["_Config.AutoPushVideo"], true, false) { Class = ""}%> </td> </tr> <% if (SettingGroup.HasLive) { %> <tr> <td colspan="2"> <hr /> <h3 style="color: cornflowerblue">?????????</h3> </td> </tr> <%--******????????? ????????? ???????? ???????? ???????? ??????????? ??????????? ??????????? ?????????????? ??????????????? ???????????B??? ??????????????? ????????????????? ???????????????--%> <%if (SettingGroup.HasWeike) { %> <tr> <th title="<%= Define.Get("Config_??????????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("VideoLessminute", this.ViewData["_Config.VideoLessminute"]) { Class = "ipt-t ipt-t-dft ", DefaultValue = 10 }%> ??? <%= new HtmlYKTip("VideoLessminute") %> </td> </tr> <% } %> <%-- <tr> <th title="<%= Define.Get("Config_????????").ToScriptTag() %>"> <%= Define.Get("Config_????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ConvertVideoSHD", this.ViewData["_Config.ConvertVideoSHD"], true, false) { Class = ""}%> </td> </tr>--%> <tr> <th title="<%= Define.Get("Config_??????").ToScriptTag() %>"> <%= Define.Get("Config_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ConvertVideoHD", this.ViewData["_Config.ConvertVideoHD"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_??????").ToScriptTag() %>"> <%= Define.Get("Config_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ConvertVideoNR", this.ViewData["_Config.ConvertVideoNR"], true, false) { Class = ""}%> </td> </tr> <%--<tr> <th title="<%= Define.Get("Config_??????").ToScriptTag() %>"> <%= Define.Get("Config_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ConvertVideoLW", this.ViewData["_Config.ConvertVideoLW"], true, false) { Class = ""}%> </td> </tr>--%> <tr> <th title="<%= Define.Get("Config_??????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("AutoDownload", this.ViewData["_Config.AutoDownload"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_????????????").ToScriptTag() %>"> <%= Define.Get("Config_????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("AutoConvertToVideo", this.ViewData["_Config.AutoConvertToVideo"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="????????????????????"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ApplyDays", this.ViewData["_Config.ApplyDays"]) { Class = "ipt-t ipt-t-dft ", DefaultValue = 7 }%> <%= new HtmlYKTip("ApplyDays") %> </td> </tr> <tr> <th title="?????????????????????"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("AfterApplyDays", this.ViewData["_Config.AfterApplyDays"]) { Class = "ipt-t ipt-t-dft ", DefaultValue = 7 }%> <%= new HtmlYKTip("AfterApplyDays") %> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ProcurementLeadTime", this.ViewData["_Config.ProcurementLeadTime"]) { Class = "ipt-t ipt-t-dft ", DefaultValue = 15 }%> <%= new HtmlYKTip("ProcurementLeadTime") %> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td class="tooltip" title="<%= Define.Get("Config_UserMaxApplicationCount_?????????????????????????????????0??????").ToScriptTag()%>"> <%= new HtmlText("UserMaxApplicationCount", this.ViewData["_Config.UserMaxApplicationCount"]) { Class = "ipt-t ipt-t-dft ", DefaultValue = 3 }%> <%= new HtmlYKTip("UserMaxApplicationCount") %> </td> </tr> <tr> <th title="<%= Define.Get("Config_???????????B??").ToScriptTag() %>"> <%= Define.Get("Config_???????????B??").HtmlEncode() %>?? </th> <td> <%= new HtmlText("UserMaxSpace", this.ViewData["_Config.UserMaxSpace"]) { Class = "ipt-t ipt-t-dft ", DefaultValue = 1000 }%> <%= new HtmlYKTip("UserMaxSpace") %> </td> </tr> <tr> <th title="<%= Define.Get("Config_??????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????").HtmlEncode() %>?? </th> <td class="tooltip" title="<%= Define.Get("Config_AutoDowloadHour_?????????????????????????????????").ToScriptTag()%>"> <%= new HtmlText("AutoDowloadHour", this.ViewData["_Config.AutoDowloadHour"], 500) { Class = "ipt-t ipt-t-dft width400 " }%> </td> </tr> <tr> <th title="<%= Define.Get("Config_???????????????").ToScriptTag() %>"> <%= Define.Get("Config_???????????????").HtmlEncode() %>?? </th> <td class="tooltip" title="<%= Define.Get("Config_AutoPowerOffHour_????????????????????????").ToScriptTag()%>"> <%= new HtmlText("AutoPowerOffHour", this.ViewData["_Config.AutoPowerOffHour"], 128) { Class = "ipt-t ipt-t-dft width400 " }%> </td> </tr> <tr> <td colspan="2"> <hr /> <h3 style="color: cornflowerblue">??????????????</h3> </td> </tr> <%--******?????????????? ???????????? ??????????? ?????????????? ??????????? ??????????? ??????????? ??????????? ??????????? ????????????--%> <tr> <th title="<%= Define.Get("Config_???????????").ToScriptTag() %>"> <%= Define.Get("Config_???????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ApplicationSpeaker", this.ViewData["_Config.ApplicationSpeaker"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ApplicationTitle", this.ViewData["_Config.ApplicationTitle"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_????????????").ToScriptTag() %>"> <%= Define.Get("Config_????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ApplicationAlbumName", this.ViewData["_Config.ApplicationAlbumName"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ApplicationDescription", this.ViewData["_Config.ApplicationDescription"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ApplicationCover", this.ViewData["_Config.ApplicationCover"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ApplicationViewPassword", this.ViewData["_Config.ApplicationViewPassword"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ApplicationChannel", this.ViewData["_Config.ApplicationChannel"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ApplicationCategory", this.ViewData["_Config.ApplicationCategory"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_???????????").ToScriptTag() %>"> <%= Define.Get("Config_???????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ApplicationLesson", this.ViewData["_Config.ApplicationLesson"], true, false) { Class = ""}%> </td> </tr> <% } %> <tr> <td colspan="2"> <hr /> <h3 style="color: cornflowerblue">??????????????</h3> </td> </tr> <%--******?????????????? ??????????? ??????????? ???????????? ??????????? ??????????? ???????????? ???????????--%> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("VideoCaptionsFile", this.ViewData["_Config.VideoCaptionsFile"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("VideoCover", this.ViewData["_Config.VideoCover"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_???????????").ToScriptTag() %>"> <%= Define.Get("Config_???????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("VideoPress", this.ViewData["_Config.VideoPress"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("VideoGrade", this.ViewData["_Config.VideoGrade"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("VideoTextBook", this.ViewData["_Config.VideoTextBook"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_???????????").ToScriptTag() %>"> <%= Define.Get("Config_???????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("VideoLesson", this.ViewData["_Config.VideoLesson"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("VideoChannel", this.ViewData["_Config.VideoChannel"], true, false) { Class = ""}%> </td> </tr> <tr> <td colspan="2"> <hr /> <h3 style="color: cornflowerblue">??????????????????</h3> </td> </tr> <%--*****?????????????????? ??????????????? ??????????????? ??????????????? ??????????????? ??????????????? ??????????????? Config_?????????????? ?? ???????????????--%> <%--????????????????????--%> <%-- <tr> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("CacheEnable", this.ViewData["_Config.CacheEnable"], true, false) { Class = ""}%> </td> </tr> --%> <tr> <th title="<%= Define.Get("Config_??????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("VideoShow", this.ViewData["_Config.VideoShow"], true, false) { Class = ""}%> </td> </tr> <% if (SettingGroup.HasBook) { %> <tr> <th title="<%= Define.Get("Config_??????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("TextbookShow", this.ViewData["_Config.TextbookShow"], true, false) { Class = ""}%> </td> </tr> <% } %> <tr> <th title="<%= Define.Get("Config_??????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("AlbumShow", this.ViewData["_Config.AlbumShow"], true, false) { Class = ""}%> </td> </tr> <% if (SettingGroup.HasSubject) { %> <tr> <th title="<%= Define.Get("Config_??????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("SubjectShow", this.ViewData["_Config.SubjectShow"], true, false) { Class = ""}%> </td> </tr> <% } %> <% if (SettingGroup.HasMeeting) { %> <tr> <th title="<%= Define.Get("Config_??????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("MeetingShow", this.ViewData["_Config.MeetingShow"], true, false) { Class = ""}%> </td> </tr> <% } %> <% if (SettingGroup.HasWeike) { %> <tr> <th title="<%= Define.Get("Config_??????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("WeikeShow", this.ViewData["_Config.WeikeShow"], true, false) { Class = ""}%> </td> </tr> <% } %> <% if (SettingGroup.HasLive) { %> <tr> <th title="<%= Define.Get("Config_??????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("LiveShow", this.ViewData["_Config.LiveShow"], true, false) { Class = ""}%> </td> </tr> <tr style="display: none;"> <th title="<%= Define.Get("Config_?????????????? ").ToScriptTag() %>"> <%= Define.Get("Config_??????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ReplayShow", this.ViewData["_Config.ReplayShow"], true, false) { Class = ""}%> </td> </tr> <% } %> <% if (SettingGroup.HasDomain) { %> <tr> <th title="<%= Define.Get("Config_??????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("SchoolShow", this.ViewData["_Config.SchoolShow"], true, false) { Class = ""}%> </td> </tr> <% } %> <% if (SettingGroup.HasST) { %> <tr> <th title="<%= Define.Get("Config_????????????????").ToScriptTag() %>"> <%= Define.Get("Config_????????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("PublicClassShow", this.ViewData["_Config.PublicClassShow"], true, false) { Class = ""}%> </td> </tr> <% } %> <tr> <th title="<%= Define.Get("Config_??????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("OnlineShow", this.ViewData["_Config.OnlineShow"], true, false) { Class = ""}%> </td> </tr> <tr class="hidden"> <th title="<%= Define.Get("Config_?????????").ToScriptTag() %>"> <%= Define.Get("Config_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ShowApplicationBefore", this.ViewData["_Config.ShowApplicationBefore"], true, false) { Class = ""}%> </td> </tr> <%-- <tr> <th title="<%= Define.Get("Config_???????????").ToScriptTag() %>"> <%= Define.Get("Config_???????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ClientMonitoring", this.ViewData["_Config.ClientMonitoring"], true, false) { Class = ""}%> </td> </tr>--%> <tr> <th title="<%= Define.Get("Config_Office???PDF").ToScriptTag() %>"> <%= Define.Get("Config_Office???PDF").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("ToPDF", this.ViewData["_Config.ToPDF"], true, false) { Class = "", DefaultChecked=true}%> </td> </tr> <% if (this.DotNet()) { //Linux??ibreoffice????? %> <tr> <th></th> <td>???????????????????: <br /> ???????????Office 2013??ord??xcel??owerPoint???????? <br /> ??????????????????????? <br /> 1.???? -> ?????? -> ?????? -> ????? -> ?????? -> DCOM??? <br /> ????????????????????????????????????????????????????? <br /> Microsoft PowerPoint ????? <br /> Microsoft Excel Application <br /> Microsoft Word 97 - 2003 ??? <br /> ?????????????????????????????????????????<br /> 1????????? ?? ??????????????????????????????????<br /> 2????????? ?? ???????????????????????IIS_IUSRS???????????????<br /> </td> </tr> <% } %> <tr> <td colspan="2"> <hr /> <h3 style="color: cornflowerblue">?????????????????</h3> </td> </tr> <tr> <th title="<%= Define.Get("Config_????????").ToScriptTag() %>"> <%= Define.Get("Config_????????").HtmlEncode() %>?? </th> <td> <%= new HtmlCheckBox("AutomaticallyDistributing", this.ViewData["_Config.AutomaticallyDistributing"], true, false) { Class = ""}%> </td> </tr> <tr> <th title="<%= Define.Get("Config_??????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("AutomaticallyDistributingBeginDate", this.ViewData["_Config.AutomaticallyDistributingBeginDate"].ToDateTimeN().ToShortDate()) { Class = "ipt-t ipt-t-dft date " }%> <%= new HtmlYKTip("AutomaticallyDistributingBeginDate") %> </td> </tr> <tr> <th title="<%= Define.Get("Config_??????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("AutomaticallyDistributingEndDate", this.ViewData["_Config.AutomaticallyDistributingEndDate"].ToDateTimeN().ToShortDate()) { Class = "ipt-t ipt-t-dft date " }%> <%= new HtmlYKTip("AutomaticallyDistributingEndDate") %> </td> </tr> <tr> <th title="<%= Define.Get("Config_??????????????").ToScriptTag() %>"> <%= Define.Get("Config_??????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentAutomaticallyDistributingApplication_Title", IN(this.ViewData["_Config"], this.ViewData["_Config.ParentAutomaticallyDistributingApplication.Title"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft" }%> <%= new HtmlHidden("ParentAutomaticallyDistributingApplication", this.ViewData["_Config.ParentAutomaticallyDistributingApplication.Guid"])%> <a href="#selectAutomaticallyDistributingApplication" class="decoration-none" onclick="return SelectApplication('#frmConfig [name=ParentAutomaticallyDistributingApplication]','#frmConfig [name=ParentAutomaticallyDistributingApplication_Title]')"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <a href="#clear" class="decoration-none select-clear hidden"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <%= new HtmlYKTip("ParentAutomaticallyDistributingApplication") %> </td> </tr> </table> </div> <div style="margin-top: -1px;" class="ln-thin ln-c-mid"> </div> <table class="g-table-cntacomm"> <tr> <th></th> <td> <span style="color: red">???????????????????????????????????????</span> </td> </tr> <tr> <th></th> <td> <%= new HtmlHidden("KEY", KEY)%> <%= new HtmlSubmit("Send", "Edit", GetSubmitMothed(this.ViewData["_Config"])) { Class = "hidden" }%> <div onclick="$(this).siblings(':submit')[0].click();" class="btn btn-dft btn-dft-impt"> <span> <%= GetSubmitText(this.ViewData["_Config"])%></span> </div> <div title="" onclick="GoList();" class="btn btn-dft"> <span> <%= DefineEnum.????.Define() %></span> </div> </td> </tr> </table> </form> </div> </div> </div> </div> </div> </div> </div> </div> </body> <%= Import.Script("js","/JQueryUI/jquery-ui.min.js")%> <%= Import.Script("js", "/XhEditor/xheditor-zh-cn.min.js")%> <%= Import.Script("js", "/YK_Validate/YK_Validate.js")%> <%= Import.Script("js", "/YK_Validate/YK_ValidateRegex.js")%> <%= Import.CSS("js", "/YK_Validate/validator.css")%> <%= Import.Script("js","/FancyBox/jquery.fancybox-1.2.1.js")%> <%= Import.CSS("js", "/FancyBox/jquery.fancybox.css")%> <%= Import.Script("/ToolTip/jquery.tipsy.js")%> <%= Import.Script("/URL/jquery.url.js")%> <%= Import.Script("/JsonCookie/json2.js")%> <%= Import.Script("/JsonCookie/jquery.cookie.js")%> <%= Import.Script("/JsonCookie/jquery.jsoncookie.js")%> <%= Import.Script("/global.aspx")%> <%= Import.Script("/SelectForm.js")%> <%= Import.Script("js", "/global.js")%> <%= Import.Script("js", "/Public.js")%> <%= Import.Script("js", "/ListPublic.js")%> <%= Import.Script("js", "/Ajax/Pub/ConfigAjax.js")%> <script type="text/javascript"> //?????? //?????? $.validator.initConfig({ validatorGroup: "Edit", form: "#frmConfig" }); //??????? $("#frmConfig [name=ParentDomain]").formValidator({ targetFocus: "#frmConfig [name=ParentDomain_Name_Code]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("Config_DomainGuid_????????????").ToScriptChar() %>" } }); //???????????B?? $("#frmConfig [name=UserMaxSpace]").formValidator({ validatorGroup: "Edit", rules: { required: null, regex: "num1" }, message: { required: "<%= Define.Get("Config_UserMaxSpace_???????????????").ToScriptChar() %>", regex: "<%= Define.Get("Config_UserMaxSpace_???????????????").ToScriptChar() %>" } }); //????????? $("#frmConfig [name=UserMaxApplicationCount]").formValidator({ validatorGroup: "Edit", rules: { required: null, regex: "num1" }, message: { required: "<%= Define.Get("Config_UserMaxApplicationCount_???????????????").ToScriptChar() %>", regex: "<%= Define.Get("Config_UserMaxApplicationCount_???????????????").ToScriptChar() %>" } }); //????????? $("#frmConfig [name=ApplyDays]").formValidator({ validatorGroup: "Edit", rules: { required: null, regex: "num1" }, message: { required: "<%= Define.Get("Config_ApplyDays_???????????????").ToScriptChar() %>", regex: "<%= Define.Get("Config_ApplyDays_???????????????").ToScriptChar() %>" } }); //????????? $("#frmConfig [name=AfterApplyDays]").formValidator({ validatorGroup: "Edit", rules: { required: null, regex: "num1" }, message: { required: "<%= Define.Get("Config_AfterApplyDays_???????????????").ToScriptChar() %>", regex: "<%= Define.Get("Config_AfterApplyDays_???????????????").ToScriptChar() %>" } }); //????????? $("#frmConfig [name=ProcurementLeadTime]").formValidator({ validatorGroup: "Edit", rules: { required: null, regex: "num1" }, message: { required: "<%= Define.Get("Config_ProcurementLeadTime_???????????????").ToScriptChar() %>", regex: "<%= Define.Get("Config_ProcurementLeadTime_???????????????").ToScriptChar() %>" } }); //?????????????? $("#frmConfig [name=AutomaticallyDistributingBeginDate]").formValidator({ validatorGroup: "Edit", rules: { regex: "date" }, message: { regex: "<%= Define.Get("Config_AutomaticallyDistributingBeginDate_?????????????????????").ToScriptChar() %>" } }); //?????????????? $("#frmConfig [name=AutomaticallyDistributingEndDate]").formValidator({ validatorGroup: "Edit", rules: { regex: "date" }, message: { regex: "<%= Define.Get("Config_AutomaticallyDistributingEndDate_?????????????????????").ToScriptChar() %>" } }); </script> <script type="text/javascript"> //??????AJAX??? //??? function Insert(send) { ConfigAjax.Insert($("#frmConfig"), send, function (json) { document.getElementById("frmConfig").KEY.value = json.Key alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Update(send) { ConfigAjax.Update($("#frmConfig"), send, function (json) { document.getElementById("frmConfig").KEY.value = json.Key alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Delete(send) { var key = document.getElementById("frmConfig").KEY.value; ConfigAjax.Delete(key, send, function (json) { GoList(); }); }; </script> <script type="text/javascript"> //?????? //??????????? //??????????? </script> <script type="text/javascript"> //?????? $(function () { if ('<%= videoRangeControl %>' == 'True') { $(".hidy").show(); } $("#toggleHidden").click(function (e) { //e.preventDefault(); $(".hidy").toggle(); }); }); </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de