chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore - 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/PopupForm3.Master" AutoEventWireup="true" CodeBehind="500.aspx.cs" Inherits="Education.Forms._500" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
|
||||
<style type="text/css">
|
||||
li {
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
li span {
|
||||
color: red;
|
||||
font-weight:bold;
|
||||
}
|
||||
</style>
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
<div style="margin-top: 30px; margin-left: 30px">
|
||||
<div style="float: left; height: 128px;">
|
||||
<img src="../picture/bomb.png" />
|
||||
</div>
|
||||
<div style="float: left; height: auto; margin-left: 10px">
|
||||
<h2>系統發生錯誤</h2>
|
||||
<ul>
|
||||
<li>很抱歉造成您的困擾,請回到上一頁再嘗試一次剛才的操作
|
||||
<br />
|
||||
<br />
|
||||
</li>
|
||||
<li>如果仍然發生錯誤,請通知系統工程師,並請提供以下的錯誤代碼:<br />
|
||||
<br />
|
||||
<asp:Label ID="lbErrCode" runat="server" Text=""></asp:Label>
|
||||
<asp:Panel ID="Panel1" runat="server" Visible="false">
|
||||
<br />
|
||||
<asp:TextBox ID="txtErrLog" runat="server" TextMode="MultiLine" Rows="30" Columns="140" Font-Names="細明體" Font-Size="9pt"></asp:TextBox>
|
||||
</asp:Panel>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</asp:Content>
|
||||
Reference in New Issue
Block a user