Files
thetempusproject/app/plugins/timers/views/timerElement.html
2024-08-04 21:15:59 -04:00

16 lines
478 B
HTML

{LOOP}
<div class="timer-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}