Rev Author Line No. Line
155 miho 1 <html>
2 <head>
3 <link rel="stylesheet" type="text/css" href="Web/CSS/MLAB.css" title="MLAB Basic Style"/>
4 </head>
5 <body>
6 <h1> Postcommit Status </h1>
7 <h2>Author</h1>
8 <p><pre>
9 miho
10 </pre></p>
11 <h2>Errors</h1>
12 <p><pre>
13 </pre></p>
14 <h2>Last Changed</h1>
15 <p><pre>
16 <?php
17 if(isset($x)) unset($x);
18 Exec("svnlook changed /home/MLAB", $x);
19 for ($i=0; $i<Count($x); $i++):
20 echo $x[$i], "\n";
21 endfor;
22 ?>
23 ======= Totez jeste jednou jinak
24 <?php
25 if (isset($x)) unset($x);
26 Exec("svnlook changed /home/MLAB", $x);
27 echo implode("\n", $x);
28 ?>
29 </pre></p>
30 </body>
31 </html>