1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added automatic file upload resume & skip.

This commit is contained in:
Ylian Saint-Hilaire 2021-10-15 14:46:56 -07:00
parent fd33c7decd
commit b260f74053
6 changed files with 71 additions and 31 deletions

View file

@ -1,20 +1,20 @@
<html><head></head><body><div>[[[SERVERNAME]]] - Device Notification</div>
<html><head></head><body><div>[[[SERVERNAME]]] - Apparaatmelding</div>
<div style="font-family:Arial,Helvetica,sans-serif">
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr>
<td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Device Notification</b>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Apparaatmelding</b>
</td>
</tr>
</tbody></table>
<area-header>
<p>
The following devices have changed their connection state.
De volgende apparaten hebben hun verbindingsstatus gewijzigd.
</p>
</area-header>
<area-connections>
<p>
Connected devices:
Verbonden apparaten:
</p>
<p><b>
[[[CONNECTIONS]]]
@ -22,7 +22,7 @@
</area-connections>
<area-disconnections>
<p>
Disconnected devices:
Losgekoppelde apparaten:
</p>
<p><b>
[[[DISCONNECTIONS]]]
@ -30,7 +30,7 @@
</area-disconnections>
<area-footer>
<p>
To unsubscribe, <a href="[[[SERVERURL]]][[[UNSUBSCRIBELINK]]]">Klik hier</a> within 1 hour of getting this message.
Uitschrijven, <a href="[[[SERVERURL]]][[[UNSUBSCRIBELINK]]]">Klik hier</a> binnen 1 uur na ontvangst van dit bericht.
</p>
</area-footer>
</div></body></html>

View file

@ -1,22 +1,22 @@
[[[SERVERNAME]]] - Device Notification
[[[SERVERNAME]]] - Apparaatmelding
~<area-header>
The following devices have changed their connection state.
De volgende apparaten hebben hun verbindingsstatus gewijzigd.
~</area-header>
~<area-connections>
~
Connected devices:
Verbonden apparaten:
~
~[[[CONNECTIONS]]]
~
~</area-connections>
~<area-disconnections>
~
Disconnected devices:
Losgekoppelde apparaten:
~
~[[[DISCONNECTIONS]]]
~
~</area-disconnections>
~<area-footer>
To unsubscribe, load this link within 1 hour of getting this message: [[[SERVERURL]]][[[UNSUBSCRIBELINK]]]
Om je af te melden, open je deze link binnen 1 uur nadat je dit bericht hebt ontvangen: [[[SERVERURL]]][[[UNSUBSCRIBELINK]]]
~</area-footer>