Files
thinkyu/教育訓練系統/Web/Forms/選課/ViewVideo.aspx
T
sryang 577060bc78 chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore
- 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
2026-09-10 09:42:37 +08:00

23 lines
1.0 KiB
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/PopupForm.Master" AutoEventWireup="true" CodeBehind="ViewVideo.aspx.cs" Inherits="Education.Forms.選課.ViewVideo" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<table style="width: 100%">
<tr>
<td class="caption" style="width: 80px; height: 100%">
<asp:Label ID="Label9" runat="server" Text="講師姓名"></asp:Label>
</td>
<td class="datadisplay">
<asp:Label ID="lb講師姓名" runat="server" Text=""></asp:Label></td>
<td class="caption" style="width: 80px;">
<asp:Label ID="Label1" runat="server" Text="課程名稱"></asp:Label></td>
<td class="datadisplay">
<asp:Label ID="lb課程名稱" runat="server" Text=""></asp:Label></td>
</tr>
</table>
<div style="width:800px; margin:0 auto">
<asp:Literal ID="ltVideo" runat="server"></asp:Literal>
</div>
</asp:Content>