File: D:/HostingSpaces/SBogers13/rie-jeanne.nl/wwwroot/kms/app/views/login/v_form.php
<h1><?php echo $this->lang['login']; ?></h1>
<form action="<?php echo LANG_ROOT . $this->urls['login']; ?>/validate/" method="post">
<div class="input_holder">
<label for="login_user"><?php echo $this->lang['username']; ?>:</label>
<input id="login_user" type="text" name="user" value="" data-label="<?php echo $this->lang['username']; ?>" class="text_field reset_value" />
</div>
<div class="input_holder">
<label for="login_pass"><?php echo $this->lang['password']; ?>:</label>
<input id="login_pass" type="password" name="pass" value="" data-label="<?php echo $this->lang['username']; ?>" class="text_field reset_value" />
</div>
<?php $this->getData('submit'); ?>
</form>
<div class="clear"></div>
<a href="<?php echo LANG_ROOT . $this->urls['forgot_pass'] . '/'; ?>"><?php echo $this->lang['forgot_pass_btn']; ?></a>