Mercurial > hg > rlgwebd
annotate index-rlg.html @ 46:59ecd99845eb
rlgterm.js: make the options table functional.
Enable launching games from the options table, and replace the old
select dialog.
| author | John "Elwin" Edwards <elwin@sdf.org> | 
|---|---|
| date | Sat, 09 Jun 2012 17:00:25 -0700 | 
| parents | 1bbd0e76ba92 | 
| children | 33bdb3d466e3 | 
| rev | line source | 
|---|---|
| 
0
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
2 <html> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
3 <head> | 
| 
33
 
23a495e81725
RLG-Web: indicate alpha status.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents: 
21 
diff
changeset
 | 
4 <title>RLG-Web α</title> | 
| 
0
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
5 <script type="text/javascript" src="termemu.js"></script> | 
| 
6
 
21738794755e
Put common key tables into a common file.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents: 
0 
diff
changeset
 | 
6 <script type="text/javascript" src="termemu-keys.js"></script> | 
| 
0
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
7 <script type="text/javascript" src="rlgterm.js"></script> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
8 <link rel="stylesheet" type="text/css" href="tty.css"> | 
| 
21
 
82be54381964
RLG-Web client: some cleanup
 
John "Elwin" Edwards <elwin@sdf.org> 
parents: 
19 
diff
changeset
 | 
9 <link rel="stylesheet" type="text/css" href="style-rlg.css"> | 
| 
0
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
10 </head> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
11 <body onload="setup()" onkeydown="sendkey(event)"> | 
| 
33
 
23a495e81725
RLG-Web: indicate alpha status.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents: 
21 
diff
changeset
 | 
12 <h1>RLG-Web α</h1> | 
| 
0
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
13 <div id ="top"> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
14 <span id="ttitle"></span> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
15 <img src="/bell.png" alt="bell" id="bell"> | 
