clockwerk-www – Diff between revs 25 and 28

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 25 Rev 28
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <link rel="stylesheet" href="css/gray.css" type="text/css" /> 3 <link rel="stylesheet" href="css/gray.css" type="text/css" />
4 <body class="dark-grey"> 4 <body class="dark-grey">
5   5  
6 <div class="center"> 6 <div class="center">
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 <form> 9 <form>
10 <input type="button" onclick="parent.location='register.php'" value="Create Account"> 10 <input type="button" onclick="parent.location='register.php'" value="Create Account"><br/>
11 <input type="button" onclick="parent.location='getiar.php'" value="Get IAR"> 11 <input type="button" onclick="parent.location='getiar.php'" value="Get IAR"><br/>
12 <input type="button" onclick="parent.location='getoar.php'" value="Get OAR"> 12 <input type="button" onclick="parent.location='getoar.php'" value="Get OAR"><br/>
13 <input type="button" onclick="parent.location='about.php'" value="About"> 13 <input type="button" onclick="parent.location='about.php'" value="About"><br/>
14 </form> 14 </form>
15 </div> 15 </div>
16 </body> 16 </body>
17 </html> 17 </html>
18   18