aboutsummaryrefslogtreecommitdiff
path: root/templates/full/deviceOnline.vm
diff options
context:
space:
mode:
Diffstat (limited to 'templates/full/deviceOnline.vm')
-rw-r--r--templates/full/deviceOnline.vm10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/full/deviceOnline.vm b/templates/full/deviceOnline.vm
new file mode 100644
index 000000000..9211eff11
--- /dev/null
+++ b/templates/full/deviceOnline.vm
@@ -0,0 +1,10 @@
+#set($subject = "$device.name: online")
+<!DOCTYPE html>
+<html>
+<body>
+Device: $device.name<br>
+Online<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>