-
Notifications
You must be signed in to change notification settings - Fork 11
/
ItemLink.aspx
24 lines (23 loc) · 1.4 KB
/
ItemLink.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<%@ Page Language="c#" AutoEventWireup="false" Inherits="Engage.Dnn.Publish.ItemLink" Codebehind="ItemLink.aspx.cs" %>
<%@ Register TagPrefix="dnn" TagName="Label" Src="~/controls/labelControl.ascx" %>
<html>
<head>
<meta http-equiv="refresh" runat="server" id="metaRefresh" />
</head>
<body>
<asp:Label ID="lblTitle" ResourceKey="lblTitle" runat="server" Text="Module Incorrectly Configured" CssClass= "Head"></asp:Label>
<br /><br />
<div style="text-align=left;">
<asp:Label ID="lblMessage" ResourceKey="lblMessage" runat="server" Text="There is a problem with the configuration for this module." CssClass="SubHead"></asp:Label>
<br />
<asp:Label ID="lblPossible" ResourceKey="lblPossible" runat="server" Text ="Possible Causes:" CssClass ="SubHead"></asp:Label>
<br />
<asp:Label ID="lblPossibleA" ResourceKey="lblPossibleA" runat="server" Text="1) The module does not have a Display Page defined." CssClass ="SubHead"></asp:Label>
<br />
<asp:Label ID="lblPossibleB" ResourceKey="lblPossibleB" runat="server" Text="2) The module is configured to point to an Article or Category that does not exist any more." CssClass ="SubHead"></asp:Label>
<br />
<br />
<asp:Label ID="lblFooter" ResourceKey="lblFooter" runat="server" Text="Please contact your System Administrator with this problem." CssClass ="SubHead"></asp:Label>
</div>
</body>
</html>