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.
68 lines
2.5 KiB
68 lines
2.5 KiB
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NotView.aspx.cs" Inherits="OT.Web.NotView" %>
|
|
|
|
<!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 id="Head1" 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" />
|
|
</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">
|
|
<tr>
|
|
<td class="inner-block1">
|
|
</td>
|
|
<td class="inner-block2">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="inner-block3">
|
|
</td>
|
|
<td class="inner-block4">
|
|
<div class="implement-righttext">
|
|
<!--細部資料維護區開始-->
|
|
<!--維護區段抬頭說明-->
|
|
您沒有檢視該頁面的權限,如果需要請聯絡系統管理人員!
|
|
<!--細部資料維護區結束-->
|
|
</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>
|