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/SBogers10/lab.komma-mediadesign.nl/wwwroot/lab/views/login/v_form.php
<div id="wrapper">
    <form action="login/validate/" method="post" id="login-form">
        <span class="input-row">
            <label for="login-user">User:</label>
            <input id="login-user" type="text" name="user" value="" class="login-input" />
            </span>
        <span class="input-row">
            <label for="login-pass">Pass:</label>
            <input id="login-pass" type="password" name="pass" value="" class="login-input" />
            </span>
        <?php $this->getData('submit'); ?>
    </form>
    <div class="clear"></div>
    <div class="hidden-info-holder">
        <div class="hidden-info">
            Hit &crarr; to login.
        </div>
    </div>
</div>