This commit is contained in:
22
source/WBI/Service.aspx
Normal file
22
source/WBI/Service.aspx
Normal file
@@ -0,0 +1,22 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Service.aspx.cs" Inherits="_Default"
|
||||
EnableViewState="false" EnableEventValidation="false" ValidateRequest="false" %>
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<link rel="SHORTCUT ICON" href="favicon.ico">
|
||||
<%-- --%><script language="javascript"> if (top.location != location) top.location.href = document.location.href;</script>
|
||||
|
||||
<title>AyaNova</title>
|
||||
</head>
|
||||
<frameset cols="12%,88%" id="frameset" border="1">
|
||||
<frame id="leftnavframe" src="leftnav.aspx" frameborder="1" scrolling="auto" />
|
||||
<frame runat='server' id="cframe" name="contentframe" src="schedule.aspx" scrolling="auto"
|
||||
frameborder="0" />
|
||||
<noframes>
|
||||
<p id="p1">
|
||||
AyaNova requires a Web browser that supports frames - HTML 4.0 or later.
|
||||
</p>
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
||||
Reference in New Issue
Block a user