File: D:/HostingSpaces/PHerau/toptennisteam.be/wwwroot/DesktopModules/HTML/EditHtml.ascx
<%@ Register TagPrefix="dnn" TagName="TextEditor" Src="~/controls/TextEditor.ascx"%>
<%@ Control language="vb" Inherits="DotNetNuke.Modules.Html.EditHtml" CodeFile="EditHtml.ascx.vb" AutoEventWireup="false" Explicit="True" %>
<%@ Register TagPrefix="dnn" TagName="Label" Src="~/controls/LabelControl.ascx" %>
<table cellspacing="2" cellpadding="2" summary="Edit HTML Design Table" border="0">
<tr valign="top">
<td colspan="2"><dnn:texteditor id="teContent" runat="server" height="400" width="660"></dnn:texteditor></td>
</tr>
<tr height="10"><td></td></tr>
<tr>
<td class="SubHead"><dnn:label id="plDesktopSummary" runat="server" controlname="txtDesktopSummary" suffix=":"></dnn:label></td>
</tr>
<tr>
<td><asp:textbox id="txtDesktopSummary" runat="server" textmode="multiline" rows="10" width="600px" columns="75" cssclass="NormalTextBox"></asp:textbox></td>
</tr>
</table>
<p>
<asp:linkbutton class="CommandButton" id="cmdUpdate" resourcekey="cmdUpdate" runat="server" borderstyle="none" text="Update"></asp:linkbutton>
<asp:linkbutton class="CommandButton" id="cmdCancel" resourcekey="cmdCancel" runat="server" borderstyle="none" text="Cancel" causesvalidation="False"></asp:linkbutton>
<asp:linkbutton class="CommandButton" id="cmdPreview" resourcekey="cmdPreview" runat="server" borderstyle="none" text="Preview" causesvalidation="False"></asp:linkbutton>
</p>
<table cellspacing="0" cellpadding="0" width="600">
<tr valign="top">
<td><asp:label id="lblPreview" cssclass="Normal" runat="server"></asp:label></td>
</tr>
</table>