Rev 1655 Rev 1656
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> -  
20 <td> <a href="http://www.dns-info.cz/cs/dns-test/dom.php">Kontrola záznamů</a> </td> 19 <td> <a href="?selection=DigDNS">DNS Info</a> <a href="http://www.dns-info.cz/cs/dns-test/dom.php">Kontrola záznamů</a> </td>
21 </tr> 20 </tr>
22 <tr> 21 <tr>
23 <td> Volné místo na discích </td> 22 <td> Volné místo na discích </td>
24 <td> <?php echo "/: " . (int) (disk_free_space(".")/1048576) . "MB / " . 23 <td> <?php echo "/: " . (int) (disk_free_space(".")/1048576) . "MB / " .
25 (int) (disk_total_space(".")/1048576) . "MB (" . 24 (int) (disk_total_space(".")/1048576) . "MB (" .
26 (int) (disk_free_space(".") / disk_total_space(".") * 100) . "%)" ?> 25 (int) (disk_free_space(".") / disk_total_space(".") * 100) . "%)" ?>
27 <br> 26 <br>
28 <?php echo "/data: " . (int) (disk_free_space("/data")/1048576) . "MB / " . 27 <?php echo "/data: " . (int) (disk_free_space("/data")/1048576) . "MB / " .
29 (int) (disk_total_space("/data")/1048576) . "MB (" . 28 (int) (disk_total_space("/data")/1048576) . "MB (" .
30 (int) (disk_free_space("/data") / disk_total_space("/data") * 100) . "%)" ?></td> 29 (int) (disk_free_space("/data") / disk_total_space("/data") * 100) . "%)" ?></td>
31 </tr> 30 </tr>
32 <tr> 31 <tr>
33 <td> Teplota disků </td> 32 <td> Teplota disků </td>
34 <td> <?php @exec("/usr/sbin/hddtemp /dev/sd?",$xxx); 33 <td> <?php @exec("/usr/sbin/hddtemp /dev/sd?",$xxx);
35 echo implode("<br>", $xxx);?></td> 34 echo implode("<br>", $xxx);?></td>
36 </tr> 35 </tr>
37 </table> 36 </table>
38   37  
39 <table> 38 <table>
40 <tr> 39 <tr>
41 <th colspan=2 class="Center"> Seznam filmů </th> 40 <th colspan=2 class="Center"> Seznam filmů </th>
42 </tr> 41 </tr>
43 <tr> 42 <tr>
44 <td> Saznam filmů u MIHO </td> 43 <td> Saznam filmů u MIHO </td>
45 <td> <a href="../../Library/Films/Seznam_Filmů.xls">Seznam_Filmů.xls</a></td> 44 <td> <a href="../../Library/Films/Seznam_Filmů.xls">Seznam_Filmů.xls</a></td>
46 </tr> 45 </tr>
47 </table> 46 </table>
48   47  
49 <table> 48 <table>
50 <tr> 49 <tr>
51 <th colspan=2 class="Center"> Údržba PHP </th> 50 <th colspan=2 class="Center"> Údržba PHP </th>
52 </tr> 51 </tr>
53 <tr> 52 <tr>
54 <td> Výpis stavu PHP </td> 53 <td> Výpis stavu PHP </td>
55 <td> <a href="PhpInfo.php">PhpInfo</a> </td> 54 <td> <a href="PhpInfo.php">PhpInfo</a> </td>
56 </tr> 55 </tr>
57 </table> 56 </table>
58   57  
59 <table> 58 <table>
60 <tr> 59 <tr>
61 <th colspan=2 class="Center"> Vzorové stránky </th> 60 <th colspan=2 class="Center"> Vzorové stránky </th>
62 </tr> 61 </tr>
63 <tr> 62 <tr>
64 <td> Vzorová stránka </td> 63 <td> Vzorová stránka </td>
65 <td> <a href="../Templates/Template.cs.html">CS</a> 64 <td> <a href="../Templates/Template.cs.html">CS</a>
66 <a href="../Templates/Template.en.html">EN</a> </td> 65 <a href="../Templates/Template.en.html">EN</a> </td>
67 </tr> 66 </tr>
68 <tr> 67 <tr>
69 <td> Prázdná stránka </td> 68 <td> Prázdná stránka </td>
70 <td> <a href="../Templates/Empty.cs.html">CS</a> 69 <td> <a href="../Templates/Empty.cs.html">CS</a>
71 <a href="../Templates/Empty.en.html">EN</a> </td> 70 <a href="../Templates/Empty.en.html">EN</a> </td>
72 </tr> 71 </tr>
73 </table> 72 </table>
74   73  
75 <p> 74 <p>
76 <a href="ToDoList.html">To Do List</a> 75 <a href="ToDoList.html">To Do List</a>
77 <br> 76 <br>
78 </p> 77 </p>