Rev 1185 Rev 1469
1 <table> 1 <table>
2 <tr> 2 <tr>
3 <th colspan=2 class="Center"> Záznamy o změnách </th> 3 <th colspan=2 class="Center"> Záznamy o změnách </th>
4 </tr> 4 </tr>
5 <tr> 5 <tr>
6 <td> Poslední commity </td> 6 <td> Poslední commity </td>
7 <td> <a href="?selection=CommitLog">CommitLog</a> </td> 7 <td> <a href="?selection=CommitLog">CommitLog</a> </td>
8 </tr> 8 </tr>
9 <tr> 9 <tr>
10 <td> Změny v konfiguraci </td> 10 <td> Změny v konfiguraci </td>
11 <td> <a href="?selection=HistoryLog">HistoryLog</a> </td> 11 <td> <a href="?selection=HistoryLog">HistoryLog</a> </td>
12 </tr> 12 </tr>
13 <tr> 13 <tr>
14 <td> Přesměrování pošty </td> 14 <td> Přesměrování pošty </td>
15 <td> <a href="?selection=MailConfig">Postfix</a> </td> 15 <td> <a href="?selection=MailConfig">Postfix</a> </td>
16 </tr> 16 </tr>
17 <tr> 17 <tr>
18 <td> Konfigurace DNS </td> 18 <td> Konfigurace DNS </td>
19 <td> <a href="?selection=DigDNS">DNS Info</a> </td> 19 <td> <a href="?selection=DigDNS">DNS Info</a> </td>
20 </tr> 20 </tr>
21 <tr> 21 <tr>
22 <td> Volné místo na discích </td> 22 <td> Volné místo na discích </td>
23 <td> <?php echo "/: " . (int) (disk_free_space(".")/1048576) . "MB / " . 23 <td> <?php echo "/: " . (int) (disk_free_space(".")/1048576) . "MB / " .
24 (int) (disk_total_space(".")/1048576) . "MB (" . 24 (int) (disk_total_space(".")/1048576) . "MB (" .
25 (int) (disk_free_space(".") / disk_total_space(".") * 100) . "%)" ?> 25 (int) (disk_free_space(".") / disk_total_space(".") * 100) . "%)" ?>
26 <br> 26 <br>
27 <?php echo "/data: " . (int) (disk_free_space("/data")/1048576) . "MB / " . 27 <?php echo "/data: " . (int) (disk_free_space("/data")/1048576) . "MB / " .
28 (int) (disk_total_space("/data")/1048576) . "MB (" . 28 (int) (disk_total_space("/data")/1048576) . "MB (" .
29 (int) (disk_free_space("/data") / disk_total_space("/data") * 100) . "%)" ?></td> 29 (int) (disk_free_space("/data") / disk_total_space("/data") * 100) . "%)" ?></td>
30 </tr> 30 </tr>
31 <tr> 31 <tr>
32 <td> Teplota disků </td> 32 <td> Teplota disků </td>
33 <td> <?php @exec("/usr/sbin/hddtemp /dev/sd?",$xxx); 33 <td> <?php @exec("/usr/sbin/hddtemp /dev/sd?",$xxx);
34 echo implode("<br>", $xxx);?></td> 34 echo implode("<br>", $xxx);?></td>
35 </tr> 35 </tr>
36 </table> 36 </table>
37   37  
38 <table> 38 <table>
39 <tr> 39 <tr>
40 <th colspan=2 class="Center"> Údržba PHP </th> 40 <th colspan=2 class="Center"> Údržba PHP </th>
41 </tr> 41 </tr>
42 <tr> 42 <tr>
43 <td> Výpis stavu PHP </td> 43 <td> Výpis stavu PHP </td>
44 <td> <a href="PhpInfo.php">PhpInfo</a> </td> 44 <td> <a href="PhpInfo.php">PhpInfo</a> </td>
45 </tr> 45 </tr>
46 <tr> -  
47 <td> Administrace mysql</td> -  
48 <td> <a href="phpmyadmin/index.php">phpMyAdmin</a> </td> -  
49 </tr> -  
50 <tr> -  
51 <td> Administrace LDAP</td> -  
52 <td> <a href="phpldapadmin/index.php">phpLDAPadmin</a> </td> -  
53 </tr> -  
54 </table> -  
55   -  
56 <table> -  
57 <tr> -  
58 <th colspan=2 class="Center"> Seznam filmů </th> -  
59 </tr> -  
60 <tr> -  
61 <td> Saznam filmů u MIHO </td> -  
62 <td> <a href="../../Modules/!films/Seznam_Filmů.xls">Seznam_Filmů.xls</a></td> -  
63 </tr> -  
64 </table> 46 </table>
65   47  
66 <table> 48 <table>
67 <tr> 49 <tr>
68 <th colspan=2 class="Center"> Vzorové stránky </th> 50 <th colspan=2 class="Center"> Vzorové stránky </th>
69 </tr> 51 </tr>
70 <tr> 52 <tr>
71 <td> Vzorová stránka </td> 53 <td> Vzorová stránka </td>
72 <td> <a href="../Templates/Template.cs.html">CS</a> 54 <td> <a href="../Templates/Template.cs.html">CS</a>
73 <a href="../Templates/Template.en.html">EN</a> </td> 55 <a href="../Templates/Template.en.html">EN</a> </td>
74 </tr> 56 </tr>
75 <tr> 57 <tr>
76 <td> Prázdná stránka </td> 58 <td> Prázdná stránka </td>
77 <td> <a href="../Templates/Empty.cs.html">CS</a> 59 <td> <a href="../Templates/Empty.cs.html">CS</a>
78 <a href="../Templates/Empty.en.html">EN</a> </td> 60 <a href="../Templates/Empty.en.html">EN</a> </td>
79 </tr> 61 </tr>
80 </table> 62 </table>
81   -  
82 <table> -  
83 <tr> -  
84 <th colspan=2 class="Center"> Experimenty s vyhledávači </th> -  
85 </tr> -  
86 <tr> -  
87 <td> Testování vyhledávačů </td> -  
88 <td> <a href="?selection=Search">Search</a> </td> -  
89 </table> -  
90   63  
91 <p> 64 <p>
92 <a href="ToDoList.html">To Do List</a> 65 <a href="ToDoList.html">To Do List</a>
93 <br> 66 <br>
94 </p> 67 </p>