chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore - 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/Site2.Master" AutoEventWireup="true" CodeBehind="火車票價維護.aspx.cs" Inherits="Education.Forms.領據系統.火車票價維護" %>
|
||||
<%@ Register Src="~/Forms/領據系統/火車票價查詢修改.ascx" TagPrefix="uc1" TagName="火車票價查詢修改" %>
|
||||
<%@ Register Src="~/Forms/領據系統/火車票價匯出匯入.ascx" TagPrefix="uc1" TagName="火車票價匯出匯入" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
|
||||
<asp:LinkButton ID="btnTab1" runat="server"
|
||||
CssClass="tabButtonSelected">查詢</asp:LinkButton>
|
||||
<asp:LinkButton ID="btnTab2" runat="server"
|
||||
CssClass="tabButton">匯出/匯入</asp:LinkButton>
|
||||
|
||||
<div style="border-top: solid 1px gray;">
|
||||
<asp:MultiView ID="MultiView1" runat="server"
|
||||
ActiveViewIndex="0">
|
||||
|
||||
<asp:View ID="View查詢" runat="server">
|
||||
<uc1:火車票價查詢修改 runat="server" id="火車票價查詢修改" />
|
||||
</asp:View>
|
||||
|
||||
<asp:View ID="View匯出匯入" runat="server">
|
||||
<uc1:火車票價匯出匯入 runat="server" id="火車票價匯出匯入" />
|
||||
</asp:View>
|
||||
|
||||
</asp:MultiView>
|
||||
</div>
|
||||
|
||||
</asp:Content>
|
||||
Reference in New Issue
Block a user