X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=common.php;h=461fb6af4146e37eaafd6cd77378e7dd2425fafb;hb=250a3701a5200ca9ae314469921b43c21ef09445;hp=4acad9188f4088c7f1fcc90b02e593b9e35e69e0;hpb=83149e59cb1ac3f57b155e99878a6f44a6bfd187;p=www.energie.vellum.cz.git diff --git a/common.php b/common.php index 4acad91..461fb6a 100644 --- a/common.php +++ b/common.php @@ -10,6 +10,9 @@ unset($viewcvs); $cvs_id_split=split(" ",$cvs_id); if (count($cvs_id_split)==8) { + $cvs_id_split[2]="" + ."" + .$cvs_id_split[2].""; $cvs_id_split[1]="".$cvs_id_split[1].""; $cvs_id_split[5]="".$cvs_id_split[5].""; } @@ -17,6 +20,8 @@ if (!isset($head)) $head=""; + if (!isset($energie_base)) + $energie_base=""; unset($have_ent); if (isset($HTTP_GET_VARS[ "have_ent"])) @@ -28,13 +33,13 @@ .htmlspecialchars("http://".$HTTP_SERVER_VARS["HTTP_HOST"].$HTTP_SERVER_VARS["PHP_SELF"] ."?".(strlen($HTTP_SERVER_VARS["QUERY_STRING"]) ? $HTTP_SERVER_VARS["QUERY_STRING"] : "detect_ent_glue=1") ."&have_ent=detect") - .'">'."\n"; + .'" />'."\n"; fixampvars(); $have_js=(isset($HTTP_GET_VARS["have_js"]) || isset($HTTP_POST_VARS["have_js"]) ? "?have_js=1" : ""); if (isset($detect_js) && !$have_js) - $head.=''."\n"; + $head.=''."\n"; $user_agent=(!isset($HTTP_SERVER_VARS["HTTP_USER_AGENT"]) ? "" : $HTTP_SERVER_VARS["HTTP_USER_AGENT"]); if (ereg("[[:<:]]MSIE ([0-9]+)\\.",$user_agent,$msie_major_a)) @@ -62,7 +67,7 @@ function fatal($msg="UNKNOWN") { global $admin_mail; - heading(false/*title*/); // it is always safe + heading(false/*title*/,false/*indexme*/); // notitle is always safe, don't index the error message print("\n

 
 


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

\n" ."

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

\n"); footer(); @@ -194,7 +199,9 @@ function img($file,$alt,$attrs="") function gsm_banking() { - return(img("img/sluzby_bankovni_pggsm.".(image_supported("video/x-mng") ? "mng" : "gif"), + global $energie_base; + + return(img($energie_base."img/sluzby_bankovni_pggsm.".(image_supported("video/x-mng") ? "mng" : "gif"), "Paegas GSM banking","class=\"img-align\"")); } @@ -238,7 +245,7 @@ function title_month($year,$month) ); } -function title_icons_table_month($year,$month,$month_last,$sequential) +function title_icons_table_month($year,$month,$month_last,$sequential,$has_contents) { global $tb_clanek; @@ -249,11 +256,13 @@ function title_icons_table_month($year,$month,$month_last,$sequential) .img($month_a["icon"],"titulní stránka ".$month_a["name_full"])."\n" ."\n" ."• titulní strana
\n" - ."• obsah
\n"); + ); + if ($has_contents) + print("• 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"); + .htmlspecialchars(ereg_replace("^.*\\|","",$row["name"]))."
\n"); mysql_free_result($result); print(""); } @@ -268,7 +277,7 @@ function title_icons($year,$month) .(isset($year) ? "" : "") ."\n"); - $result=db_query("select year,month,month_last,sequential from $tb_obsah" + $result=db_query("select year,month,month_last,sequential,contents is not null as has_contents from $tb_obsah" .(isset($year) || isset($month) ? " where" : "") .(isset($year ) ? " year=$year" : "") .(isset($year) && isset($month) ? " and" : "") @@ -314,7 +323,7 @@ function title_icons($year,$month) print(""); - title_icons_table_month($year,$row["month"]+1,$row["month_last"]+1,$row["sequential"]); + title_icons_table_month($year,$row["month"]+1,$row["month_last"]+1,$row["sequential"],$row["has_contents"]); print("\n"); $month=$row["month_last"]; } @@ -377,6 +386,8 @@ function img_href($filename,$text) function print_pdf_layout($name,$base) { + global $energie_base; + $imgfmt=(image_supported("image/png") ? "png" : "gif"); ?>

Shodný je dostupný ve dvou rùzných formátech souboru. V pøípadì, @@ -393,7 +404,7 @@ zvolte pros

  • - @@ -401,7 +412,7 @@ zvolte pros
    ".img("img/adobe-pdficon-alpha.".(image_supported("image/png") ? "png" : "gif"), +
    ".img($energie_base."img/adobe-pdficon-alpha.".(image_supported("image/png") ? "png" : "gif"), "Adobe PDF").""); ?>
    Soubor je ve formátu Adobe Acrobat, pro jeho pøeètení si prosím nainstalujte @@ -556,6 +567,21 @@ function input_text($name,$size,$default_value="",$addons="") return($r); } +function form_charset() +{ + // CSacek-2.1.9+ required (mod_czech support dropped!) + // We MUST have input coded in "iso-8859-2" as we use + // "csacekRecodeInput Off", CSacek otherwise tries to recode input but CSacek + // _cannot_ know the encoding used by the client (moreover it IGNORES POST + // data MIME type, even if provided by Lynx 2.8.4dev.11, Mozilla 1.0.0 + // doesn't provide anything). + // "iso-8859-2" should be replaced by $HTTP_SERVER_VARS["HTTP_X_CLIENT_CHARSET"] + // and "csacekRecodeInput On"(default) when CSacek fixes support of "utf-8" + // input-decoding, details in my mail <20020620134930.GA18761@short.ucw.cz>. + + return('enctype="application/x-www-form-urlencoded" accept-charset="iso-8859-2"'); +} + function print_form_radkova_inzerce($readonly,$total,$submit_name,$submit_value) { global $have_js,$text,$doklad; @@ -563,7 +589,7 @@ function print_form_radkova_inzerce($readonly,$total,$submit_name,$submit_value) $addons=(!$readonly ? "" : " readonly=\"readonly\""); ?>
    -
    +>
    @@ -596,7 +622,7 @@ function print_form_radkova_inzerce($readonly,$total,$submit_name,$submit_value) >Zaslat daòový doklad?
    Text inzerátu
    "disabled" for them) - .($readonly ? "" : " onclick=\"sum_total(this)\"") + .(!($have_js || $readonly) ? "" : " onclick=\"sum_total(this)\"") .(!($have_js || $readonly) ? "" : " disabled=\"disabled\"") .(!isset($doklad) ? "" : " checked=\"checked\"") .ereg_replace(" readonly=\"readonly\"","",$addons)." />"); @@ -608,7 +634,8 @@ function print_form_radkova_inzerce($readonly,$total,$submit_name,$submit_value)
    "); + .(!($have_js || $readonly) ? "" : " onclick=\"return(validate(this.form))\"") + ." />"); ?>
    @@ -626,12 +653,22 @@ function footer_img($url,$text,$size) function a_href($url,$contents) { - global $have_ent; - - print("$contents"); + global $have_ent,$energie_base; + + $r="$contents"; + return($r); } function footer($delimit=true) @@ -642,19 +679,22 @@ function footer($delimit=true) exit(); $footer_passed=true; - global $cvs_id_html,$viewcvs,$viewcvs,$HTTP_SERVER_VARS; + global $cvs_id_html,$viewcvs,$viewcvs,$HTTP_SERVER_VARS,$energie_base; if ($delimit) print("

     

    \n"); $uri="uri=".urlencode("http://".$HTTP_SERVER_VARS["HTTP_HOST"].$HTTP_SERVER_VARS["REQUEST_URI"]); ?>
    -
    4 + .a_href("http://www.w3.org/Style/CSS/Buttons",'' + .img($energie_base."img/mwcts." .(image_supported("image/png") ? "png" : "gif"),"Made with CSS").'') ); ?>
    @@ -672,20 +712,17 @@ function no_cache() header("Pragma: no-cache"); // HTTP/1.0 } -function heading($title=false) +function heading($title=true,$indexme=true) { - global $HTTP_SERVER_VARS,$msie_major,$mozilla_major,$title_tail,$head_css,$have_css,$head,$heading_done,$title_prefix,$force_charset; + global $msie_major,$mozilla_major,$title_tail,$head_css,$have_css,$head,$heading_done,$title_prefix,$force_charset; if (isset($heading_done)) return; $heading_done=true; - 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")); + // $HTTP_SERVER_VARS["CLIENT_CHARSET"] ignored (mod_czech support dropped!) + $client_charset=(isset($force_charset) ? $force_charset : "iso-8859-2"); + header("Content-type: text/html; charset=$client_charset"); header("Content-Style-Type: text/css"); if (!isset($msie_major) || $msie_major>=4) { print(''."\n"); @@ -714,11 +751,13 @@ body { :link { color: aqua; background-color: transparent; } :visited { color: teal; background-color: transparent; } h1,h2 { color: yellow; background-color: transparent; } +.footer img { vertical-align: middle; } \n"); } + print(''."\n"); if (isset($head)) print($head); print("\n"); if ($title) - print("

    " + print("

    " .img("img/eap-title.".(image_supported("image/png") ? "png" : "gif"),"Energie & Peníze") - ."

    \n"); + ."\n"); } ?>