clockwerk-www

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 66  →  ?path2? @ 67
/resetpassword.php
@@ -74,10 +74,11 @@
last:
 
?>
<p>
<a class="button" href="reset.php">Reset Password</a>
<a class="button" href="welcome.php">Main Page</a>
</p>
 
<form class="dark-grey">
<input type="button" onclick="parent.location='reset.php'" value="Reset Password">
<input type="button" onclick="parent.location='welcome.php'" value="Main Page">
</form>
</div>
</body>
</html>