Initial commit
This commit is contained in:
15
app/plugins/timers/views/stopwatchElement.html
Normal file
15
app/plugins/timers/views/stopwatchElement.html
Normal file
@ -0,0 +1,15 @@
|
||||
{LOOP}
|
||||
<div class="stopwatch-row">
|
||||
<span class="timer-name">{name}</span>
|
||||
<span class="timer-current">{currentSeconds}</span>
|
||||
<span class="timer-paused">{pausedAt}</span>
|
||||
<span class="timer-hours">{hours}</span>
|
||||
<span class="timer-minutes">{minutes}</span>
|
||||
<span class="timer-seconds">{seconds}</span>
|
||||
<span class="timer-id">{ID}</span>
|
||||
<span class="timer-created">{DTC}{createdAt}{/DTC}</span>
|
||||
</div>
|
||||
{/LOOP}
|
||||
{ALT}
|
||||
<span class=""></span>
|
||||
{/ALT}
|
Reference in New Issue
Block a user