/Web/Maintenance/Maintenance.cs.html
File deleted
/Web/Maintenance/Maintenance.en.html
File deleted
/Web/Maintenance/Log.php
14,14 → 14,6
<h2>Last Changed</h1>
<p><pre>
<?php
if(isset($x)) unset($x);
Exec("svnlook changed /home/MLAB", $x);
for ($i=0; $i<Count($x); $i++):
echo $x[$i], "\n";
endfor;
?>
======= Totez jeste jednou jinak
<?php
if (isset($x)) unset($x);
Exec("svnlook changed /home/MLAB", $x);
echo implode("\n", $x);
/Web/Maintenance/Maintenance.cs.php
0,0 → 1,83
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3c.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title> MLAB Stránka údržby </title>
<meta name="keywords" content="stavebnice MLAB univerzální moduly">
<meta name="description" content="Projekt MLAB, Stránka údržby webu">
<!-- AUTOINCLUDE START "Page/Head.cs.ihtml" DO NOT REMOVE -->
<link rel="StyleSheet" href="../../Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl">
<link rel="shortcut icon" type="image/x-icon" href="Web/PIC/MLAB.ico">
<script type="text/javascript" src="../../Web/JS/MLAB_Menu.js"></script>
<!-- AUTOINCLUDE END -->
</head>
 
<body lang="cs">
 
<!-- AUTOINCLUDE START "Page/Header.cs.ihtml" DO NOT REMOVE -->
<!-- ============== HLAVICKA ============== -->
<div class="Header">
<script type="text/javascript">
<!--
SetRelativePath("../../");
DrawHeader();
// -->
</script>
<noscript>
<p><b> Pro zobrazení (vložení) hlavičky je potřeba JavaScript </b></p>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
 
<!-- AUTOINCLUDE START "Page/Menu.cs.ihtml" DO NOT REMOVE -->
<!-- ============== MENU ============== -->
<div class="Menu">
<script type="text/javascript">
<!--
SetRelativePath("../../");
DrawMenu();
// -->
</script>
<noscript>
<p><b> Pro zobrazení (vložení) menu je potřeba JavaScript </b></p>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
 
<!-- ============== TEXT ============== -->
<div class="Text">
<p class="Title">
Stránka údržby
</p>
<p class="Subtitle">
Stránka údržby webu. Je určena <b>pouze</b> pro <b>správce</b> webu.
</p>
<p>
Tato stránka slouží správci webu pro údržbu systému. Stránka
<b>není</b> určena pro <b>běžné</b> uživatele protože může zůsobit
poškození webu. Stránka obsahuje pomocné odkazy a odkazy na rozpracované
stránky. Funkčnost objektů na této stránce není zaručena.
</p>
<hr>
<?php
require_once("Maintenance.php");
?>
</div>
 
<!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE -->
<!-- ============== PATIČKA ============== -->
<div class="Footer">
<script type="text/javascript">
<!--
SetRelativePath("../../");
DrawFooter();
// -->
</script>
<noscript>
<p><b> Pro zobrazení (vložení) hlavičky je potřeba JavaScript </b></p>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
 
</body>
</html>
/Web/Maintenance/Maintenance.en.php
0,0 → 1,84
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3c.org/TR/html4/strict.dtd">
 
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title> MLAB Maintenance Page </title>
<meta name="keywords" content="MLAB Universal Electronic Modules and Articles Processors Electronics">
<meta name="description" content="MLAB Project, Maintenance Page">
<!-- AUTOINCLUDE START "Page/Head.en.ihtml" DO NOT REMOVE -->
<link rel="StyleSheet" href="../../Web/CSS/MLAB.css" type="text/css" title="MLAB Basic Style">
<link rel="shortcut icon" type="image/x-icon" href="Web/PIC/MLAB.ico">
<script type="text/javascript" src="../../Web/JS/MLAB_Menu.js"></script>
<!-- AUTOINCLUDE END -->
</head>
 
<body lang="en">
 
<!-- AUTOINCLUDE START "Page/Header.en.ihtml" DO NOT REMOVE -->
<!-- ============== HEADER ============== -->
<div class="Header">
<script type="text/javascript">
<!--
SetRelativePath("../../");
DrawHeader();
// -->
</script>
<noscript>
<p><b> JavaScript is required for including of the header </b></p>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
 
<!-- AUTOINCLUDE START "Page/Menu.en.ihtml" DO NOT REMOVE -->
<!-- ============== MENU ============== -->
<div class="Menu">
<script type="text/javascript">
<!--
SetRelativePath("../../");
DrawMenu();
// -->
</script>
<noscript>
<p><b> JavaScript is required for including of the menu </b><p>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
 
<!-- ============== TEXT ============== -->
<div class="Text">
<p class="Title">
Maintenance Page
</p>
<p class=Subtitle>
Maintenance Page is intended for <b>webmaster only</b>.
</p>
<p>
This page is <b>not</b> for ordinary <b>users</b> because it
can cause demage of the web. The page contains auxiliary links
and links to not finished pages. The functionality of the objects
on this page is not guaranteed.
</p>
<hr>
<?php
require_once("Maintenance.php");
?>
</div>
 
<!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE -->
<!-- ============== FOOTER ============== -->
<div class="Footer">
<script type="text/javascript">
<!--
SetRelativePath("../../");
DrawFooter();
// -->
</script>
<noscript>
<p><b> JavaScript is required for including of the footer </b></p>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
 
</body>
</html>
/Web/Maintenance/Maintenance.php
0,0 → 1,5
<p>
<a href="Log.php">Výpis naposled změněných souborů</a>
<br>
<a href="PhpInfo.php">Výpis PhpInfo()</a>
</p>
/Web/Maintenance/PhpInfo.php
0,0 → 1,4
<?php
// Jen výpis informací o php
phpinfo();
?>