clockwerk-www

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
/welcome.php
@@ -1,25 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class="dark-grey">
<div class="center">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
<form class="dark-grey">
<input type="button" onclick="parent.location='register.php'" value="Create Account"><br>
<input type="button" onclick="parent.location='getiar.php'" value="Get IAR">
<input type="button" onclick="parent.location='getoar.php'" value="Get OAR"><br>
<input type="button" onclick="parent.location='uploadiar.php'" value="Upload IAR">
<input type="button" onclick="parent.location='uploadoar.php'" value="Upload OAR"><br>
<input type="button" onclick="parent.location='reset.php'" value="Reset Password"><br>
<input type="button" onclick="parent.location='/guacamole'" value="Console"><br>
<input type="button" onclick="parent.location='about.php'" value="About"><br>
</form>
</div>
<link rel="stylesheet" href="css/green.css" type="text/css" />
<body>
<div>
<img src="img/clockwerk-logo.png">
<p><a class="so_button" href="register.php">Create a New Account</a></p>
<p><a target="_blank" class="so_button" href="download.php">Get IAR</a></p>
<p><a class="so_button" href="about.php">About</a></p>
</body>
</html>