RLG-Web client: some cleanup
Separate RLG-specific CSS into its own file, fix some typos.
This commit is contained in:
parent
2d86b63c98
commit
018adf9acf
4 changed files with 21 additions and 7 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<script type="text/javascript" src="termemu-keys.js"></script>
|
||||
<script type="text/javascript" src="rlgterm.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="tty.css">
|
||||
<link rel="stylesheet" type="text/css" href="style-rlg.css">
|
||||
</head>
|
||||
<body onload="setup()" onkeydown="sendkey(event)">
|
||||
<h1>RLG-Web</h1>
|
||||
|
|
@ -105,7 +106,7 @@ Choose game: <select name="game" id="input_game">
|
|||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="rbutton" onclick="setmode("register")">Register</div>
|
||||
<div class="rbutton" onclick="setmode('register')">Register</div>
|
||||
<div class="modal" id="register">
|
||||
<form id="regform" action="/addacct" method="post">
|
||||
<div>
|
||||
|
|
@ -119,7 +120,7 @@ E-mail (optional): <input type="text" name="email" id="regin_email">
|
|||
</div>
|
||||
<div>
|
||||
<input type="submit" value="Sign up" onclick="formreg(event)">
|
||||
<input type="reset" value="Cancel" onclick="setmode("login", event)">
|
||||
<input type="reset" value="Cancel" onclick="setmode('login', event)">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue