feat(WIP): add secure timer mode
This commit is contained in:
parent
2c1722c40d
commit
eb48f7a509
1 changed files with 15 additions and 2 deletions
|
@ -68,6 +68,10 @@
|
|||
<input type="checkbox" id="chx-devVersion" onchange="toggleDevVersion()">
|
||||
<label for="chx-devVersion">Geliştirici Sürümü</label>
|
||||
</div>
|
||||
<div class="cell">
|
||||
<input type="checkbox" id="chx-secureTimeMode">
|
||||
<label for="chx-timerMsec">Ekstra Güvenli Mod (WIP)</label>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -81,7 +85,7 @@
|
|||
<div id="timers-menu">
|
||||
<ul>
|
||||
<li onmouseover="toggleTimers('stopwatch')" onclick="toggleTimers('stopwatch')">
|
||||
<button class="pushable pushable-f pushable-l">
|
||||
<button class="pushable pushable-f ">
|
||||
<span class="shadow"></span>
|
||||
<span class="edge"></span>
|
||||
<span class="front">
|
||||
|
@ -89,6 +93,15 @@
|
|||
</span>
|
||||
</button>
|
||||
</li>
|
||||
<li onmouseover="toggleTimers('timer')" onclick="toggleTimers('timer')">
|
||||
<button class="pushable pushable-l">
|
||||
<span class="shadow"></span>
|
||||
<span class="edge"></span>
|
||||
<span class="front" style="padding: 1px 10px; background-color: darkgreen;">
|
||||
Güvenli<br>Kronometre
|
||||
</span>
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="stopwatch">
|
||||
|
@ -117,7 +130,7 @@
|
|||
<div class="timer">
|
||||
00.00.00
|
||||
</div>
|
||||
<p>yapım aşamasında: geriye doğru sayma özelliği</p>
|
||||
<p>Şu anda yapım aşamasında<br><b>sınav salonundaki akıllı tahta için 100% doğru kronometre</b></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue