<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.MeetingServer.Edit" %> <%= this.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")%>
<% var nav = new NavigationInstance(this) { }; nav.IsTopNav = true; %> <%= nav.ToHtml() %>
<% nav.GetChildMenu(Request["muid"]);%> <%= nav.ToHtml() %>
"> <%= Define.Get("MeetingServer_所属平台").HtmlEncode() %>: <%= new HtmlText("ParentDomain_Name_Code", IN(this.ViewData["_MeetingServer"], this.ViewData["_MeetingServer.ParentDomain.Name"] + "[" + this.ViewData["_MeetingServer.ParentDomain.Code"] + "]")) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmMeetingServer [name=ParentDomain]","Edit");" }%> <%= new HtmlHidden("ParentDomain", this.ViewData["_MeetingServer.ParentDomain.Guid"])%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("ParentDomain") %>
"> <%= Define.Get("MeetingServer_教研服务ID").HtmlEncode() %>: "> <%= new HtmlText("ServerID", this.ViewData["_MeetingServer.ServerID"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
"> <%= Define.Get("MeetingServer_编号").HtmlEncode() %>: <%= new HtmlText("CodeNo", this.ViewData["_MeetingServer.CodeNo"], 20) { Class = "ipt-t ipt-t-dft " }%>
"> <%= Define.Get("MeetingServer_服务器名").HtmlEncode() %>: <%= new HtmlText("ServerName", this.ViewData["_MeetingServer.ServerName"], 128) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("ServerName") %>
"> <%= Define.Get("MeetingServer_服务器IP").HtmlEncode() %>: <%= new HtmlText("ServerIP", this.ViewData["_MeetingServer.ServerIP"], 16) { Class = "ipt-t ipt-t-dft " }%>
测试服务器是否连接正常
<%= new HtmlYKTip("ServerIP") %>
"> <%= Define.Get("MeetingServer_服务器端口号").HtmlEncode() %>: <%= new HtmlText("ServerPort", this.ViewData["_MeetingServer.ServerPort"]) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("ServerPort") %>
"> <%= Define.Get("MeetingServer_上级服务器IP").HtmlEncode() %>: <%= new HtmlText("MasterServerIP", this.ViewData["_MeetingServer.MasterServerIP"], 16) { Class = "ipt-t ipt-t-dft " }%>
"> <%= Define.Get("MeetingServer_上级服务器端口").HtmlEncode() %>: <%= new HtmlText("MasterServerPort", this.ViewData["_MeetingServer.MasterServerPort"]) { Class = "ipt-t ipt-t-dft " }%>
"> <%= Define.Get("MeetingServer_标示").HtmlEncode() %>: <%= new HtmlText("Flag", this.ViewData["_MeetingServer.Flag"], 1) { Class = "ipt-t ipt-t-dft ", DefaultValue = "0" }%>
"> <%= Define.Get("MeetingServer_服务器类型").HtmlEncode() %>: <%= new HtmlYKTip("McuType") %>
"> <%= Define.Get("MeetingServer_教研网址").HtmlEncode() %>: <%= new HtmlText("MeetingWeb", this.ViewData["_MeetingServer.MeetingWeb"], 512) { Class = "ipt-t ipt-t-dft width400" }%> <%= new HtmlYKTip("MeetingWeb") %>
"> <%= Define.Get("MeetingServer_数据库实例").HtmlEncode() %>: <%= new HtmlText("DBServer", this.ViewData["_MeetingServer.DBServer"], 256) { Class = "ipt-t ipt-t-dft " }%>
测试数据库是否连接正常
<%= new HtmlYKTip("DBServer") %>
"> <%= Define.Get("MeetingServer_数据库名").HtmlEncode() %>: <%= new HtmlText("DBName", this.ViewData["_MeetingServer.DBName"], 256) { Class = "ipt-t ipt-t-dft " }%> (默认:xedb) <%= new HtmlYKTip("DBName") %>
"> <%= Define.Get("MeetingServer_数据库用户").HtmlEncode() %>: <%= new HtmlText("DBUser", this.ViewData["_MeetingServer.DBUser"], 256) { Class = "ipt-t ipt-t-dft " }%> (默认:xengine) <%= new HtmlYKTip("DBUser") %>
"> <%= Define.Get("MeetingServer_数据库密码").HtmlEncode() %>: <%= new HtmlText("DBPassword", this.ViewData["_MeetingServer.DBPassword"], 256) { Class = "ipt-t ipt-t-dft " }%> (默认:xenginepwd) <%= new HtmlYKTip("DBPassword") %>
"> <%= Define.Get("MeetingServer_IP路由").HtmlEncode() %>: "> <%= new HtmlTextArea("IPRoute", this.ViewData["_MeetingServer.IPRoute"], 512) { Class = "ipt-t ipt-t-dft width400 height100"}%>
"> <%= Define.Get("MeetingServer_排序号")%>: "> <%= new HtmlText("SortNumber", this.ViewData["_MeetingServer.SortNumber"], 4) { Class = "ipt-t ipt-t-dft ", DefaultValue = 0 }%> <%= new HtmlYKTip("SortNumber") %>
<%= new HtmlHidden("KEY", KEY)%> <%= new HtmlSubmit("Send", "Edit", GetSubmitMothed(this.ViewData["_MeetingServer"])) { Class = "hidden" }%>
<%= GetSubmitText(this.ViewData["_MeetingServer"])%>
<%= DefineEnum.返_回.Define() %>
<%= 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/MeetingServerAjax.js")%>