diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-07 14:15:18 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-07 14:15:18 +0500 |
commit | 6c64c6e87a25b4d2339f2fd8d83fa4bc36d461f2 (patch) | |
tree | ed170c0dbdbc31a6625de6cd8fd4d74836711ba3 /templates/mail/commandResult.vm | |
parent | c674d90bc41e1a4b03fcc1779e711f8d8b79bf90 (diff) | |
download | trackermap-server-6c64c6e87a25b4d2339f2fd8d83fa4bc36d461f2.tar.gz trackermap-server-6c64c6e87a25b4d2339f2fd8d83fa4bc36d461f2.tar.bz2 trackermap-server-6c64c6e87a25b4d2339f2fd8d83fa4bc36d461f2.zip |
Implement mail templates
Diffstat (limited to 'templates/mail/commandResult.vm')
-rw-r--r-- | templates/mail/commandResult.vm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/mail/commandResult.vm b/templates/mail/commandResult.vm new file mode 100644 index 000000000..084152158 --- /dev/null +++ b/templates/mail/commandResult.vm @@ -0,0 +1,9 @@ +#set($subject = "$device.name: command result received") +<!DOCTYPE html> +<html> +<body> +Device: $device.name<br> +Result: $position.getString("result")<br> +Time: $event.serverTime<br> +</body> +</html> |