Cloudlog/application/views/backup/adif_view.php
Paul Beesley 0b94674289 Normalise page / card header styles for admin pages
Bring the style of page and card headers into alignment with the LotW admin page.
2020-10-20 21:42:43 +01:00

17 行
无行尾
526 B
PHP

<div class="container">
<h2><?php echo $page_title; ?></h2>
<?php if($status == true) { ?>
<p>The backup of your log completed successfully. The output can be found at: <a href="<?php echo base_url(); ?>backup/logbook.adi"><?php echo base_url(); ?>backup/logbook.adi</a></a></p>
<p>You could automate this process by making it a cronjob.</p>
<?php } else { ?>
<p>Something went wrong during the backup process. Check that the backup folder exists and is writeable by your web server user / group.</p>
<?php } ?>
</div>