Example #1
0
<?php

include_once "functions.inc";
$translation_file = "www";
$page_title = i18n_noop("KDE Plasma 5.6.4, bugfix Release for May");
$site_root = "../";
$release = 'plasma-5.6.4';
include "header.inc";
?>

<?php 
include "./announce-i18n-bar.inc";
?>

<style>
figure {text-align: center; float: right; margin: 0px;}
figure img {padding: 1ex; border: 0px; background-image: none;}
figure video {padding: 1ex; border: 0px; background-image: none;}
figcaption {font-style: italic;}
</style>

<figure style="float: none">
<iframe style="text-align: center" width="560" height="315" src="https://www.youtube.com/embed/A9MtFqkRFwQ?rel=0" frameborder="0" allowfullscreen></iframe>
<figcaption><?php 
i18n("KDE Plasma 5.6 Video");
?>
</figcaption>
</figure>
<br clear="all" />

<figure style="float: none">
Example #2
0
<?php

$translation_file = "edu";
include_once "functions.inc";
$site_root = "../";
$page_title = i18n_noop("Artikulate Course Overview");
include "header.inc";
?>

<?php 
echo i18n_var('Currently, the following resource files are available for Artikulate.');
?>

<?php 
include "artikulate_data.html";
?>

<hr width="30%" align="center" />
<p>
<?php 
echo i18n_var('Last update: %1', date("Y-m-d", filemtime("artikulate_data.html")));
?>
</p>

  <?php 
include "footer.inc";