Files
Nuvolar/Nuvolar.Web.Lite/Default.aspx
T
ivanszabo 9cca882b34 Átállás 17.2.3-ra
Related Work Items: #123
2017-12-02 16:09:26 +01:00

23 lines
1.0 KiB
Plaintext

<%@ Page Language="VB" AutoEventWireup="true" Inherits="Default" EnableViewState="false"
ValidateRequest="false" CodeBehind="Default.aspx.vb" %>
<%@ Register Assembly="DevExpress.ExpressApp.Web.v17.2" Namespace="DevExpress.ExpressApp.Web.Templates"
TagPrefix="cc3" %>
<%@ Register Assembly="DevExpress.ExpressApp.Web.v17.2" Namespace="DevExpress.ExpressApp.Web.Controls"
TagPrefix="cc4" %>
<!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>Main Page</title>
<meta http-equiv="Expires" content="0" />
</head>
<body class="VerticalTemplate">
<form id="form2" runat="server">
<cc3:XafUpdatePanel ID="UPPopupWindowControl" runat="server">
<cc4:XafPopupWindowControl runat="server" ID="PopupWindowControl" />
</cc3:XafUpdatePanel>
<cc4:ASPxProgressControl ID="ProgressControl" runat="server" />
<div runat="server" id="Content" />
</form>
</body>
</html>