You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.8 KiB
76 lines
2.8 KiB
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Waiting.aspx.cs" Inherits="OT.Web.Waiting" %>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title id="Title1" runat="server"></title>
|
|
<link href="App_Themes/Default/theme.css" rel="stylesheet" type="text/css" />
|
|
<link href="App_Themes/Default/theme1.css" rel="stylesheet" type="text/css" />
|
|
<style type="text/css">
|
|
#lblShow{margin-left: 40%;font-size: 25px;}
|
|
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<form id="ActiveForm" runat="server">
|
|
<div class="maindiv">
|
|
<table class="maintb">
|
|
<tr class="tr1">
|
|
<td class="D11">
|
|
</td>
|
|
<td class="D12">
|
|
</td>
|
|
<td class="D13">
|
|
</td>
|
|
</tr>
|
|
<tr class="tr2">
|
|
<td class="D21">
|
|
</td>
|
|
<td class="D22">
|
|
<div class="Functitlediv">
|
|
<%-- <div class="Funcicon">
|
|
</div>
|
|
<asp:Label ID="lbFunctionTitle" runat="server" Text="Function Title" />--%>
|
|
</div>
|
|
<table class="table-loc" style="border: 1px #fff solid !important;">
|
|
<tr>
|
|
<td class="inner-block1">
|
|
</td>
|
|
<%-- <td class="inner-block2">
|
|
</td>--%>
|
|
</tr>
|
|
<tr>
|
|
<td class="inner-block3">
|
|
</td>
|
|
<td class="inner-block4">
|
|
<asp:Label ID="lblShow" runat="server"></asp:Label>
|
|
<div class="implement-righttext" style=" text-align:center; vertical-align:middle;">
|
|
<!--細部資料維護區開始-->
|
|
<!--維護區段抬頭說明-->
|
|
|
|
|
|
<!--細部資料維護區結束-->
|
|
<img src="App_Themes/Default/images/waitprocess.jpg" />
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="D23">
|
|
</td>
|
|
</tr>
|
|
<tr class="tr3">
|
|
<td class="D31">
|
|
</td>
|
|
<td class="D32">
|
|
</td>
|
|
<td class="D33">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br class="clear" />
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|