ZhiYeJianKang_PeiXun/Song.Site/Manage/Course/Courses_Knl.aspx
2025-02-20 15:41:53 +08:00

18 lines
930 B
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Manage/Course/CourseEdit.Master"
AutoEventWireup="true" CodeBehind="Courses_Knl.aspx.cs" Inherits="Song.Site.Manage.Course.Courses_Knl" %>
<asp:Content ID="Content2" ContentPlaceHolderID="cphMain" runat="server">
<div id="knl">
<iframe id="leftIframe" src="KnlColumns.aspx?couid=<%=couid %>" width="300" height="550" marginwidth="0" marginheight="0"
scrolling="auto" frameborder="0"></iframe>
<%--<cc1:ListBoxTree ID="ddlKnowledgeSorts" runat="server" Width="180" Height="500" IdKeyName="Kns_ID"
ParentIdKeyName="Kns_PID" TaxKeyName="Kns_Tax" TypeKeyName="Kns_Type" state="true">
</cc1:ListBoxTree>--%>
<iframe id="rightIframe" src="" height="500" marginwidth="0" marginheight="0"
scrolling="auto" frameborder="0"></iframe>
</div>
</asp:Content>