This commit is contained in:
2018-06-29 19:47:36 +00:00
commit be7f501333
3769 changed files with 1425961 additions and 0 deletions

27
source/WBI/Limbo.aspx Normal file
View 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 &nbsp;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 />
&nbsp;<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>