further tidyup
This commit is contained in:
+41
-10
@@ -26,19 +26,19 @@
|
||||
<div id="content">
|
||||
<div class="content-panel">
|
||||
<div class="nav-bar">
|
||||
<button id="btn-review" class="navigation nav-right"><b>☰</b></button>
|
||||
<button id="btn-review" class="navigation nav-right"><b>☰</b><br/>OVERVIEW</button>
|
||||
<button
|
||||
id="btn-submit-nav"
|
||||
class="submit-button navigation nav-right"
|
||||
>
|
||||
<b>submit</b>
|
||||
<b>SUBMIT</b>
|
||||
</button>
|
||||
<button
|
||||
id="btn-review-overlay"
|
||||
class="navigation nav-right"
|
||||
title="click to finish exam and review answers"
|
||||
>
|
||||
review
|
||||
REVIEW
|
||||
</button>
|
||||
<button
|
||||
id="btn-fullscreen-overlay"
|
||||
@@ -50,13 +50,44 @@
|
||||
<div class="app-name nav-left">RTS</div>
|
||||
<div id="timer" title="click to pause"></div>
|
||||
<div class="exam-name" title="currently loaded packet"></div>
|
||||
<input
|
||||
type="button"
|
||||
class="navigation nav-left"
|
||||
value="previous"
|
||||
disabled="disabled"
|
||||
/>
|
||||
<input type="button" class="navigation nav-left" value="next" />
|
||||
<button class="navigation nav-left" disabled="disabled"
|
||||
data-nav="previous"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="16"
|
||||
height="16"
|
||||
fill="currentColor"
|
||||
class="bi bi-arrow-left-short"
|
||||
viewBox="0 0 16 16"
|
||||
>
|
||||
<path
|
||||
fill-rule="evenodd"
|
||||
d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5"
|
||||
/>
|
||||
</svg>
|
||||
<br />
|
||||
<span>PREVIOUS</span>
|
||||
</button>
|
||||
<button class="navigation nav-left"
|
||||
data-nav="next"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="16"
|
||||
height="16"
|
||||
fill="currentColor"
|
||||
class="bi bi-arrow-right-short"
|
||||
viewBox="0 0 16 16"
|
||||
>
|
||||
<path
|
||||
fill-rule="evenodd"
|
||||
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8"
|
||||
/>
|
||||
</svg>
|
||||
<br />
|
||||
<span>NEXT</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="main-panel">
|
||||
<div class="question-list-panel" style="display: block"></div>
|
||||
|
||||
Reference in New Issue
Block a user