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/NVonken/mijneigenlied.com/wwwroot/Core/Templates/Cached/Account_login.tpl
<h1>Inloggen</h1>
<?=$this->getData("message")?>
<form method="post">
	<div class="form-field">
        <div class="label">
            Uw email-adres
        </div>
        <div class="field">
            <input type="text" name="txtEmail" value="<?=$this->getData("txtEmail")?>"/>
        </div>
        <br style="clear:both;"/>
    </div>
	<div class="form-field">
        <div class="label">
            Wachtwoord
        </div>
        <div class="field">
            <input type="password" name="txtPassword" />
        </div>
        <br style="clear:both;"/>
    </div>
    <input type="submit" value="Inloggen" />
</form>
<a href="<?=$this->getData("S:SETTING_ROOT")?>/account/forgotten.html">Ik ben mijn wachtwoord vergeten</a> - <a href="<?=$this->getData("S:SETTING_ROOT")?>/account/register.html">Maak nu een account aan!</a>