forked from SouthernFriedDNN/Map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMapData.ascx
31 lines (31 loc) · 1.12 KB
/
MapData.ascx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<%@ Control Language="vb" AutoEventWireup="false" Codebehind="Data.ascx.vb" Inherits="DotNetNuke.Modules.Map.Controls.MapData" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<TABLE align=center width=100% class="FileManager_Explorer" cellSpacing="0" cellPadding="0" border="0">
<tr>
<td class="FileManager_Header" align="center"><asp:label id="lblPanelName" runat="server">Panel Name</asp:label></td>
</tr>
<tr>
<td class="normal"><asp:Label CssClass="Normal" id="lblInstructions" runat="server"></asp:Label></td>
</tr>
<TR>
<TD>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD class=FileManager_Pager align="center" width="100%">
<DIV id="pgs" name="pgs"></DIV>
</TD>
</TR>
<TR>
<TD class=FileManager_Item>
<DIV id="tbl" name="tbl"></DIV>
</TD>
</TR>
<TR>
<TD class=FileManager_StatusBar align="center">
<DIV id="Status" name="Status"></DIV>
</TD>
</TR>
</TABLE>
<asp:Literal id="ltlAjaxDataWizard" Runat="server"></asp:Literal></TD>
</TR>
</TABLE>
<asp:literal id="ltlJavascript" Runat="server"></asp:literal>