File: D:/HostingSpaces/SBogers68/resortouddorpduin.nl/wwwroot/kms/app/views/login/v_pass_new.php
<h1><?php echo $this->lang['choose_a_new_pass']; ?></h1>
<form action="<?php echo LANG_ROOT . $this->urls['pass_updater'] . '/validate/' ?>" method="post">
<label for="new"><?php echo $this->lang['new_pass']; ?>: *</label>
<input type="password" id="new" name="new" value=""class="text_field" />
<label for="confirm"><?php echo $this->lang['confirm_pass']; ?>: *</label>
<input type="password" id="confirm" name="confirm" value=""class="text_field" />
<input type="hidden" name="actHash" value="" class="text_field" />
<?php $this->getData('submit'); ?>
</form>