o: ActiveSupport::Cache::Entry :@compressedF:@value"U0"O0
| Web/Log.php | ||
|---|---|---|
| 7 | 7 |
<title> Log </title> |
| 8 | 8 |
<meta name="keywords" content="Web log" /> |
| 9 | 9 |
<meta name="description" content="Web log" /> |
| 10 |
<!-- AUTOINCLUDE START "Page/Head.cs.ihtml" DO NOT REMOVE --> |
|
| 10 |
<!-- AUTOINCLUDE START "Page/Head.cs.ihtml" DO NOT REMOVE -->
|
|
| 11 | 11 |
<link rel="StyleSheet" href="../Web/CSS/MLAB.css" type="text/css" title="MLAB z?kladn? styl" /> |
| 12 | 12 |
<link rel="shortcut icon" type="image/x-icon" href="../Web/PIC/MLAB.ico" /> |
| 13 | 13 |
<script language="JavaScript" type="text/javascript" src="../Web/JS/MLAB_Menu.js"></script> |
| ... | ... | |
| 16 | 16 |
|
| 17 | 17 |
<body lang="cs"> |
| 18 | 18 |
|
| 19 |
<!-- AUTOINCLUDE START "Page/Header.cs.ihtml" DO NOT REMOVE --> |
|
| 19 |
<!-- AUTOINCLUDE START "Page/Header.cs.ihtml" DO NOT REMOVE -->
|
|
| 20 | 20 |
<!-- ============== HLAVICKA ============== --> |
| 21 | 21 |
<div class="Header"> |
| 22 | 22 |
<script type="text/javascript"> |
| ... | ... | |
| 31 | 31 |
</div> |
| 32 | 32 |
<!-- AUTOINCLUDE END --> |
| 33 | 33 |
|
| 34 |
<!-- AUTOINCLUDE START "Page/Menu.cs.ihtml" DO NOT REMOVE --> |
|
| 34 |
<!-- AUTOINCLUDE START "Page/Menu.cs.ihtml" DO NOT REMOVE -->
|
|
| 35 | 35 |
<!-- ============== MENU ============== --> |
| 36 | 36 |
<div class="Menu"> |
| 37 | 37 |
<script type="text/javascript"> |
| ... | ... | |
| 50 | 50 |
<div class="Text"> |
| 51 | 51 |
<h1> Postcommit Status </h1> |
| 52 | 52 |
<h2> Author </h2> |
| 53 |
<p> |
|
| 54 |
<pre> |
|
| 53 |
<pre> |
|
| 55 | 54 |
<?php |
| 56 |
Exec("svnlook author /home/MLAB", $x)
|
|
| 57 |
echo $x; |
|
| 55 |
Exec("svnlook author /home/MLAB", $x);
|
|
| 56 |
echo implode("\n", $x);
|
|
| 57 |
unset($x); |
|
| 58 | 58 |
?> |
| 59 |
</pre> |
|
| 60 |
</p> |
|
| 59 |
</pre> |
|
| 61 | 60 |
<h2> Errors </h2> |
| 62 |
<p> |
|
| 63 |
<pre>
|
|
| 64 |
|
|
| 65 |
</pre>
|
|
| 66 |
</p> |
|
| 61 |
<pre>
|
|
| 62 |
<?php
|
|
| 63 |
@readfile("Data/Log.html");
|
|
| 64 |
?>
|
|
| 65 |
</pre>
|
|
| 67 | 66 |
<h2> Last Changed </h2> |
| 68 |
<p> |
|
| 69 |
<pre> |
|
| 67 |
<pre> |
|
| 70 | 68 |
<?php |
| 71 | 69 |
Exec("svnlook changed /home/MLAB", $x);
|
| 72 | 70 |
echo implode("\n", $x);
|
| 71 |
unset($x); |
|
| 73 | 72 |
?> |
| 74 |
</pre> |
|
| 75 |
</p> |
|
| 73 |
</pre> |
|
| 76 | 74 |
</div> |
| 77 | 75 |
|
| 78 |
<!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE --> |
|
| 76 |
<!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE -->
|
|
| 79 | 77 |
<!-- ============== PATI?KA ============== --> |
| 80 | 78 |
<div class="Footer"> |
| 81 | 79 |
<script type="text/javascript"> |