clockwerk-www – Diff between revs 37 and 38

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 37 Rev 38
Line 7... Line 7...
7 <img src="img/clockwerk-logo.png"> 7 <img src="img/clockwerk-logo.png">
8 <h1><?php print gethostname(); ?></h1> 8 <h1><?php print gethostname(); ?></h1>
9 <hr> 9 <hr>
10 <form class="dark-grey"> 10 <form class="dark-grey">
11 <input type="button" onclick="parent.location='register.php'" value="Create Account"><br> 11 <input type="button" onclick="parent.location='register.php'" value="Create Account"><br>
12 <input type="button" onclick="parent.location='getiar.php'" value="Get IAR"><br> 12 <input type="button" onclick="parent.location='getiar.php'" value="Get IAR">
13 <input type="button" onclick="parent.location='getoar.php'" value="Get OAR"><br> 13 <input type="button" onclick="parent.location='getoar.php'" value="Get OAR"><br>
14 <input type="button" onclick="parent.location='about.php'" value="About"><br> 14 <input type="button" onclick="parent.location='about.php'" value="About"><br>
15 </form> 15 </form>
16 </div> 16 </div>
17 </body> 17 </body>