X-Git-Url: http://git.jankratochvil.net/?p=www.energie.vellum.cz.git;a=blobdiff_plain;f=common.php;h=59a765ec6155b47a916b3e313ad9d34010d93588;hp=226af623177a3350a8b3c30156a1355293ecfb7a;hb=ffd3bd41d1a0f91013b1e225051421de692de792;hpb=aa40813fdcd91c42d93194eaec8f1798120630c7 diff --git a/common.php b/common.php index 226af62..59a765e 100644 --- a/common.php +++ b/common.php @@ -43,6 +43,7 @@ function fatal($msg="UNKNOWN") { global $admin_mail; + heading(false/*title*/); // it is always safe print("\n

 
 


Nastala chyba pøi zpracování: $msg!

\n" ."

Mù¾ete tento problém nahlásit správci tohoto webu.

\n"); footer(); @@ -70,7 +71,7 @@ function prepvar($name,$regex=".",$require=true) if (!isset($v)) return(0); - $globals[$name]=$v; + $GLOBALS[$name]=$v; return($v); } @@ -97,7 +98,7 @@ function db_query($query) return($r); } -function db_row($query) +function db_row($query) // pure indexes { $q=db_query($query); $r=mysql_fetch_row($q); @@ -105,7 +106,7 @@ function db_row($query) return($r); } -function db_array($query) +function db_array($query) // field-names associative { $q=db_query($query); $r=mysql_fetch_array($q); @@ -221,11 +222,19 @@ function title_icons_table_month($year,$month,$month_last,$sequential) global $tb_clanek; $month_a=month_a($year,$month,$month_last,$sequential); - print("" - .img($month_a["icon"],"titulní stránka ".$month_a["name_full"])."
" - ."obsah ".$month_a["name"].""); - if (db_item("select count(*) from $tb_clanek where year=$year and month=$month")) - print("
ukázka èlánkù"); + print("" + ."\n" + ."\n" + ."
".$month_a["name"]."
" + .img($month_a["icon"],"titulní stránka ".$month_a["name_full"])."
\n" + ."• titulní strana
\n" + ."• obsah
\n"); + $result=db_query("select name,id from $tb_clanek where year=$year and month=$month order by id"); + while ($row=mysql_fetch_array($result)) + print("• " + .htmlspecialchars($row["name"])."
\n"); + mysql_free_result($result); + print("
"); } function title_icons($year,$month) @@ -244,7 +253,7 @@ function title_icons($year,$month) .(isset($year) && isset($month) ? " and" : "") .(isset($month) ? " month=$month" : "") ." order by year,month"); - $split=6; + $split=4; // $year variable changes its meaning here!!! if (isset($year)) @@ -281,7 +290,7 @@ function title_icons($year,$month) print(""); $month++; } - print(""); title_icons_table_month($year,$row["month"]+1,$row["month_last"]+1,$row["sequential"]); @@ -334,9 +343,24 @@ function usersize($size) return(round($size)." ".$suffix_a[0]."B"); } -function data_href($filename,$text) +function data_href($filename,$text,$details="") +{ + return("$text (".usersize(filesize($filename))."$details)"); +} + +function img_href($filename,$text) +{ + list($width,$height)=getimagesize($filename); + return(data_href($filename,$text,", ${width}x${height} bodù")); +} + +function footer_img($url,$text,$size) { - return("$text (".usersize(filesize($filename)).")"); + global $footer_LOCAL; + if (!isset($footer_LOCAL)) + return("\"$text\""); + else + return($text); } function footer($delimit=true) @@ -356,11 +380,12 @@ function footer($delimit=true) + print($uri); ?>">
alt="Valid XHTML 1.1!" /> alt="Valid CSS!" />
=4) - print(''."\n"); + if (isset($force_charset)) + $client_charset=$force_charset; + else + $client_charset=(!isset($HTTP_SERVER_VARS["CLIENT_CHARSET"]) ? "iso-8859-2" : $HTTP_SERVER_VARS["CLIENT_CHARSET"]); + // When "CLIENT_CHARSET" is set we MUST NOT explicitely specify our "charset" + header("Content-type: text/html".(isset($HTTP_SERVER_VARS["CLIENT_CHARSET"]) ? "" : "; charset=$client_charset")); + header("Content-Style-Type: text/css"); + if (!isset($msie_major) || $msie_major>=4) { + print(''."\n"); + } ?> -Energie & peníze<?php +<head><?php + print("<title>$title_prefix"); if (isset($title_tail)) print(": ".htmlspecialchars($title_tail)); print("\n"); @@ -413,7 +450,7 @@ h1,h2 { color: yellow; background-color: transparent; } print($head); print("\n"); if ($title) print("

"