/[ttyrec]/jsttyplay/html/pause.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /jsttyplay/html/pause.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Sat Feb 28 22:13:23 2009 UTC (15 years, 2 months ago) by dpavlin
File MIME type: text/html
File size: 613 byte(s)
implement pause and frame number display

1 <html>
2 <head>
3 <script src="showtty.js"></script>
4 <style type="text/css">
5 #ttyrec_status {
6 color: #888;
7 display: none;
8 }
9 </style>
10 </head>
11 <body>
12 <div id="tty">Select TTY recording to play.</div>
13 <div id="ttyrec_status">
14 <input type="checkbox" id="ttyrec_pause"><label for="ttyrec_pause">pause</label>
15 frame: <tt id="ttyrec_frame">-</tt>
16 </div>
17
18 <script>
19 function ttyrec_play(data) {
20 // console.log( data );
21 showTTYURL(document.getElementById("tty"), data);
22 }
23 </script>
24
25 <div style="margin-top: 1em;">
26 Test
27 <input type="button" value="test" onClick="ttyrec_play('../../test/test.js');">
28
29 </div>
30
31 </body>
32 </html>

  ViewVC Help
Powered by ViewVC 1.1.26