HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/PHerau/toptennisteam.be/wwwroot/admin/Syndication/FeedExplorerSettings.ascx
<%@ Control language="vb" CodeFile="FeedExplorerSettings.ascx.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.Modules.Admin.Syndication.FeedExplorerSettings" %>
<%@ Register TagPrefix="dnn" TagName="Label" Src="~/controls/LabelControl.ascx" %>

<table cellSpacing="2" cellPadding="5" summary="Feed Explorer Settings">
	<tr>
		<td class="SubHead" vAlign="top" nowrap><dnn:label id="plContentSource" runat="server" controlname="ContentSource" suffix=":"></dnn:label></td>
		<td class="NormalTextBox" vAlign="top">
			<asp:RadioButtonList id="ContentSource" CssClass="NormalTextBox" RepeatDirection="Vertical" RepeatColumns="1" runat="server">
			    <asp:ListItem Value="SolutionsExplorer" resourceKey="SolutionsExplorer" Selected="true">DotNetNuke Solutions Explorer</asp:ListItem>
			    <asp:ListItem Value="NewsExplorer" resourceKey="NewsExplorer">News Explorer</asp:ListItem>
			    <asp:ListItem Value="OpmlUrlFile" resourceKey="OpmlUrl">Custom OPML URL/File</asp:ListItem>
			    <asp:ListItem Value="OpmlText" resourceKey="OpmlText">Custom OPML Text</asp:ListItem>
			</asp:RadioButtonList> 
			<br />&nbsp;
		</td>
	</tr>
	<tr>
		<td class="SubHead" vAlign="top" nowrap><dnn:label id="plCustomOpmlUrlFile" runat="server" controlname="OpmlUrlFile" suffix=":"></dnn:label></td>
		<td class="NormalTextBox" vAlign="top">
			<asp:TextBox id="OpmlUrlFile" Runat="server" CssClass="NormalTextBox" Width="500px"></asp:TextBox>
		</td>
	</tr>
	<tr>
		<td class="SubHead" vAlign="top" nowrap><dnn:label id="plCustomOpmlText" runat="server" controlname="OpmlText" suffix=":"></dnn:label></td>
		<td class="NormalTextBox" vAlign="top">
			<asp:TextBox id="OpmlText" Runat="server" CssClass="NormalTextBox" Width="500px" Height="300px" TextMode="MultiLine" style="font-size:0.8em;"></asp:TextBox>
		</td>
	</tr>
	<tr>
	    <td colspan="2">&nbsp;</td>
	</tr>
	<tr>
		<td class="SubHead" vAlign="top" nowrap><dnn:label id="plTheme" runat="server" controlname="Theme" suffix=":"></dnn:label></td>
		<td class="NormalTextBox" vAlign="top">
		    <asp:DropDownList ID="Theme" runat="server" CssClass="NormalTextBox" Width="250px">
		        <asp:ListItem Value="platinum">Platinum</asp:ListItem>
		        <asp:ListItem Value="graphite">Graphite</asp:ListItem>
		    </asp:DropDownList>
		</td>
	</tr>
</table>