clockwerk-www

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 66  →  ?path2? @ 67
/about.php
@@ -21,4 +21,3 @@
</div>
</body>
</html>
 
/account.php
@@ -60,12 +60,11 @@
last:
 
?>
</p>
<p>
<a class="button" href="register.php">Create a New Account</a>
<a class="button" href="welcome.php">Main Page</a>
</p>
 
<form class="dark-grey">
<input type="button" onclick="parent.location='register.php'" value="Create a New Account">
<input type="button" onclick="parent.location='welcome.php'" value="Main Page">
</form>
</div>
</div>
</body>
</html>
/applyiar.php
@@ -67,9 +67,10 @@
last:
 
?>
<p>
<a class="button" href="welcome.php">Main Page</a>
</p>
 
<form class="dark-grey">
<input type="button" onclick="parent.location='welcome.php'" value="Main Page">
</form>
</div>
</body>
</html>
/applyoar.php
@@ -96,9 +96,9 @@
 
?>
 
<p>
<a class="button" href="welcome.php">Main Page</a>
</p>
<form class="dark-grey">
<input type="button" onclick="parent.location='welcome.php'" value="Main Page">
</form>
</div>
</body>
</html>
/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>
/sendiar.php
@@ -68,9 +68,9 @@
 
?>
 
<p>
<a class="button" href="welcome.php">Main Page</a>
</p>
<form class="dark-grey">
<input type="button" onclick="parent.location='welcome.php'" value="Main Page">
</form>
</div>
</body>
</html>
/sendoar.php
@@ -94,9 +94,9 @@
 
?>
 
<p>
<a class="button" href="welcome.php">Main Page</a>
</p>
<form class="dark-grey">
<input type="button" onclick="parent.location='welcome.php'" value="Main Page">
</form>
</div>
</body>
</html>