/Web/modules.php
1,4 → 1,5
<html>
<?php $lang = $HTTP_GET_VARS["lang"]; ?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title> MLAB moduly </title>
46,8 → 47,23
 
 
<!-- ============== TEXT ============== -->
<?php if ($lang == "en") { ?>
<div class="Text">
<p class="Title">
Overview of MLAB Modules
</p>
<p class=Subtitle>
You can find an overview of MLAB Modules here. It is automatically
generated page based on source database and the overview can be sorted
variously.
</p>
 
<p class="Remark">
Automatic generation is not written yet.
</p>
<?php } else { ?>
<div class="Text">
<p class="Title">
Přehled modulů MLAB
</p>
<p class="Subtitle">
59,10 → 75,8
Automatické generování přehledů ještě nemáme rozfungované, proto jsou
zde zatím jen statické odkazy.
</p>
 
 
 
<?php
}
/* KONFIGURACE */
$path = '/var/www/Web';
$www = 'http://www.mlab.cz';