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