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/kms.komma.pro/wwwroot/app/views/login/v_form.php

<!-- Login Container -->
<div class="container">
    <?php
        $this->getData('alert');
    ?>

    <div class="header">
        <div class="logo"></div>
    </div>
    <div class="content">

        <!-- Form -->

        <form action="<?php echo LANG_ROOT . $this->urls['login']; ?>/login/" method="post">

            <h1><?php echo $this->lang['login']; ?></h1>

            <input id="login_user" type="text" name="user" value="" data-label="<?php echo $this->lang['username']; ?>" class="text_field reset_value" />
            <input id="login_pass" type="password" name="pass" value="" data-label="<?php echo $this->lang['password']; ?>" class="text_field reset_value last" />

            <?php $this->getData('submit'); ?>
        </form>
        <div class="clear"></div>

        <!-- Forgot your password ? -->
        <div class="forgot_pass_holder">
            <span class="forgot_pass"><?php echo $this->lang['forgot_your_pass']; ?></span>
            <a class="recover_pass" href="<?php echo LANG_ROOT . $this->urls['forgot_pass'] . '/'; ?>"><?php echo $this->lang['recover_here']; ?></a>
        </div>
    </div>
    <div class="footer">
        &copy; <a href="http://www.komma-mediadesign.nl/" target="_blank">Komma Mediadesign 2013</a>
    </div>
</div>