2011-09-08 19:45:07 +02:00
|
|
|
<div class="text-content">
|
2013-10-04 20:15:23 +02:00
|
|
|
<h2><?php echo _("About") ?></h2>
|
2011-09-08 19:45:07 +02:00
|
|
|
<p>
|
2012-11-15 16:59:06 +01:00
|
|
|
<?php
|
2013-01-04 18:30:51 +01:00
|
|
|
echo sprintf(_("%sAirtime%s %s, the open radio software for scheduling and remote station management. %s"),
|
2012-11-15 16:59:06 +01:00
|
|
|
"<a href='http://airtime.sourcefabric.org' target='_blank'>",
|
|
|
|
"</a>",
|
|
|
|
$this->airtime_version,
|
|
|
|
"<br />")
|
|
|
|
?>
|
2013-01-16 13:24:45 +01:00
|
|
|
<br>© 2013
|
2012-11-15 16:59:06 +01:00
|
|
|
<?php
|
2014-06-09 17:34:25 +02:00
|
|
|
echo sprintf(_("%sSourcefabric%s z.ú Airtime is distributed under the %sGNU GPL v.3%s"),
|
2012-11-15 16:59:06 +01:00
|
|
|
"<a href='http://www.sourcefabric.org' target='_blank'>",
|
|
|
|
"</a>",
|
|
|
|
"<a href='http://www.gnu.org/licenses/gpl-3.0-standalone.html' target='_blank'>",
|
|
|
|
"</a>")
|
|
|
|
?>
|
2011-09-08 19:45:07 +02:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|