diff options
author | Abyss777 <abyss@fox5.ru> | 2018-06-26 12:05:16 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2018-06-26 12:05:16 +0500 |
commit | 825ee0d178a24620f075cb4ffb8d49c75b046484 (patch) | |
tree | 2bc60aaea8d4c1eff707ae6e0b8ff558d45d15dc /templates/mail/deviceStopped.vm | |
parent | aba402226403f8b3eb58cc01e8f536eb4104d35a (diff) | |
download | traccar-server-825ee0d178a24620f075cb4ffb8d49c75b046484.tar.gz traccar-server-825ee0d178a24620f075cb4ffb8d49c75b046484.tar.bz2 traccar-server-825ee0d178a24620f075cb4ffb8d49c75b046484.zip |
Cleanup and some adjustments
Diffstat (limited to 'templates/mail/deviceStopped.vm')
-rw-r--r-- | templates/mail/deviceStopped.vm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/mail/deviceStopped.vm b/templates/mail/deviceStopped.vm deleted file mode 100644 index 2ec0f8db9..000000000 --- a/templates/mail/deviceStopped.vm +++ /dev/null @@ -1,10 +0,0 @@ -#set($subject = "$device.name: stopped") -<!DOCTYPE html> -<html> -<body> -Device: $device.name<br> -Stopped<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°, $position.longitude°#{end}</a><br> -</body> -</html> |