Cloudlog/application/views/export/index.php
Paul Beesley 8ba41812ad Tweaks to text
Touches page titles, some table headers (capitalisation mostly), menu items.
2020-12-23 13:01:20 +00:00

12 行
无行尾
323 B
PHP

<div id="container">
<h2><?php echo $page_title; ?></h2>
<p>Below are all the exportable data options available in Cloudlog</p>
<h3>Data Types</h3>
<ul>
<li><a href="<?php echo site_url('kml'); ?>">All QSOs as KML</a></li>
<li><a href="<?php echo site_url('adif/export'); ?>">ADIF Export</a></li>
</ul>
</div>