jablonka.czprosek.czf

weathermap

Subversion Repositories:
[/] [weathermap] - Diff between revs 85 and 137

Show entire file Ignore whitespace

Rev 85 Rev 137
Line 255... Line 255...
   
$fd=fopen($htmlfile, 'w'); $fd=fopen($htmlfile, 'w');
fwrite($fd, fwrite($fd,
'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>'); '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>');
if($map->htmlstylesheet != '') fwrite($fd,'<link rel="stylesheet" type="text/css" href="'.$map->htmlstylesheet.'" />'); if($map->htmlstylesheet != '') fwrite($fd,'<link rel="stylesheet" type="text/css" href="'.$map->htmlstylesheet.'" />');
fwrite($fd,'<meta http-equiv="refresh" content="300" /><title>' . $map->ProcessString($map->title, $map) . '</title></head><body>'); fwrite($fd,'<meta http-equiv="refresh" content="10" /><title>' . $map->ProcessString($map->title, $map) . '</title></head><body>');
   
if ($map->htmlstyle == "overlib") if ($map->htmlstyle == "overlib")
{ {
fwrite($fd, fwrite($fd,
"<div id=\"overDiv\" style=\"position:absolute; visibility:hidden; z-index:1000;\"></div>\n"); "<div id=\"overDiv\" style=\"position:absolute; visibility:hidden; z-index:1000;\"></div>\n");

Powered by WebSVN 2.2.1