diff options
author | Anton Tananaev <anton@traccar.org> | 2022-07-18 18:24:09 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-07-18 18:24:09 -0700 |
commit | 9cccb2f86c5ecf4041772d28fbc78ddbd619885f (patch) | |
tree | 6f70586d6fb18135ca09f501e1efd6f40f6089b8 /templates | |
parent | eb79bc251669ed8d107aaf1e2a6beeb0743eacf7 (diff) | |
download | trackermap-server-9cccb2f86c5ecf4041772d28fbc78ddbd619885f.tar.gz trackermap-server-9cccb2f86c5ecf4041772d28fbc78ddbd619885f.tar.bz2 trackermap-server-9cccb2f86c5ecf4041772d28fbc78ddbd619885f.zip |
Remove trailing spaces
Diffstat (limited to 'templates')
-rw-r--r-- | templates/full/commandResult.vm | 2 | ||||
-rw-r--r-- | templates/full/deviceFuelDrop.vm | 2 | ||||
-rw-r--r-- | templates/full/deviceInactive.vm | 2 | ||||
-rw-r--r-- | templates/full/deviceMoving.vm | 2 | ||||
-rw-r--r-- | templates/full/deviceOffline.vm | 2 | ||||
-rw-r--r-- | templates/full/deviceOnline.vm | 2 | ||||
-rw-r--r-- | templates/full/deviceOverspeed.vm | 2 | ||||
-rw-r--r-- | templates/full/deviceStopped.vm | 2 | ||||
-rw-r--r-- | templates/full/deviceUnknown.vm | 2 | ||||
-rw-r--r-- | templates/full/driverChanged.vm | 2 | ||||
-rw-r--r-- | templates/full/geofenceEnter.vm | 2 | ||||
-rw-r--r-- | templates/full/geofenceExit.vm | 2 | ||||
-rw-r--r-- | templates/full/ignitionOff.vm | 2 | ||||
-rw-r--r-- | templates/full/ignitionOn.vm | 2 | ||||
-rw-r--r-- | templates/full/maintenance.vm | 2 | ||||
-rw-r--r-- | templates/full/test.vm | 2 | ||||
-rw-r--r-- | templates/full/textMessage.vm | 4 |
17 files changed, 18 insertions, 18 deletions
diff --git a/templates/full/commandResult.vm b/templates/full/commandResult.vm index c5ceffab0..443e1a399 100644 --- a/templates/full/commandResult.vm +++ b/templates/full/commandResult.vm @@ -7,4 +7,4 @@ Result: $position.getString("result")<br> Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)<br> Link: <a href="$webUrl?eventId=$event.id">$webUrl?eventId=$event.id</a> </body> -</html> +</html> diff --git a/templates/full/deviceFuelDrop.vm b/templates/full/deviceFuelDrop.vm index a50e8ca38..bf7a16b97 100644 --- a/templates/full/deviceFuelDrop.vm +++ b/templates/full/deviceFuelDrop.vm @@ -6,4 +6,4 @@ Device: $device.name<br> Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $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> +</html> diff --git a/templates/full/deviceInactive.vm b/templates/full/deviceInactive.vm index 51aead653..626db1dc4 100644 --- a/templates/full/deviceInactive.vm +++ b/templates/full/deviceInactive.vm @@ -9,4 +9,4 @@ Inactive<br> Last Update: $dateTool.format("YYYY-MM-dd HH:mm:ss", $lastUpdate, $locale, $timezone)<br> Link: <a href="$webUrl?eventId=$event.id">$webUrl?eventId=$event.id</a> </body> -</html> +</html> diff --git a/templates/full/deviceMoving.vm b/templates/full/deviceMoving.vm index 37f3c2a93..b22b90428 100644 --- a/templates/full/deviceMoving.vm +++ b/templates/full/deviceMoving.vm @@ -7,4 +7,4 @@ Moving<br> Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $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> +</html> diff --git a/templates/full/deviceOffline.vm b/templates/full/deviceOffline.vm index c832ee553..332bfe3d9 100644 --- a/templates/full/deviceOffline.vm +++ b/templates/full/deviceOffline.vm @@ -7,4 +7,4 @@ Offline<br> Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)<br> Link: <a href="$webUrl?eventId=$event.id">$webUrl?eventId=$event.id</a> </body> -</html> +</html> diff --git a/templates/full/deviceOnline.vm b/templates/full/deviceOnline.vm index fd17edef0..3ca3cfa9b 100644 --- a/templates/full/deviceOnline.vm +++ b/templates/full/deviceOnline.vm @@ -7,4 +7,4 @@ Online<br> Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)<br> Link: <a href="$webUrl?eventId=$event.id">$webUrl?eventId=$event.id</a> </body> -</html> +</html> diff --git a/templates/full/deviceOverspeed.vm b/templates/full/deviceOverspeed.vm index f796881a0..f303b734c 100644 --- a/templates/full/deviceOverspeed.vm +++ b/templates/full/deviceOverspeed.vm @@ -16,4 +16,4 @@ Exceeds the speed: $speedString#{if}($geofence) in $geofence.name#{else}#{end}<b Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $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> +</html> diff --git a/templates/full/deviceStopped.vm b/templates/full/deviceStopped.vm index 9e1e47d12..9f8a30707 100644 --- a/templates/full/deviceStopped.vm +++ b/templates/full/deviceStopped.vm @@ -7,4 +7,4 @@ Stopped<br> Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $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> +</html> diff --git a/templates/full/deviceUnknown.vm b/templates/full/deviceUnknown.vm index 34b3a7795..0e6e9b4b4 100644 --- a/templates/full/deviceUnknown.vm +++ b/templates/full/deviceUnknown.vm @@ -7,4 +7,4 @@ Status is unknown<br> Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)<br> Link: <a href="$webUrl?eventId=$event.id">$webUrl?eventId=$event.id</a> </body> -</html> +</html> diff --git a/templates/full/driverChanged.vm b/templates/full/driverChanged.vm index e370d3eea..65e2768b5 100644 --- a/templates/full/driverChanged.vm +++ b/templates/full/driverChanged.vm @@ -7,4 +7,4 @@ Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezo Point: <a href="$webUrl?eventId=$event.id">#{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}</a><br> Driver: #{if}($driver)$driver.name#{else}$event.getString("driverUniqueId")#{end} </body> -</html> +</html> diff --git a/templates/full/geofenceEnter.vm b/templates/full/geofenceEnter.vm index 9e00cb388..2d9cd3613 100644 --- a/templates/full/geofenceEnter.vm +++ b/templates/full/geofenceEnter.vm @@ -7,4 +7,4 @@ Has entered geofence: $geofence.name<br> Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $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> +</html> diff --git a/templates/full/geofenceExit.vm b/templates/full/geofenceExit.vm index c3a300f37..ae1eb5520 100644 --- a/templates/full/geofenceExit.vm +++ b/templates/full/geofenceExit.vm @@ -7,4 +7,4 @@ Has exited geofence: $geofence.name<br> Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $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> +</html> diff --git a/templates/full/ignitionOff.vm b/templates/full/ignitionOff.vm index 8a546ed29..0ec50918b 100644 --- a/templates/full/ignitionOff.vm +++ b/templates/full/ignitionOff.vm @@ -7,4 +7,4 @@ Ignition OFF<br> Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $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> +</html> diff --git a/templates/full/ignitionOn.vm b/templates/full/ignitionOn.vm index 9ae9a63e7..7e0d6532d 100644 --- a/templates/full/ignitionOn.vm +++ b/templates/full/ignitionOn.vm @@ -7,4 +7,4 @@ Ignition ON<br> Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $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> +</html> diff --git a/templates/full/maintenance.vm b/templates/full/maintenance.vm index 612a675f8..798de637d 100644 --- a/templates/full/maintenance.vm +++ b/templates/full/maintenance.vm @@ -7,4 +7,4 @@ Maintenance is required: $maintenance.name<br> Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $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> +</html> diff --git a/templates/full/test.vm b/templates/full/test.vm index 93cbdc549..41e2f3ebd 100644 --- a/templates/full/test.vm +++ b/templates/full/test.vm @@ -4,4 +4,4 @@ <body> Test message </body> -</html> +</html> diff --git a/templates/full/textMessage.vm b/templates/full/textMessage.vm index a20dddbe0..7222b4d91 100644 --- a/templates/full/textMessage.vm +++ b/templates/full/textMessage.vm @@ -3,7 +3,7 @@ <html> <body> Device: $device.name<br> -Message: $event.getString("message")<br> +Message: $event.getString("message")<br> Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)<br> </body> -</html> +</html> |