|
36 | 36 | <button class="popout tablet-instructors-href" onclick="window.open(event.target.href, 'popupWindow', 'width=800,height=600,menubar=no,toolbar=no,location=no,status=no');">Pop out</button> |
37 | 37 | <button onClick='qrdiv = document.querySelector("#url-qr-code img") ; if (qrdiv) {qrdiv.remove()} else { new QRCode("url-qr-code", replace_url_path(window.location.href, "tablet-instructors"))}'>Show QR code for phone/tablet view.</button> |
38 | 38 | </li> |
| 39 | + <li><a class="small-href" href="">Small panel for instructors</a> (who want more control) |
| 40 | + <button class="popout small-href" onclick="window.open(event.target.href, 'popupWindow', 'width=800,height=600,menubar=no,toolbar=no,location=no,status=no');">Pop out</button> |
| 41 | + </li> |
39 | 42 | <li><a class="preview-href" href="">Real-time scene preview</a>. |
40 | 43 | <button class="popout preview-href" onclick="window.open(event.target.href, 'popupWindow', 'width=800,height=600,menubar=no,toolbar=no,location=no,status=no');">Pop out</button> |
41 | 44 | </li> |
|
50 | 53 | <button class="popout tablet-href" onclick="window.open(event.target.href, 'popupWindow', 'width=800,height=600,menubar=no,toolbar=no,location=no,status=no');">Pop out</button> |
51 | 54 | <button onClick='qrdiv = document.querySelector("#url-qr-code img") ; if (qrdiv) {qrdiv.remove()} else { new QRCode("url-qr-code", replace_url_path(window.location.href, "tablet"))}'>Show QR code for phone/tablet view.</button> |
52 | 55 | </li> |
53 | | - <li><a class="small-href" href="">Small panel for instructors</a> (who want more control) |
54 | | - <button class="popout small-href" onclick="window.open(event.target.href, 'popupWindow', 'width=800,height=600,menubar=no,toolbar=no,location=no,status=no');">Pop out</button> |
55 | | - </li> |
56 | 56 | </ul> |
57 | 57 | </li> |
58 | 58 | </ul> |
|
0 commit comments