Changeset 17 for web/style.php


Ignore:
Timestamp:
Jul 27, 2016, 11:20:41 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Old database class replaced by newer from Common package to fix compatibility with PHP7.
Location:
web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • web

    • Property svn:ignore set to
      config.php
      .buildpath
      .project
      .settings
  • web/style.php

    r16 r17  
    3131{
    3232  global $Time_Start, $refresh, $Charset, $Description, $Keywords;
    33   $Time_Start = GetMicrotime();         // Zjisti počáteční čas
     33  $Time_Start = GetMicrotime();         // Zjisti počáteÄŤnĂ­ ÄŤas
    3434  $Cesty = array(
    35     '/www/index.php' => '<a href="/index.php">Rozcestník</a>',
    36     '/www/vyzva.php' => '<a href="/index.php">Rozcestník</a> &gt; <a href="/www/vyzva.php">Výzva k připojení</a>',
    37     '/www/statistic.php' => '<a href="/index.php">Rozcestník</a> &gt; <a href="/www/statistic.php">Statistika</a>',
     35    '/www/index.php' => '<a href="/index.php">RozcestnĂ­k</a>',
     36    '/www/vyzva.php' => '<a href="/index.php">RozcestnĂ­k</a> &gt; <a href="/www/vyzva.php">VĂ˝zva k pĹ™ipojenĂ­</a>',
     37    '/www/statistic.php' => '<a href="/index.php">RozcestnĂ­k</a> &gt; <a href="/www/statistic.php">Statistika</a>',
    3838  );
    3939  echo('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     
    6464  global $Time_Start;
    6565  $Time = floor((GetMicrotime() - $Time_Start)*100)/100;
    66   echo('</div><div style="border-width: 1 0 0 0; border-color: gray; border-style: solid;" align="center"><i style="font-size: x-small;">| Poslední aktualizace: '.date('j.n.Y',filemtime($_SERVER['SCRIPT_FILENAME'])).' | Doba generování stránky: '.$Time.' s | Webmistr: robie@centrum.cz |</i></div>');
     66  echo('</div><div style="border-width: 1 0 0 0; border-color: gray; border-style: solid;" align="center"><i style="font-size: x-small;">| PoslednĂ­ aktualizace: '.date('j.n.Y',filemtime($_SERVER['SCRIPT_FILENAME'])).' | Doba generovánĂ­ stránky: '.$Time.' s | Webmistr: robie@centrum.cz |</i></div>');
    6767  //ShowArray($GLOBALS);
    6868  echo('</body></html>');
    6969}
    7070
    71 ?>
Note: See TracChangeset for help on using the changeset viewer.