clockwerk-www – Diff between revs 49 and 56

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 49 Rev 56
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Clockwerk</title> 4 <title>Clockwerk</title>
5 <link rel="stylesheet" href="css/gray.css" type="text/css" /> 5 <link rel="stylesheet" href="css/gray.css" type="text/css" />
6 </head> 6 </head>
7 <body class="dark-grey"> 7 <body class="dark-grey">
8 <div class="center"> 8 <div class="center">
9 <img src="img/clockwerk-logo.png"> 9 <img src="img/clockwerk-logo.png">
10 <h1><?php print gethostname(); ?></h1> 10 <h1><?php print gethostname(); ?></h1>
11 <hr> 11 <hr>
12 <form class="dark-grey"> 12 <form class="dark-grey">
13 <input type="button" onclick="parent.location='register.php'" value="Create Account"><br> 13 <input type="button" onclick="parent.location='register.php'" value="Create Account"><br>
14 <input type="button" onclick="parent.location='getiar.php'" value="Get IAR"> 14 <input type="button" onclick="parent.location='getiar.php'" value="Get IAR">
15 <input type="button" onclick="parent.location='getoar.php'" value="Get OAR"><br> 15 <input type="button" onclick="parent.location='getoar.php'" value="Get OAR"><br>
16 <input type="button" onclick="parent.location='uploadiar.php'" value="Upload IAR"> 16 <input type="button" onclick="parent.location='uploadiar.php'" value="Upload IAR">
17 <input type="button" onclick="parent.location='uploadoar.php'" value="Upload OAR"><br> 17 <input type="button" onclick="parent.location='uploadoar.php'" value="Upload OAR"><br>
-   18 <input type="button" onclick="parent.location='/guacamole'" value="Console"><br>
18 <input type="button" onclick="parent.location='about.php'" value="About"><br> 19 <input type="button" onclick="parent.location='about.php'" value="About"><br>
19 </form> 20 </form>
20 </div> 21 </div>
21 </body> 22 </body>
22 </html> 23 </html>
23   24