Skip to content

Commit 338952e

Browse files
committed
web/index: Make all clickables buttons
1 parent b1f4278 commit 338952e

File tree

1 file changed

+24
-27
lines changed

1 file changed

+24
-27
lines changed

web/index.html

+24-27
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,21 @@
3838
Reload the page when done.</div>
3939

4040
<div class="status">Status is updated here</div>
41-
<table border="1" style="display:inline-table">
42-
<tr><td class="live" title="When red, (audio, camera gallery, or screenshare) may be being broadcasted">Live</td>
43-
<!--<td class="live-mic">Caution</td>--></tr>
44-
</table>
4541
<span class="synced" syncwith="scene">Scene</span>
4642
<span class="synced" syncwith="ss_resolution">Resolution</span>
4743

4844

4945
<table border="1">
5046
<tr><th>Indicators:</th>
51-
<td class="indicator indicator-warning" title="Generalized 'something urgent has come up'">Warn</td>
52-
<td class="indicator indicator-caution" title="Generalized 'something to look at' has come up">Caution</td>
53-
<td class="indicator indicator-time" title="Take a look at the clock">Time</td>
54-
<td class="indicator indicator-notes" title="Check the notes: something has come up">Notes</td>
55-
<td class="indicator indicator-question" title="Your co-teacher has a question">Question</td>
56-
<td class="indicator indicator-chat" title="Check the Zulip chat: something has come up">Chat</td>
57-
<td class="indicator indicator-slower" title="Try to speak at a slower pace">Slower</td>
58-
<td class="indicator indicator-faster" title="Try to speak at a faster pace">Faster</td></tr>
47+
<td class="live" title="When red, (audio, camera gallery, or screenshare) may be being broadcasted">Live</td>
48+
<td><button class="indicator indicator-warning" title="Generalized 'something urgent has come up'">Warn</button></td>
49+
<td><button class="indicator indicator-caution" title="Generalized 'something to look at' has come up">Caution</button></td>
50+
<td><button class="indicator indicator-time" title="Take a look at the clock">Time</button></td>
51+
<td><button class="indicator indicator-notes" title="Check the notes: something has come up">Notes</button></td>
52+
<td><button class="indicator indicator-question" title="Your co-teacher has a question">Question</button></td>
53+
<td><button class="indicator indicator-chat" title="Check the Zulip chat: something has come up">Chat</button></td>
54+
<td><button class="indicator indicator-slower" title="Try to speak at a slower pace">Slower</button></td>
55+
<td><button class="indicator indicator-faster" title="Try to speak at a faster pace">Faster</button></td></tr>
5956
</table>
6057

6158
<table border="1">
@@ -73,14 +70,14 @@
7370
<table border="1">
7471
<tr>
7572
<th>Scene selection</th>
76-
<td class="scene" id="Title" livecolor="orange">Title</td>
77-
<td class="scene" id="Gallery">Gallery</td>
78-
<td class="scene" id="Screenshare">SS Portrait</td>
79-
<td class="scene" id="ScreenshareCrop">SS Crop</td>
80-
<td class="scene" id="ScreenshareLandscape">SS Landscape</td>
81-
<td class="scene" id="BroadcasterScreen">BrdScr</td>
82-
<td class="scene" id="Notes" livecolor="orange">Notes</td>
83-
<td class="scene" id="Empty" livecolor="orange">Empty</td>
73+
<td><button class="scene" id="Title" livecolor="orange">Title</button></td>
74+
<td><button class="scene" id="Gallery">Gallery</button></td>
75+
<td><button class="scene" id="Screenshare">SS Portrait</button></td>
76+
<td><button class="scene" id="ScreenshareCrop">SS Crop</button></td>
77+
<td><button class="scene" id="ScreenshareLandscape">SS Landscape</button></td>
78+
<td><button class="scene" id="BroadcasterScreen">BrdScr</button></td>
79+
<td><button class="scene" id="Notes" livecolor="orange">Notes</button></td>
80+
<td><button class="scene" id="Empty" livecolor="orange">Empty</button></td>
8481
</tr>
8582
</table>
8683

@@ -126,8 +123,8 @@
126123
<table border="1">
127124
<tr>
128125
<th>Audio:</th>
129-
<td class="mute" id="BroadcasterMic">Brcd</td>
130-
<td class="mute" id="Instructors">Instr</td>
126+
<td><button class="mute" id="BroadcasterMic">Brcd</button></td>
127+
<td><button class="mute" id="Instructors">Instr</button></td>
131128
<td><input class="volume" id="Instructors" type="range" min="-2" max="0" step="0.05"></td>
132129
<td><span class="volume-dB" id="Instructors"></span></td>
133130
</tr>
@@ -140,11 +137,11 @@
140137
</tr>
141138
<tr>
142139
<th>Gallery crop:</th>
143-
<td class="gallerycrop" id="n0">None</td>
144-
<td class="gallerycrop" id="n1">n=1</td>
145-
<td class="gallerycrop" id="n2">n=2</td>
146-
<td class="gallerycrop" id="n3">n=3-4</td>
147-
<td class="gallerycrop" id="n5">n=5-6</td>
140+
<td><button class="gallerycrop" id="n0">None</button></td>
141+
<td><button class="gallerycrop" id="n1">n=1</button></td>
142+
<td><button class="gallerycrop" id="n2">n=2</button></td>
143+
<td><button class="gallerycrop" id="n3">n=3-4</button></td>
144+
<td><button class="gallerycrop" id="n5">n=5-6</button></td>
148145
</tr>
149146
</table>
150147

0 commit comments

Comments
 (0)