<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.UserType.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() %>

个人空间基本功能

<%-- 个人空间基本功能 能否进行评论 启用视频管理 上传视频是否需要审核 启用专辑管理 创建专辑是否需要审核 专辑共享管理 启用教研互动管理 创建教研互动是否需要审核 启用优课评比管理 创建优课评比是否需要审核 启用录制与直播管理 申请录制是否需要审核--%> <%----%> <% if (SettingGroup.HasMeeting) { %> <% } else { %> <%= new HtmlCheckBox("MeetingEnable", false, true, false) { Class = "hide"}%> <%= new HtmlCheckBox("ExamineMeeting", false, true, false) { Class = "hide"}%> <% } %> <% if (SettingGroup.HasSubject) { %> <% } else { %> <%= new HtmlCheckBox("SubjectEnable", false, true, false) { Class = "hide"}%> <%= new HtmlCheckBox("ExamineSubject", false, true, false) { Class = "hide"}%> <% } %> <%if (SettingGroup.HasWeike) { %> <% } %> <% if (SettingGroup.HasLive) { %> <% } else { %> <%= new HtmlCheckBox("ApplicationEnable", false, true, false) { Class = "hide"}%> <%= new HtmlCheckBox("ExamineApplication", false, true, false) { Class = "hide"}%> <% } %> <% if(SettingGroup.HasPublicClass) { %> <%} %> <%-- --%> <% if (SettingGroup.HasBook) { %> <% } %> <% if (SettingGroup.HasSubject) { %> <% } %> <% if (SettingGroup.HasMeeting) { %> <% } %> <% if (SettingGroup.HasPublicClass) { %> <% } %> <% if (SettingGroup.HasDomain) { %> <% } %> <% if (SettingGroup.HasLive) { %> <% } %> <% if (SettingGroup.HasLive) { %> <% } %> <% if (SettingGroup.HasWeike) { %> <% } if (SettingGroup.HasSubject) { %> <%--教研员专属功能 教研管理 开启教研工作功能 参加教研互动功能 参加优课评比功能 是否开启优课评比比赛权限--%> <%----%> <% } %> <% if (SettingGroup.HasSubject) { %> <% } %> <% if (SettingGroup.HasVoiceComment) { %> <% } %> <% if (SettingGroup.HasLiveListen) { %> <% } %> <%--领导专属功能 平台统计 专家评委功能 可否设置用户组 开启教学成长功能 开启在线巡课功能 开启直播点评功能 --%> <%--<% if (SettingGroup.HasSubject) { %> <% } %> <% if (SettingGroup.HasDomain) { %> <% } %>--%> <%-- <% if (SettingGroup.HasST) { %>--%> <%-- <% } %>--%> <%--<% if (SettingGroup.HasVideoMonitoring) { %> <% } %>--%> <%----%> <%--管理员专属功能 允许后台登录--%> <%----%> <%--教师专属功能 提问回复 --%> <% if(SettingGroup.HasTeacherSpace) { %> <%} %> <%--学生专属功能 视频提问--%>
" style="width: 220px;"> <%= Define.Get("UserType_所属平台").HtmlEncode() %>: <%= new HtmlText("ParentDomain_Name_Code", IN(this.ViewData["_UserType"], this.ViewData["_UserType.ParentDomain.Name"] + "[" + this.ViewData["_UserType.ParentDomain.Code"] + "]")) { ReadOnly = true, Width=400, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmUserType [name=ParentDomain]","Edit");" }%> <%= new HtmlHidden("ParentDomain", this.ViewData["_UserType.ParentDomain.Guid"])%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("ParentDomain") %>
"> <%= Define.Get("UserType_类型名称").HtmlEncode() %>: <%= new HtmlText("Name", this.ViewData["_UserType.Name"], 256) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("Name") %>
"> <%= Define.Get("UserType_能否评论").HtmlEncode() %>: <%= new HtmlCheckBox("CommentCan", this.ViewData["_UserType.CommentCan"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_未设置下载的视频也能下载").HtmlEncode() %>: <%= new HtmlCheckBox("DownloadVideo", this.ViewData["_UserType.DownloadVideo"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_启用视频管理").HtmlEncode() %>: "> <%= new HtmlCheckBox("VideoEnable", this.ViewData["_UserType.VideoEnable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_上传视频是否需要审核").HtmlEncode() %>: "> <%= new HtmlCheckBox("ExamineVideo", this.ViewData["_UserType.ExamineVideo"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_启用专辑管理").HtmlEncode() %>: "> <%= new HtmlCheckBox("AlbumEnable", this.ViewData["_UserType.AlbumEnable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_创建专辑是否需要审核").HtmlEncode() %>: "> <%= new HtmlCheckBox("ExamineAlbum", this.ViewData["_UserType.ExamineAlbum"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_启用教研互动管理").HtmlEncode() %>: "> <%= new HtmlCheckBox("MeetingEnable", this.ViewData["_UserType.MeetingEnable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_创建教研互动是否需要审核").HtmlEncode() %>: "> <%= new HtmlCheckBox("ExamineMeeting", this.ViewData["_UserType.ExamineMeeting"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_启用优课评比管理").HtmlEncode() %>: "> <%= new HtmlCheckBox("SubjectEnable", this.ViewData["_UserType.SubjectEnable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_创建优课评比是否需要审核").HtmlEncode() %>: "> <%= new HtmlCheckBox("ExamineSubject", this.ViewData["_UserType.ExamineSubject"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_启用微课功能").HtmlEncode() %>: "> <%= new HtmlCheckBox("WeikeEnable", this.ViewData["_UserType.WeikeEnable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_启用直播功能").HtmlEncode() %>: "> <%= new HtmlCheckBox("ApplicationEnable", this.ViewData["_UserType.ApplicationEnable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_申请录制是否需要审核").HtmlEncode() %>: "> <%= new HtmlCheckBox("ExamineApplication", this.ViewData["_UserType.ExamineApplication"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_开启教学成长功能").HtmlEncode() %>: <%= new HtmlCheckBox("GrowUp", this.ViewData["_UserType.GrowUp"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_启用公开课").HtmlEncode() %>: "> <%= new HtmlCheckBox("PublicClassEnable", this.ViewData["_UserType.PublicClassEnable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_参加公开课功能").HtmlEncode() %>: <%= new HtmlCheckBox("PublicClassUserEnable", this.ViewData["_UserType.PublicClassUserEnable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_是否审核公开课").HtmlEncode() %>: "> <%= new HtmlCheckBox("ExaminePublicClass", this.ViewData["_UserType.ExaminePublicClass"], true, false) { Class = ""}%>

个人空间显示模块

"> <%= Define.Get("UserType_个人空间是否显示所有学科最新更新视频").HtmlEncode() %>: <%= new HtmlCheckBox("MyIndexAllCateVideo", this.ViewData["_UserType.MyIndexAllCateVideo"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_个人空间是否显示自己学科最新更新视频").HtmlEncode() %>: <%= new HtmlCheckBox("MyIndexSelfCateVideo", this.ViewData["_UserType.MyIndexSelfCateVideo"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_个人空间是否显示标签订阅和标签订阅视频").HtmlEncode() %>: <%= new HtmlCheckBox("MyIndexTagAndTagVideo", this.ViewData["_UserType.MyIndexTagAndTagVideo"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_个人空间是否显示专辑列表").HtmlEncode() %>: <%= new HtmlCheckBox("MyIndexAlbum", this.ViewData["_UserType.MyIndexAlbum"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_个人空间是否显示评课列表").HtmlEncode() %>: <%= new HtmlCheckBox("MyIndexSubject", this.ViewData["_UserType.MyIndexSubject"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_个人空间是否显示最新直播列表").HtmlEncode() %>: <%= new HtmlCheckBox("MyIndexApplication", this.ViewData["_UserType.MyIndexApplication"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_个人空间是否显示消息列表").HtmlEncode() %>: <%= new HtmlCheckBox("MyIndexMessage", this.ViewData["_UserType.MyIndexMessage"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_个人空间是否显示公告列表").HtmlEncode() %>: <%= new HtmlCheckBox("MyIndexNotice", this.ViewData["_UserType.MyIndexNotice"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_个人空间是否显示数据平台数据显示").HtmlEncode() %>: <%= new HtmlCheckBox("MyIndexTotal", this.ViewData["_UserType.MyIndexTotal"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_参加教研互动功能").HtmlEncode() %>: <%= new HtmlCheckBox("MeetingUserEnable", this.ViewData["_UserType.MeetingUserEnable"], true, false) { Class = ""}%>

登录后前台页面显示功能

"> <%= Define.Get("UserType_登录后显示课例点播").HtmlEncode() %>: <%= new HtmlCheckBox("VideoShow", this.ViewData["_UserType.VideoShow"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_登录后显示网络晒课").HtmlEncode() %>: <%= new HtmlCheckBox("TextbookShow", this.ViewData["_UserType.TextbookShow"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_登录后显示优课评比").HtmlEncode() %>: <%= new HtmlCheckBox("SubjectShow", this.ViewData["_UserType.SubjectShow"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_登录后显示教研互动").HtmlEncode() %>: <%= new HtmlCheckBox("MeetingShow", this.ViewData["_UserType.MeetingShow"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_登录后显示公开课").HtmlEncode() %>: <%= new HtmlCheckBox("PublicClassShow", this.ViewData["_UserType.PublicClassShow"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_登录后显示学校列表").HtmlEncode() %>: <%= new HtmlCheckBox("SchoolShow", this.ViewData["_UserType.SchoolShow"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_登录后显示在线直播").HtmlEncode() %>: <%= new HtmlCheckBox("LiveShow", this.ViewData["_UserType.LiveShow"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_登录后显示专辑资源").HtmlEncode() %>: <%= new HtmlCheckBox("AlbumShow", this.ViewData["_UserType.AlbumShow"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_登录后显示课堂回放").HtmlEncode() %>: <%= new HtmlCheckBox("ReplayShow", this.ViewData["_UserType.ReplayShow"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_显示校园直播").HtmlEncode() %>: <%= new HtmlCheckBox("ShowOnline", this.ViewData["_UserType.ShowOnline"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_显示微课广场").HtmlEncode() %>: <%= new HtmlCheckBox("WeikeShow", this.ViewData["_UserType.WeikeShow"], true, false) { Class = ""}%>

教研员专属功能

"> <%= Define.Get("UserType_教研管理").HtmlEncode() %>: <%= new HtmlCheckBox("InstructorManager", this.ViewData["_UserType.InstructorManager"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_开启教研工作功能").HtmlEncode() %>: "> <%= new HtmlCheckBox("InstructorEnable", this.ViewData["_UserType.InstructorEnable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_参加教研互动功能").HtmlEncode() %>: <%= new HtmlCheckBox("MeetingUserEnable", this.ViewData["_UserType.MeetingUserEnable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_参加优课评比功能").HtmlEncode() %>: <%= new HtmlCheckBox("SubjectUserEnable", this.ViewData["_UserType.SubjectUserEnable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_是否开启优课评比比赛权限").HtmlEncode() %>: "> <%= new HtmlCheckBox("STEnable", this.ViewData["_UserType.STEnable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_开启直播点评功能").HtmlEncode() %>: <%= new HtmlCheckBox("LiveComment", this.ViewData["_UserType.LiveComment"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_开启听课功能").HtmlEncode() %>: <%= new HtmlCheckBox("ListenLesson", this.ViewData["_UserType.ListenLesson"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_专辑共享管理").HtmlEncode() %>: "> <%= new HtmlCheckBox("AlbumShare", this.ViewData["_UserType.AlbumShare"], true, false) { Class = ""}%>

领导专属功能

"> <%= Define.Get("UserType_平台统计").HtmlEncode() %>: "> <%= new HtmlCheckBox("HeadMasterEnable", this.ViewData["_UserType.HeadMasterEnable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_专家评委功能").HtmlEncode() %>: "> <%= new HtmlCheckBox("ExpertPanelEnable", this.ViewData["_UserType.ExpertPanelEnable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_可否设置用户组").HtmlEncode() %>: "> <%= new HtmlCheckBox("SetGroupEnable", this.ViewData["_UserType.SetGroupEnable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_开启在线巡课功能").HtmlEncode() %>: <%= new HtmlCheckBox("CourseLive", this.ViewData["_UserType.CourseLive"], true, false) { Class = ""}%>

管理员专属功能

"> <%= Define.Get("UserType_允许后台登录").HtmlEncode() %>: <%= new HtmlCheckBox("IsManager", this.ViewData["_UserType.IsManager"], 1, 0) { Class = ""}%>
"> <%= Define.Get("UserType_评论管理功能").HtmlEncode() %>: <%= new HtmlCheckBox("CommentManager", this.ViewData["_UserType.CommentManager"], true, false) { Class = ""}%>

教师专属功能

"> <%= Define.Get("UserType_提问回复").HtmlEncode() %>: "> <%= new HtmlCheckBox("TeacherEbable", this.ViewData["_UserType.TeacherEbable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_为名师状态").HtmlEncode() %>: "> <%= new HtmlCheckBox("GreateTeacherEnable", this.ViewData["_UserType.GreateTeacherEnable"], true, false) { Class = ""}%>

学生专属功能

"> <%= Define.Get("UserType_视频提问").HtmlEncode() %>: "> <%= new HtmlCheckBox("StudentEbable", this.ViewData["_UserType.StudentEbable"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_描述").HtmlEncode() %>: <%= new HtmlTextArea("Description", this.ViewData["_UserType.Description"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%>
"> <%= Define.Get("UserType_排序号")%>: "> <%= new HtmlText("SortNumber", this.ViewData["_UserType.SortNumber"], 4) { Class = "ipt-t ipt-t-dft ", DefaultValue = 0 }%> <%= new HtmlYKTip("SortNumber") %>
"> <%= Define.Get("UserType_是否为平台管理员").HtmlEncode() %>: "> <%= new HtmlCheckBox("DomainMaster", this.ViewData["_UserType.DomainMaster"], true, false) { Class = ""}%>
"> <%= Define.Get("UserType_是否在注册时可以选择").HtmlEncode() %>: "> <%= new HtmlCheckBox("RegisterEnable", this.ViewData["_UserType.RegisterEnable"], true, false) { Class = ""}%>
" style="width: 220px;"> <%= Define.Get("UserType_状态")%>: "> <%= new HtmlCheckBox("Status", this.ViewData["_UserType.Status"], 1, 0) { DefaultChecked = 0 }%>
<%= new HtmlHidden("KEY", KEY)%> <%= new HtmlSubmit("Send", "Edit", GetSubmitMothed(this.ViewData["_UserType"])) { Class = "hidden" }%>
<%= GetSubmitText(this.ViewData["_UserType"])%>
<%= 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/UserTypeAjax.js")%>