/Web/Log.php
7,7 → 7,7
<title> Log </title>
<meta name="keywords" content="Web log" />
<meta name="description" content="Web log" />
<!-- AUTOINCLUDE START "Page/Head.cs.ihtml" DO NOT REMOVE -->
<!-- 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>
16,7 → 16,7
 
<body lang="cs">
 
<!-- AUTOINCLUDE START "Page/Header.cs.ihtml" DO NOT REMOVE -->
<!-- AUTOINCLUDE START "Page/Header.cs.ihtml" DO NOT REMOVE -->
<!-- ============== HLAVICKA ============== -->
<div class="Header">
<script type="text/javascript">
31,7 → 31,7
</div>
<!-- AUTOINCLUDE END -->
 
<!-- AUTOINCLUDE START "Page/Menu.cs.ihtml" DO NOT REMOVE -->
<!-- AUTOINCLUDE START "Page/Menu.cs.ihtml" DO NOT REMOVE -->
<!-- ============== MENU ============== -->
<div class="Menu">
<script type="text/javascript">
50,32 → 50,30
<div class="Text">
<h1> Postcommit Status </h1>
<h2> Author </h2>
<p>
<pre>
<pre>
<?php
Exec("svnlook author /home/MLAB", $x)
echo $x;
Exec("svnlook author /home/MLAB", $x);
echo implode("\n", $x);
unset($x);
?>
</pre>
</p>
</pre>
<h2> Errors </h2>
<p>
<pre>
 
</pre>
</p>
<pre>
<?php
@readfile("Data/Log.html");
?>
</pre>
<h2> Last Changed </h2>
<p>
<pre>
<pre>
<?php
Exec("svnlook changed /home/MLAB", $x);
echo implode("\n", $x);
unset($x);
?>
</pre>
</p>
</pre>
</div>
 
<!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE -->
<!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE -->
<!-- ============== PATIÈKA ============== -->
<div class="Footer">
<script type="text/javascript">