X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=common.php;h=69ffa306aaf97c4efeb8b27ecabbe97066fe18ce;hb=be48830f81f1c8c233cdde70ea1c53fa3aa388a5;hp=34a6a9131fcab0487cb3dc73df9076b28726416c;hpb=8dbd25ee7468b678ae142885ebfde067ffb59fb2;p=www.energie.vellum.cz.git diff --git a/common.php b/common.php index 34a6a91..69ffa30 100644 --- a/common.php +++ b/common.php @@ -1,6 +1,7 @@  
 


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

\n" ."

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

\n"); footer(); } -function prepvar($name,$regex=".",$require=true) +function prepvar($name,$regex=".*",$require=true) { global $HTTP_GET_VARS,$HTTP_POST_VARS; @@ -70,7 +72,7 @@ function prepvar($name,$regex=".",$require=true) if (!isset($v)) return(0); - $globals[$name]=$v; + $GLOBALS[$name]=$v; return($v); } @@ -97,7 +99,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 +107,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); @@ -167,7 +169,8 @@ function img_size($width,$height) function img($file,$alt,$attrs="") { list($width,$height)=getimagesize($file); - return("\"".htmlspecialchars($alt)."\""); } @@ -221,11 +224,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 +255,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)) @@ -334,9 +345,263 @@ 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 print_pdf_layout($name,$base) +{ + $imgfmt=(image_supported("image/png") ? "png" : "gif"); + ?> +

Shodný je dostupný ve dvou rùzných formátech souboru. V pøípadì, +¾e nemáte/nechcete instalovat +Adobe Acrobat Reader, +zvolte prosím druhou mo¾nost:

+ + + +
+
    + +
  • + + + + +
    ".img("img/adobe-pdficon-alpha.gif","Adobe PDF").""); ?>
    +
    + + + + +
    Soubor je ve formátu Adobe Acrobat, + pro jeho pøeètení si prosím nainstalujte + Adobe Acrobat Reader.
    +
    +
  • + +
  • + +
  • + +
+$text (".usersize(filesize($filename)).")"); + global $have_js; + + return("" + .(!$have_js ? "" : "Zpìt" èi " + .""Back" prohlí¾eèe)" + : "\" onclick=\"history.back()\" />") + ); +} + +// Data acquision error checking: +function datacheck_fail() +{ + print("

Nyní se prosím ".return_back("vra»te zpìt") + ." na pøedchozí stránku a chybu zadaných dat opravte.

\n"); + footer(); +} + +function mail_data($title,$data) +{ + global $admin_mail,$mail_to; + + // 5th mail argument is supported from PHP-4.0.5 + return (!mail($mail_to,"EnergieWeb: $title",$data, +"From: EnergieWeb <$admin_mail> +Mime-Version: 1.0 +Content-Type: text/plain; charset=iso-8859-2 +Content-Disposition: inline +Content-Transfer-Encoding: 8bit +")); +} + +function gsm_row($name,$value) +{ + return("$name" + ."".($value=="" ? "neuvádìjte" : $value)."" + ."".strtr($value,"/.","#*")."\n"); +} + +function gsm_table($total,$varsym) +{ + global $firma_ucet,$firma_konstsym,$firma_specsym; + + return("
\n" + ."\n" + .gsm_row("Èíslo úètu",$firma_ucet) + .gsm_row("Èástka",sprintf("%.2f",$total)) + .gsm_row("Konstantní symbol",$firma_konstsym) + .gsm_row("Variabilní symbol",$varsym) + .gsm_row("Specifický symbol",$firma_specsym) + ."
polo¾kabankovní pøíkaz".gsm_banking()."
\n" + ); +} + +function return_to_homepage() +{ + global $HTTP_SERVER_VARS; + + return("

Nyní se mù¾ete vrátit na úvodní stránku.

\n"); +} + +function input_text($name,$size,$default_value="",$addons="") +{ + $r=""; + return($r); +} + +function print_form_radkova_inzerce($readonly,$total,$submit_name,$submit_value) +{ + global $have_js,$text,$doklad; + + $addons=(!$readonly ? "" : " readonly=\"readonly\""); + ?> +
+
+ + + + +
+ + + + + + +
Text inzerátu
" + .(!isset($text) ? "" : htmlspecialchars(trim($text))) + .""); + ?>

Celková cena: +
+ + + + + + + + +
Název firmy / Jméno:
Úplná adresa:
Telefon:
IÈO:DIÈ
Zaslat daòový doklad?"disabled" for them) + .($readonly ? "" : " onclick=\"sum_total(this)\"") + .(!($have_js || $readonly) ? "" : " disabled=\"disabled\"") + .(!isset($doklad) ? "" : " checked=\"checked\"") + .ereg_replace(" readonly=\"readonly\"","",$addons)." />"); + ?>
Poèet zveøejnìní:e-mail:
"); + ?>
+
+"); + else + return($text); } function footer($delimit=true) @@ -356,11 +621,12 @@ function footer($delimit=true) + print($uri); ?>">
alt="Valid XHTML 1.1!" /> alt="Valid CSS!" />
=4) - print(''."\n"); + if (isset($heading_done)) + return; + $heading_done=1; + + 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"); @@ -397,6 +675,8 @@ function heading($title=false) .quote { font-family: monospace; } .nowrap { white-space: nowrap; } .centered { text-align: center; } +.tab-bold { font-weight: bold; } +.tab-head { font-weight: bold; color: yellow; background-color: transparent; } body { background-color: black; color: white; @@ -413,7 +693,7 @@ h1,h2 { color: yellow; background-color: transparent; } print($head); print("\n"); if ($title) print("

"