chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore - 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<%@ 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>
|
||||
Reference in New Issue
Block a user