clockwerk-www – Blame information for rev 57

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 eva 1 <!DOCTYPE html>
2 <html>
47 eva 3 <head>
4 <title>Clockwerk</title>
9 vero 5 <link rel="stylesheet" href="css/gray.css" type="text/css" />
57 vero 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
47 eva 7 </head>
17 vero 8 <body class="dark-grey">
19 vero 9 <div class="center">
57 vero 10 <img src="img/clockwerk-logo.png" alt="logo">
16 vero 11 <h1><?php print gethostname(); ?></h1>
37 zed 12 <hr>
29 vero 13 <form class="dark-grey">
37 zed 14 <input type="button" onclick="parent.location='register.php'" value="Create Account"><br>
38 zed 15 <input type="button" onclick="parent.location='getiar.php'" value="Get IAR">
37 zed 16 <input type="button" onclick="parent.location='getoar.php'" value="Get OAR"><br>
52 zed 17 <input type="button" onclick="parent.location='uploadiar.php'" value="Upload IAR">
18 <input type="button" onclick="parent.location='uploadoar.php'" value="Upload OAR"><br>
56 vero 19 <input type="button" onclick="parent.location='/guacamole'" value="Console"><br>
37 zed 20 <input type="button" onclick="parent.location='about.php'" value="About"><br>
25 vero 21 </form>
9 vero 22 </div>
1 eva 23 </body>
24 </html>