Changeset 17 for web/style.php
Legend:
- Unmodified
- Added
- Removed
-
web
-
Property svn:ignore
set to
config.php
.buildpath
.project
.settings
-
Property svn:ignore
set to
-
web/style.php
r16 r17 31 31 { 32 32 global $Time_Start, $refresh, $Charset, $Description, $Keywords; 33 $Time_Start = GetMicrotime(); // Zjisti po čáteční čas33 $Time_Start = GetMicrotime(); // Zjisti počáteÄŤnĂ ÄŤas 34 34 $Cesty = array( 35 '/www/index.php' => '<a href="/index.php">Rozcestn ík</a>',36 '/www/vyzva.php' => '<a href="/index.php">Rozcestn ík</a> > <a href="/www/vyzva.php">Výzva k připojení</a>',37 '/www/statistic.php' => '<a href="/index.php">Rozcestn ík</a> > <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> > <a href="/www/vyzva.php">VĂ˝zva k pĹ™ipojenĂ</a>', 37 '/www/statistic.php' => '<a href="/index.php">RozcestnĂk</a> > <a href="/www/statistic.php">Statistika</a>', 38 38 ); 39 39 echo('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> … … 64 64 global $Time_Start; 65 65 $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>'); 67 67 //ShowArray($GLOBALS); 68 68 echo('</body></html>'); 69 69 } 70 70 71 ?>
Note:
See TracChangeset
for help on using the changeset viewer.