File: D:/HostingSpaces/SBogers10/lab.komma-mediadesign.nl/wwwroot/kms2013/kms/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">
© <a href="http://www.komma-mediadesign.nl/" target="_blank">Komma Mediadesign 2013</a>
</div>
</div>