-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtryalign.html
More file actions
executable file
·40 lines (33 loc) · 1.23 KB
/
tryalign.html
File metadata and controls
executable file
·40 lines (33 loc) · 1.23 KB
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
30
31
32
33
34
35
36
37
38
39
40
<body style="font-size:100%;">
<p>
<div id="fortable" style="background-color:orange;text-align:center">
<div style="border:1px solid black; " id="orangein" ; >
<div class="first">
<span id="orangechunks" lvl="words"> <textarea style="width: 160px; height: 45px;" id="wt" >W o r d s </textarea></span>
</div>
<div class="second">
<button onclick="addC();"> ADD: <img src="images/concepts.png"> </button> <button onclick="addS();" > ADD <img src="images/scenes.png" > </button> <button onclick="addF();" > ADD <img src="images/flows13.png" > </button>
</div>
</div>
<h3> Put Words In A Cue </h3>
<p>Select Word : </p>
<div>
<div id='wordselect' style='text-align:left;' >
<select id="firstword">
<option value="None">-- Select --</option>
<option value="China">China</option>
<option value="United State">United State</option>
<option value="Malaysia">Malaysia</option>
</select>
</div>
<div id="CueSelect" style="text-align:center;" >
<select id="cueword">
<option value="None">-- Select --</option>
<option value="China">China</option>
<option value="United State">United State</option>
<option value="Malaysia">Malaysia</option>
</select>
</div>
</d
</div>
</div>