22 lines
676 B
Plaintext
22 lines
676 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Site2.Master"
|
|
AutoEventWireup="true" CodeBehind="UnderConstruction.aspx.cs"
|
|
Inherits="Education.Forms.UnderConstruction" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
|
|
<style type="text/css">
|
|
.auto-style1
|
|
{
|
|
width: 256px;
|
|
height: 256px;
|
|
}
|
|
</style>
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
|
|
runat="server">
|
|
<div style="font-size: 16pt; font-weight: bold; margin: 10px;">
|
|
本功能建構中...<br />
|
|
<img class="auto-style1"
|
|
src="../picture/Default/document-construction-icon.png" />
|
|
</div>
|
|
</asp:Content>
|