Rev 705 Rev 706
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title> MLAB moduly </title> 4 <title> MLAB moduly </title>
5 <meta name="keywords" content="stavebnice MLAB univerzální moduly seznam pøehled"> 5 <meta name="keywords" content="stavebnice MLAB univerzální moduly seznam pøehled">
6 <meta name="description" content="Projekt MLAB, moduly"> 6 <meta name="description" content="Projekt MLAB, moduly">
7 <!-- AUTOINCLUDE START "Page/Head.cs.ihtml" DO NOT REMOVE --> 7 <!-- AUTOINCLUDE START "Page/Head.cs.ihtml" DO NOT REMOVE -->
8 <link rel="StyleSheet" href="../Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl"> 8 <link rel="StyleSheet" href="../Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl">
9 <link rel="StyleSheet" href="../Web/CSS/MLAB_Print.css" type="text/css" media="print"> 9 <link rel="StyleSheet" href="../Web/CSS/MLAB_Print.css" type="text/css" media="print">
10 <link rel="shortcut icon" type="image/x-icon" href="../Web/PIC/MLAB.ico"> 10 <link rel="shortcut icon" type="image/x-icon" href="../Web/PIC/MLAB.ico">
11 <script type="text/javascript" src="../Web/JS/MLAB_Menu.js"></script> 11 <script type="text/javascript" src="../Web/JS/MLAB_Menu.js"></script>
12 <!-- AUTOINCLUDE END --> 12 <!-- AUTOINCLUDE END -->
13 </head> 13 </head>
14 <body> 14 <body>
15   15  
16 <!-- AUTOINCLUDE START "Page/Header.cs.ihtml" DO NOT REMOVE --> 16 <!-- AUTOINCLUDE START "Page/Header.cs.ihtml" DO NOT REMOVE -->
17 <!-- ============== HLAVICKA ============== --> 17 <!-- ============== HLAVICKA ============== -->
18 <div class="Header"> 18 <div class="Header">
19 <script type="text/javascript"> 19 <script type="text/javascript">
20 <!-- 20 <!--
21 SetRelativePath("../"); 21 SetRelativePath("../");
22 DrawHeader(); 22 DrawHeader();
23 // --> 23 // -->
24 </script> 24 </script>
25 <noscript> 25 <noscript>
26 <p><b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b></p> 26 <p><b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b></p>
27 </noscript> 27 </noscript>
28 </div> 28 </div>
29 <!-- AUTOINCLUDE END --> 29 <!-- AUTOINCLUDE END -->
30   30  
31 <!-- AUTOINCLUDE START "Page/Menu.cs.ihtml" DO NOT REMOVE --> 31 <!-- AUTOINCLUDE START "Page/Menu.cs.ihtml" DO NOT REMOVE -->
32 <!-- ============== MENU ============== --> 32 <!-- ============== MENU ============== -->
33 <div class="Menu"> 33 <div class="Menu">
34 <script type="text/javascript"> 34 <script type="text/javascript">
35 <!-- 35 <!--
36 SetRelativePath("../"); 36 SetRelativePath("../");
37 DrawMenu(); 37 DrawMenu();
38 // --> 38 // -->
39 </script> 39 </script>
40 <noscript> 40 <noscript>
41 <p><b> Pro zobrazení (vložení) menu je potøeba JavaScript </b></p> 41 <p><b> Pro zobrazení (vložení) menu je potøeba JavaScript </b></p>
42 </noscript> 42 </noscript>
43 </div> 43 </div>
44 <!-- AUTOINCLUDE END --> 44 <!-- AUTOINCLUDE END -->
45   45  
46   46  
47   47  
-   48 <!-- ============== TEXT ============== -->
-   49 <div class="Text">
-   50 <p class="Title">
-   51 Pøehled modulù MLAB
-   52 </p>
-   53 <p class="Subtitle">
-   54 Zde je k dispozici pøehled existujících modulù stavebnice MLAB. Pøehled
-   55 je generován automaticky a mùže být setøídìn rùzným zpùsobem.
-   56 </p>
-   57  
-   58 <p class="Remark">
-   59 Automatické generování pøehledù ještì nemáme rozfungované, proto jsou
-   60 zde zatím jen statické odkazy.
-   61 </p>
-   62  
-   63  
-   64  
48 <?php 65 <?php
49 /* KONFIGURACE */ 66 /* KONFIGURACE */
50 $path = '/var/www/Web'; 67 $path = '/var/www/Web';
51 $www = 'http://www.mlab.cz'; 68 $www = 'http://www.mlab.cz';
52 $folder = '/../Modules'; 69 $folder = '/../Modules';
53 /*$img = 'preview.jpg';*/ 70 /*$img = 'preview.jpg';*/
54 $info = 'ProjectInfo.xml'; 71 $info = 'ProjectInfo.xml';
55   72  
56 /* KONEC KONFIGURACE */ 73 /* KONEC KONFIGURACE */
57   74  
58   75  
59   76  
60   77  
61   78  
62   79  
63 $adresar = opendir($path.$folder); 80 $adresar = opendir($path.$folder);
64 while ($soubor = readdir($adresar)){ 81 while ($soubor = readdir($adresar)){
65 if ((Is_Dir($path.$folder."/".$soubor)) && (substr($soubor,0,1) <> ".") && (substr($soubor,0,1) <> "!")) { 82 if ((Is_Dir($path.$folder."/".$soubor)) && (substr($soubor,0,1) <> ".") && (substr($soubor,0,1) <> "!")) {
66 $img = $soubor."_Small.jpg"; 83 $img = $soubor."_Small.jpg";
67   84  
68 ?> 85 ?>
69 <table> 86 <table>
70 <tr><td><b><?php echo $soubor; ?></b></td></tr> 87 <tr><td><b><?php echo $soubor; ?></b></td></tr>
71 <?php 88 <?php
72   89  
73 if (file_exists($path.$folder."/".$soubor."/CAM_AMA")) { 90 if (file_exists($path.$folder."/".$soubor."/CAM_AMA")) {
74 if (file_exists($path.$folder.'/'.$soubor."/".$img)) { echo "<tr><td><img src=\"".$www.$folder.'/'.$soubor."/".$img."\" width=\"150\"></td></tr>\n"; } 91 if (file_exists($path.$folder.'/'.$soubor."/".$img)) { echo "<tr><td><img src=\"".$www.$folder.'/'.$soubor."/".$img."\" width=\"150\"></td></tr>\n"; }
75 if (file_exists($path.$folder.'/'.$soubor."/".$info)) { 92 if (file_exists($path.$folder.'/'.$soubor."/".$info)) {
76 echo "<tr><td>\n"; 93 echo "<tr><td>\n";
77 xml_parse ($path.$folder.'/'.$soubor."/".$info); 94 xml_parse ($path.$folder.'/'.$soubor."/".$info);
78 echo "\n</td></tr>\n"; 95 echo "\n</td></tr>\n";
79 } 96 }
80   97  
81 } else { 98 } else {
82   99  
83 ?> 100 ?>
84 <tr><td> 101 <tr><td>
85 <?php 102 <?php
86   103  
87 $adresar1 = opendir($path.$folder."/".$soubor); 104 $adresar1 = opendir($path.$folder."/".$soubor);
88 while ($soubor1 = readdir($adresar1)){ 105 while ($soubor1 = readdir($adresar1)){
89 if ((Is_Dir($path.$folder."/".$soubor."/".$soubor1)) && (substr($soubor1,0,1) <> ".") && (substr($soubor1,0,1) <> "!")) { 106 if ((Is_Dir($path.$folder."/".$soubor."/".$soubor1)) && (substr($soubor1,0,1) <> ".") && (substr($soubor1,0,1) <> "!")) {
90 $img = $soubor1."_Small.jpg"; 107 $img = $soubor1."_Small.jpg";
91   108  
92 ?> 109 ?>
93 <table> 110 <table>
94 <?php 111 <?php
95 /*<tr><td colspan="2"><center><?php echo $soubor1; ?></center></td></tr>*/ 112 /*<tr><td colspan="2"><center><?php echo $soubor1; ?></center></td></tr>*/
96   113  
97 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$img)) { 114 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$img)) {
98 ?> 115 ?>
99 <tr><td><img src="<?php echo $www.$folder.'/'.$soubor."/".$soubor1."/".$img; ?>" width="150"></td> 116 <tr><td><img src="<?php echo $www.$folder.'/'.$soubor."/".$soubor1."/".$img; ?>" width="150"></td>
100 <?php 117 <?php
101 } else { echo "<tr><td><img src=\"http://www.mlab.cz/Web/PIC/nopicture2.jpg\" width=\"150\"></td>\n"; } 118 } else { echo "<tr><td><img src=\"http://www.mlab.cz/Web/PIC/nopicture2.jpg\" width=\"150\"></td>\n"; }
102 echo "<td>".$soubor1."</td>\n"; 119 echo "<td>".$soubor1."</td>\n";
103 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$info)) { 120 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$info)) {
104 echo "<td><iframe src=".$www.$folder.'/'.$soubor."/".$soubor1."/".$info." name=hlavni scrolling=AUTO align=middle frameborder=0> 121 echo "<td><iframe src=".$www.$folder.'/'.$soubor."/".$soubor1."/".$info." name=hlavni scrolling=AUTO align=middle frameborder=0>
105 Chce to novej prohlížeè...</iframe>\n"; 122 Chce to novej prohlížeè...</iframe>\n";
106 echo "\n</td></tr>\n"; 123 echo "\n</td></tr>\n";
107 } else { echo "<td><i>Description isn't availible!!</i></td>\n"; } 124 } else { echo "<td><i>Description isn't availible!!</i></td>\n"; }
108 ?> 125 ?>
109 </table> 126 </table>
110 </td></tr> 127 </td></tr>
111 <?php 128 <?php
112 } 129 }
113 } 130 }
114 } 131 }
115   132  
116 ?> 133 ?>
117 </table> 134 </table>
118 <?php 135 <?php
119 } 136 }
120 } 137 }
121 ?> 138 ?>
122   139 </div>
123   140  
124 <!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE --> 141 <!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE -->
125 <!-- ============== PATIÈKA ============== --> 142 <!-- ============== PATIÈKA ============== -->
126 <div class="Footer"> 143 <div class="Footer">
127 <script type="text/javascript"> 144 <script type="text/javascript">
128 <!-- 145 <!--
129 SetRelativePath("../"); 146 SetRelativePath("../");
130 DrawFooter(); 147 DrawFooter();
131 // --> 148 // -->
132 </script> 149 </script>
133 <noscript> 150 <noscript>
134 <p><b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b></p> 151 <p><b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b></p>
135 </noscript> 152 </noscript>
136 </div> 153 </div>
137 <!-- AUTOINCLUDE END --> 154 <!-- AUTOINCLUDE END -->
138   155  
139   156  
140   157  
141 </body> 158 </body>
142 </html> 159 </html>