forked from ActiveForums/ActiveForums
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClassic.ascx
More file actions
16 lines (13 loc) · 754 Bytes
/
Classic.ascx
File metadata and controls
16 lines (13 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<%@ Control Language="C#" AutoEventWireup="false" CodeBehind="Classic.ascx.cs" Inherits="DotNetNuke.Modules.ActiveForums.Classic" %>
<!--
// We do not need to use BS3 for now,
// for the time being, we will do all
// of our responsive w/o a framework.
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<asp:placeholder ID="plhToolbar" runat="server" />
<div class="afcontainer" id="afcontainer">
<div id="amnotify" class="amnotify"><div><i></i><span id="amnotify-message"></span></div></div>
<asp:PlaceHolder ID="plhLoader" runat="server" />
</div>
<asp:Literal ID="litOutput" runat="server" />