.htaccess
1 year ago
alert.tpl
1 year ago
checksum_alert.tpl
1 year ago
index.html
1 year ago
job_completed.tpl
1 year ago
job_monitor.tpl
1 year ago
main.tpl
1 year ago
web.config
1 year ago
alert.tpl
23 lines
| 1 | <h1>JetBackup WordPress Alert</h1> |
| 2 | <p>Hello,</p> |
| 3 | <p>This is your JetBackup agent!</p> |
| 4 | <p>This is an automated notification to inform you that an alert has been triggered</p> |
| 5 | <p>Details:</p> |
| 6 | <p><strong>Domain:</strong> {$backup_domain}</p> |
| 7 | |
| 8 | <ul> |
| 9 | {foreach $alerts as $alert} |
| 10 | <li> |
| 11 | <strong>Title:</strong> {$alert.title}<br> |
| 12 | <strong>Message:</strong> {$alert.message}<br> |
| 13 | <strong>Level:</strong> {$alert.level}<br> |
| 14 | <strong>Date:</strong> {$alert.date} |
| 15 | </li> |
| 16 | {/foreach} |
| 17 | </ul> |
| 18 | |
| 19 | <p>Best regards,</p> |
| 20 | <p>JetBackup For WordPress</p> |
| 21 | <p>*Alert Frequency settings: {$notification_frequency}</p> |
| 22 | |
| 23 |