File: D:/HostingSpaces/SBogers10/kms.komma.pro/wwwroot/app/views/login/v_forgot_pass.php
<h1><?php echo $this->lang['forgot_pass']; ?></h1>
<form action="<?php echo LANG_ROOT . $this->urls['forgot_pass']; ?>/validate/" method="post">
<div class="input_holder">
<label for="email"><?php echo $this->lang['email_address']; ?> *:</label>
<input type="text" id="email" name="email" value="<?php echo $this->lang['email_address'] ?>" data-label="<?php echo $this->lang['email_address'] ?>" class="text_field reset_value" />
</div>
<?php $this->getData('submit'); ?>
</form>
<div class="clear"></div>