/Web/Log.php
File deleted
/Web/Maintenance/Log2.php
0,0 → 1,87
<!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> Log </title>
<meta name="keywords" content="Web log" />
<meta name="description" content="Web log" />
<!-- 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 language="JavaScript" 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>
<b> Pro zobrazení (vložení) hlavičky je potřeba JavaScript </b>
</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>
<b> Pro zobrazení (vložení) menu je potřeba JavaScript </b>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
 
<!-- ============== TEXT ============== -->
<div class="Text">
<h1> Postcommit Status </h1>
<h2> Author </h2>
<p>
<?php
Exec("svnlook author /home/MLAB", $x);
echo implode("\n", $x);
unset($x);
?>
</p>
<h2> Last Changed </h2>
<pre><?php
Exec("svnlook changed /home/MLAB", $x);
echo implode("\n", $x);
unset($x);
?></pre>
<h2> Errors </h2>
<pre><?php @readfile("Data/svn.err"); ?></pre>
</div>
 
<!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE -->
<!-- ============== PATIČKA ============== -->
<div class="Footer">
<script type="text/javascript">
<!--
SetRelativePath("");
DrawFooter();
// -->
</script>
<noscript>
<b> Pro zobrazení (vložení) hlavičky je potřeba JavaScript </b>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
 
</body>
 
</html>