Mercurial > hg > rlgwebd
comparison index-rlg.html @ 92:a4d3ecf188b7
RLG-Web client: replace setTitle() with message().
Remove the title line, and make setTitle() add a message instead.
Also remove setTitle() from termemu.js, because shterm.js duplicates
the code.
| author | John "Elwin" Edwards <elwin@sdf.org> | 
|---|---|
| date | Tue, 10 Jul 2012 18:39:36 -0700 | 
| parents | 6c6a6e4f1e5b | 
| children | e84a99712c62 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 91:e07f98799120 | 92:a4d3ecf188b7 | 
|---|---|
| 9 <link rel="stylesheet" type="text/css" href="style-rlg.css"> | 9 <link rel="stylesheet" type="text/css" href="style-rlg.css"> | 
| 10 </head> | 10 </head> | 
| 11 <body onload="setup()" onkeydown="sendkey(event)"> | 11 <body onload="setup()" onkeydown="sendkey(event)"> | 
| 12 <h1>RLG-Web β3</h1> | 12 <h1>RLG-Web β3</h1> | 
| 13 <div id ="top"> | 13 <div id ="top"> | 
| 14 <span id="ttitle"></span> | |
| 15 <img src="/bell.png" alt="bell" id="bell"> | 14 <img src="/bell.png" alt="bell" id="bell"> | 
| 16 </div> | 15 </div> | 
| 17 <div id="termwrap">TERM</div> | 16 <div id="termwrap">TERM</div> | 
| 18 <div class="modal" id="keyboard"> | 17 <div class="modal" id="keyboard"> | 
| 19 <div id="keys"> | 18 <div id="keys"> | 
