| |
1 |
1 |
<master> |
| |
|
2 |
<if @doc@ defined><property name="&doc">doc</property></if> |
| |
2 |
3 |
<property name="show_header">0</property> |
| |
3 |
4 |
<property name="side_menu">0</property> |
| |
4 |
5 |
<property name="show_title">0</property> |
| |
5 |
6 |
<property name="show_community_title">0</property> |
| |
6 |
7 |
|
| |
7 |
8 |
<script src="/resources/proctoring-support/gif.js"></script> |
| |
8 |
9 |
<script src="/resources/proctoring-support/proctoring.js"></script> |
| |
9 |
10 |
<script src="/resources/proctoring-support/audiowave.js"></script> |
| |
10 |
11 |
<link rel="stylesheet" href="/resources/proctoring-support/proctored-page.css"> |
| |
11 |
12 |
|
| |
12 |
13 |
<!-- Alert/Error messages --> |
| |
13 |
14 |
<div class="modal fade" id="modal-messages" tabindex="-1" role="dialog" aria-labelledby="modal-messages-title" aria-hidden="true"> |
| |
14 |
15 |
<div class="modal-dialog" role="document"> |
| |
15 |
16 |
<div class="modal-content"> |
| |
16 |
17 |
<div class="modal-body"></div> |
| |
17 |
18 |
<div class="modal-footer"> |
| |
18 |
19 |
<button type="button" class="btn btn-secondary" data-dismiss="modal" data-backdrop="static" data-keyboard="false">OK</button> |
| |
19 |
20 |
</div> |
| |
20 |
21 |
</div> |
| |
21 |
22 |
</div> |