This commit is contained in:
27
source/WBI/Limbo.aspx
Normal file
27
source/WBI/Limbo.aspx
Normal file
@@ -0,0 +1,27 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Limbo.aspx.cs" Inherits="ClientLimbo"
|
||||
EnableEventValidation="false" ValidateRequest="false" %>
|
||||
|
||||
<!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>Untitled Page</title>
|
||||
<script language="javascript">if (top.location != location) top.location.href = document.location.href;</script>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<div>
|
||||
<span style="font-size: 24pt; font-family: Arial">Welcome to Limbo<br />
|
||||
<br />
|
||||
<span style="font-size: 12pt">You have arrived in Limbo because you have logged
|
||||
in sucessfully, but you have not been granted security rights to any of the features
|
||||
of AyaNova WBI so quite frankly we have no where else to send you.<br />
|
||||
<br />
|
||||
This may be by accident or by design, if you are unsure you should contact your
|
||||
AyaNova WBI system administrator.<br />
|
||||
<br />
|
||||
Cheers!<br />
|
||||
<br />
|
||||
- Team AyaNova</span></span></div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user