Imported Upstream version 0.72.4

This commit is contained in:
TANIGUCHI Takaki
2012-04-08 21:33:59 +09:00
parent cef31abc8c
commit 2f23ea4b4a
1170 changed files with 116562 additions and 55295 deletions

View File

@@ -0,0 +1,21 @@
<?php
# dvdisaster: English homepage translation
# Copyright (C) 2004-2012 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#
# Include our PHP sub routines, then call begin_page()
# to start the HTML page, insert the header,
# navigation and news if appropriate.
require("../include/dvdisaster.php");
begin_page();
?>
<!-- Insert actual page content below -->
<h3 class="top">Zástupná stránka</h3>Tato stránka ještě nebyla zapsána.<pre> </pre><span class="fs"> <i>Proč tato dokumentace obsahuje prázdné stránky?</i><p>Potřebujeme prázdnou zástupnou stránku aby již bylo možné do dokumentace umístit odkazy na toto téma.</span> <!-- do not change below --> <?php
# end_page() adds the footer line and closes the HTML properly.
end_page();
?>