-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.html
29 lines (29 loc) · 1.35 KB
/
1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
<head>
<script type="text/javascript" src="alpha.js"></script>
<script type="text/javascript" src="timer.js"></script>
<script type="text/javascript" src="voca.js"></script>
<script type="text/javascript" src="study.js"></script>
</head>
<body>
<textarea style="width:700px; height: 400px;" id=text></textarea>
<div onclick="Study.gather('text');Study.define()">Gather</div>
<div style = "border: 3px solid green; width: 40px; height: 20px;" id=switch><div onclick="Study.begin(); Study.refresh();">Study</div></div>
<div style = "border: 5px solid green; width: 400px; font-size: 50px;" onclick="Study.stop(); Study.begin();"id=next>Next</div>
<div style = "border: 5px solid green; width: 400px; font-size: 50px;" onclick="Study.period(200);">Period</div>
<div onclick="Study.begin();">Study</div>
<div>
<div style="color: green; font-size: 200px; width: auto; height: 250px; border: 3px solid green; align: center;" id=object></div>
<div id=begin></div>
<div id=current></div>
<div id=time></div>
<div id=end></div>
<div onclick="Timer.start_and_show()">Start</div>
<div id=stop onclick="Study.stop()"></div>
</div>
<div onclick="Study.gather('text');Study.define()">Gather</div>
<div style="font-size: 20px;" onclick="Study.up();">V</div>
<div style="font-size: 20px;" onclick="Study.down();">X</div>
<div id=prior></div>
</body>
</html>