forked from DNNCommunity/DNN.FormAndList
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelppopup.aspx
More file actions
18 lines (16 loc) · 728 Bytes
/
Copy pathhelppopup.aspx
File metadata and controls
18 lines (16 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<%@ Page Language="C#" Inherits="DotNetNuke.Modules.UserDefinedTable.HelpPopup" Codebehind="HelpPopup.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head runat="server">
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1" />
<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1" />
<meta name="vs_defaultClientScript" content="JavaScript" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<link rel="stylesheet" type="text/css" href="module.css" />
</head>
<body class="UDT_Help">
<form id="Form1" method="post" runat="server">
<asp:Label ID="lblContent" runat="server" />
</form>
</body>
</html>