Rev 155 Rev 158
1 <html> 1 <html>
2 <head> 2 <head>
3 <link rel="stylesheet" type="text/css" href="Web/CSS/MLAB.css" title="MLAB Basic Style"/> 3 <link rel="stylesheet" type="text/css" href="Web/CSS/MLAB.css" title="MLAB Basic Style"/>
4 </head> 4 </head>
5 <body> 5 <body>
6 <h1> Postcommit Status </h1> 6 <h1> Postcommit Status </h1>
7 <h2>Author</h1> 7 <h2>Author</h1>
8 <p><pre> 8 <p><pre>
9 miho 9 miho
10 </pre></p> 10 </pre></p>
11 <h2>Errors</h1> 11 <h2>Errors</h1>
12 <p><pre> 12 <p><pre>
13 </pre></p> 13 </pre></p>
14 <h2>Last Changed</h1> 14 <h2>Last Changed</h1>
15 <p><pre> 15 <p><pre>
16 <?php 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); 17 if (isset($x)) unset($x);
26 Exec("svnlook changed /home/MLAB", $x); 18 Exec("svnlook changed /home/MLAB", $x);
27 echo implode("\n", $x); 19 echo implode("\n", $x);
28 ?> 20 ?>
29 </pre></p> 21 </pre></p>
30 </body> 22 </body>
31 </html> 23 </html>