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/MBoogaard/oosting-horseriding.com/wwwroot/CMSFormControls/Captcha/TextCaptcha.ascx
<%@ Control Language="C#" AutoEventWireup="true"  CodeFile="TextCaptcha.ascx.cs" Inherits="CMSFormControls_Captcha_TextCaptcha" %>
<div class="text-captcha">
    <asp:Panel runat="server" ID="pnlSecurityLbl" Visible="false">
        <cms:LocalizedLabel ID="lblSecurityCode" runat="server" EnableViewState="false" ResourceString="SecurityCode.lblSecurityCodeText" />
    </asp:Panel>
    <table class="CaptchaTable">
        <tr>
            <td>&nbsp;<asp:Image ID="imgSecurityCode" AlternateText="Security code" runat="server"
                EnableViewState="false" />
            </td>
            <td></td>
        </tr>
        <tr>
            <td>
                <asp:Panel ID="pnlAnswer" runat="server" EnableViewState="false">
                </asp:Panel>
            </td>
            <td class="CaptchaAfterText">
                <cms:LocalizedLabel ID="lblAfterText" runat="server" EnableViewState="false" Visible="false" ResourceString="SecurityCode.Aftertext" />
            </td>
        </tr>
    </table>
</div>