aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/geofenceExit.vm
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2018-06-26 12:05:16 +0500
committerAbyss777 <abyss@fox5.ru>2018-06-26 12:05:16 +0500
commit825ee0d178a24620f075cb4ffb8d49c75b046484 (patch)
tree2bc60aaea8d4c1eff707ae6e0b8ff558d45d15dc /templates/mail/geofenceExit.vm
parentaba402226403f8b3eb58cc01e8f536eb4104d35a (diff)
downloadtraccar-server-825ee0d178a24620f075cb4ffb8d49c75b046484.tar.gz
traccar-server-825ee0d178a24620f075cb4ffb8d49c75b046484.tar.bz2
traccar-server-825ee0d178a24620f075cb4ffb8d49c75b046484.zip
Cleanup and some adjustments
Diffstat (limited to 'templates/mail/geofenceExit.vm')
-rw-r--r--templates/mail/geofenceExit.vm10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/mail/geofenceExit.vm b/templates/mail/geofenceExit.vm
deleted file mode 100644
index 3557f6eb2..000000000
--- a/templates/mail/geofenceExit.vm
+++ /dev/null
@@ -1,10 +0,0 @@
-#set($subject = "$device.name: has exited geofence")
-<!DOCTYPE html>
-<html>
-<body>
-Device: $device.name<br>
-Has exited geofence: $geofence.name<br>
-Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.serverTime, $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>