aboutsummaryrefslogtreecommitdiff
path: root/templates/full/deviceMoving.vm
blob: 37f3c2a9386a7d15c0c39171696a1cea7cb2e4a4 (plain)
1
2
3
4
5
6
7
8
9
10
#set($subject = "$device.name: moving")
<!DOCTYPE html>
<html>
<body>
Device: $device.name<br>
Moving<br>
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)<br>
Point: <a href="$webUrl?eventId=$event.id">#{if}($position.address)$position.address#{else}$position.latitude&deg;, $position.longitude&deg;#{end}</a><br>
</body>
</html>