<table>
        <tr>
          <th colspan=2 class="Center"> Záznamy o změnách </th>
        </tr>
        <tr>
          <td> Poslední commity </td>
          <td> <a href="?selection=CommitLog">CommitLog</a> </td>
        </tr>
        <tr>
          <td> Změny v konfiguraci </td>
          <td> <a href="?selection=HistoryLog">HistoryLog</a> </td>
        </tr>
        <tr>
          <td> Přesměrování pošty </td>
          <td> <a href="?selection=MailConfig">Postfix</a> </td>
        </tr>
        <tr>
          <td> Konfigurace DNS </td>
          <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>
        </tr>
        <tr>
          <td> Volné místo na discích </td>
          <td> <?php echo "/: " . (int) (disk_free_space(".")/1048576) . "MB / " .
                                  (int) (disk_total_space(".")/1048576) . "MB (" .
                                  (int) (disk_free_space(".") / disk_total_space(".") * 100) . "%)" ?>
               <br>
               <?php echo "/data: " . (int) (disk_free_space("/data")/1048576) . "MB / " .
                                      (int) (disk_total_space("/data")/1048576) . "MB (" .
                                      (int) (disk_free_space("/data") / disk_total_space("/data") * 100) . "%)" ?></td>
        </tr>
        <tr>
          <td> Teplota disků </td>
          <td> <?php @exec("sudo -n /usr/sbin/hddtemp /dev/sd?",$xxx); // Doplňte do /etc/sudoers něco jako: %www-data ALL=NOPASSWD: /usr/sbin/hddtemp
                     echo implode("<br>", $xxx);?></td>
        </tr>
      </table>

      <table>
        <tr>
          <th colspan=2 class="Center"> Seznam filmů </th>
        </tr>
        <tr>
          <td> Saznam filmů u MIHO </td>
          <td> <a href="../../Library/Films/Seznam_Filmů.xls">Seznam_Filmů.xls</a></td>
        </tr>
      </table>

      <table>
        <tr>
          <th colspan=2 class="Center"> Údržba PHP </th>
        </tr>
        <tr>
          <td> Výpis stavu PHP </td>
          <td> <a href="PhpInfo.php">PhpInfo</a> </td>
        </tr>
      </table>

      <table>
        <tr>
          <th colspan=2 class="Center"> Vzorové stránky </th>
        </tr>
        <tr>
          <td> Vzorová stránka </td>
          <td> <a href="../Templates/Template.cs.html">CS</a>
               <a href="../Templates/Template.en.html">EN</a> </td>
        </tr>
        <tr>
          <td> Prázdná stránka </td>
          <td> <a href="../Templates/Empty.cs.html">CS</a>
               <a href="../Templates/Empty.en.html">EN</a> </td>
        </tr>
      </table>

      <p>
        <a href="ToDoList.html">To Do List</a>
        <br>
      </p>