-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLogout.aspx
More file actions
executable file
·69 lines (65 loc) · 1.73 KB
/
Logout.aspx
File metadata and controls
executable file
·69 lines (65 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Logout.aspx.cs" Inherits="Logout" %>
<!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></title>
<style type="text/css">
.style1
{
height: 109px;
}
.style2
{
height: 109px;
width: 635px;
}
.style3
{
width: 635px;
}
.style4
{
height: 109px;
width: 91px;
}
.style5
{
width: 91px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="width:100%;">
<tr>
<td class="style4">
</td>
<td class="style2">
<asp:Label ID="Label1" runat="server" Text="Thank you for using CAFE. "
Font-Size="Larger" ForeColor="Maroon"></asp:Label>
</td>
<td class="style1">
</td>
</tr>
<tr>
<td class="style5">
</td>
<td class="style3">
</td>
<td>
</td>
</tr>
<tr>
<td class="style5">
</td>
<td class="style3">
</td>
<td>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>