aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/commandResult.vm
blob: 5b6d8ef3e7bf88967f8c46406086c9a5e9a337af (plain)
1
2
3
4
5
6
7
8
9
10
#set($subject = "$device.name: command result received")
<!DOCTYPE html>
<html>
<body>
Device: $device.name<br>
Result: $position.getString("result")<br>
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.serverTime, $locale, $timezone)<br>
Link: <a href="$webUrl?eventId=$event.id">$webUrl?eventId=$event.id</a>
</body>
</html>