.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
job_completed.tpl
15 lines
| 1 | <h1>Backup Job Completed</h1> |
| 2 | <p>Hello,</p> |
| 3 | <p>This is your JetBackup agent! Your backup job has been completed.</p> |
| 4 | <p>Details:</p> |
| 5 | <ul> |
| 6 | <li><strong>Domain:</strong> {$backup_domain}</li> |
| 7 | <li><strong>Job Name:</strong> {$job_name}</li> |
| 8 | <li><strong>Date and Time:</strong> {$backup_date}</li> |
| 9 | <li><strong>Status:</strong> {$backup_status}</li> |
| 10 | </ul> |
| 11 | |
| 12 | <p>If you have any questions or require further information, please do not hesitate to contact us.</p> |
| 13 | |
| 14 | <p>Best regards,</p> |
| 15 | <p>JetBackup For WordPress</p> |