CINXE.COM

FROG

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="description" content="FROG, Fantastic Remote Operations GUI."> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon"> <style> html, body { height: 100%; padding: 0; margin: 0; font-family: Lucida Sans,Lucida Grande,Arial !important; font-size: 13px !important; color: #4941CC; background-color: #87cefa; background-image: url('images/splash_pks.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; } </style> <title>FROG</title> </head> <body> <audio id="Chime"> <source src="audio/Chime.mp3" type="audio/mpeg"/> <p>Your browser does not support the audio element.</p> </audio> <div style='position: absolute; top: 20%; left: 10%; color: white; font-size: 120%;'> <form action="/jFROG/login.jsp" method="post"> <h1>Welcome to FROG (Fantastic Remote Operations GUI)</h1> <p>Login using your CSIRO NEXUS or CASS Unix account.</p> <table style="width: 400px; color: white"> <colgroup> <col width="100px"> <col width="300px"> </colgroup> <tr style="height:30px;" > <td align="left">User name:</td> <td align="left"><input style="width: 100%; height: 100%;" type="text" name="username" autocomplete="username" required></td> </tr> <tr style="height:30px;" > <td align="left">Password:</td> <td align="left"><input style="width: 100%; height: 100%;" type="password" name="password" autocomplete="current-password" required></td> </tr> <tr style="height:30px;" > <td></td> <td align="left" style="height: 100%;" ><input type="submit" value="Log In"></td> </tr> </table> </form> </div> </body> </html>