Rev 123 Rev 124
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3c.org/TR/html4/strict.dtd"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3c.org/TR/html4/strict.dtd">
2   2  
3 <html> 3 <html>
4   4  
5 <head> 5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250" /> 6 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />
7 <title> Log </title> 7 <title> Log </title>
8 <meta name="keywords" content="Web log" /> 8 <meta name="keywords" content="Web log" />
9 <meta name="description" content="Web log" /> 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 <link rel="StyleSheet" href="../Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl" /> 11 <link rel="StyleSheet" href="../Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl" />
12 <link rel="shortcut icon" type="image/x-icon" href="../Web/PIC/MLAB.ico" /> 12 <link rel="shortcut icon" type="image/x-icon" href="../Web/PIC/MLAB.ico" />
13 <script language="JavaScript" type="text/javascript" src="../Web/JS/MLAB_Menu.js"></script> 13 <script language="JavaScript" type="text/javascript" src="../Web/JS/MLAB_Menu.js"></script>
14 <!-- AUTOINCLUDE END --> 14 <!-- AUTOINCLUDE END -->
15 </head> 15 </head>
16   16  
17 <body lang="cs"> 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 <!-- ============== HLAVICKA ============== --> 20 <!-- ============== HLAVICKA ============== -->
21 <div class="Header"> 21 <div class="Header">
22 <script type="text/javascript"> 22 <script type="text/javascript">
23 <!-- 23 <!--
24 SetRelativePath(""); 24 SetRelativePath("");
25 DrawHeader(); 25 DrawHeader();
26 // --> 26 // -->
27 </script> 27 </script>
28 <noscript> 28 <noscript>
29 <b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b> 29 <b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b>
30 </noscript> 30 </noscript>
31 </div> 31 </div>
32 <!-- AUTOINCLUDE END --> 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 <!-- ============== MENU ============== --> 35 <!-- ============== MENU ============== -->
36 <div class="Menu"> 36 <div class="Menu">
37 <script type="text/javascript"> 37 <script type="text/javascript">
38 <!-- 38 <!--
39 SetRelativePath(""); 39 SetRelativePath("");
40 DrawMenu(); 40 DrawMenu();
41 // --> 41 // -->
42 </script> 42 </script>
43 <noscript> 43 <noscript>
44 <b> Pro zobrazení (vložení) menu je potøeba JavaScript </b> 44 <b> Pro zobrazení (vložení) menu je potøeba JavaScript </b>
45 </noscript> 45 </noscript>
46 </div> 46 </div>
47 <!-- AUTOINCLUDE END --> 47 <!-- AUTOINCLUDE END -->
48   48  
49 <!-- ============== TEXT ============== --> 49 <!-- ============== TEXT ============== -->
50 <div class="Text"> 50 <div class="Text">
51 <h1> Postcommit Status </h1> 51 <h1> Postcommit Status </h1>
52 <h2> Author </h2> 52 <h2> Author </h2>
53 <p> 53 <p>
54 <?php 54 <?php
55 Exec("svnlook author /home/MLAB", $x); 55 Exec("svnlook author /home/MLAB", $x);
56 echo implode("\n", $x); 56 echo implode("\n", $x);
57 unset($x); 57 unset($x);
58 ?> 58 ?>
59 </p> 59 </p>
60 <h2> Errors </h2> -  
61 <pre><?php @readfile("Data/svn.err"); ?></pre> -  
62 <h2> Last Changed </h2> 60 <h2> Last Changed </h2>
63 <pre><?php 61 <pre><?php
64 Exec("svnlook changed /home/MLAB", $x); 62 Exec("svnlook changed /home/MLAB", $x);
65 echo implode("\n", $x); 63 echo implode("\n", $x);
66 unset($x); 64 unset($x);
67 ?></pre> 65 ?></pre>
-   66 <h2> Errors </h2>
-   67 <pre><?php @readfile("Data/svn.err"); ?></pre>
68 </div> 68 </div>
69   69  
70 <!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE --> 70 <!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE -->
71 <!-- ============== PATIÈKA ============== --> 71 <!-- ============== PATIÈKA ============== -->
72 <div class="Footer"> 72 <div class="Footer">
73 <script type="text/javascript"> 73 <script type="text/javascript">
74 <!-- 74 <!--
75 SetRelativePath(""); 75 SetRelativePath("");
76 DrawFooter(); 76 DrawFooter();
77 // --> 77 // -->
78 </script> 78 </script>
79 <noscript> 79 <noscript>
80 <b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b> 80 <b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b>
81 </noscript> 81 </noscript>
82 </div> 82 </div>
83 <!-- AUTOINCLUDE END --> 83 <!-- AUTOINCLUDE END -->
84   84  
85 </body> 85 </body>
86   86  
87 </html> 87 </html>