+EaP 4/2010 (164)
[www.energie.vellum.cz.git] / common.php
index b755991..2a3db70 100644 (file)
@@ -14,7 +14,7 @@
                                ."<a href=\"".ereg_replace("/viewcvs/","\\0~checkout~/",$viewcvs)."?rev=".$cvs_id_split[2]."\">"
                                .$cvs_id_split[2]."</a>";
                $cvs_id_split[1]="<a href=\"$viewcvs\">".$cvs_id_split[1]."</a>";
-               $cvs_id_split[5]="<a href=\"mailto:".$cvs_id_split[5]."@$cvs_mailhost\">".$cvs_id_split[5]."</a>";
+               $cvs_id_split[5]="<a href=\"mailto:$admin_mail\">".$cvs_id_split[5]."</a>";
                }
        $cvs_id_html=join(" ",$cvs_id_split);
 
@@ -67,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<p>&nbsp;<br />&nbsp;</p><hr /><h1 class=\"error\">Nastala chyba pøi zpracování: $msg!</h1>\n"
                        ."<p>Mù¾ete tento problém nahlásit <a href=\"mailto:$admin_mail\">správci tohoto webu</a>.</p>\n");
        footer();
@@ -197,14 +197,6 @@ function img($file,$alt,$attrs="")
                        .($attrs=="" ? "" : " ".$attrs)." />");
 }
 
-function gsm_banking()
-{
-       global $energie_base;
-
-       return(img($energie_base."img/sluzby_bankovni_pggsm.".(image_supported("video/x-mng") ? "mng" : "gif"),
-                       "Paegas GSM banking","class=\"img-align\""));
-}
-
 function price_a()
 {
        if (!($f=fopen("objednavka.js","r")))
@@ -245,7 +237,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;
 
@@ -256,11 +248,13 @@ function title_icons_table_month($year,$month,$month_last,$sequential)
                                .img($month_a["icon"],"titulní stránka ".$month_a["name_full"])."</td></tr>\n"
                        ."<tr><td align=\"left\" valign=\"top\" class=\"nowrap\">\n"
                                ."&bull;&nbsp;<a href=\"title.php?year=$year&amp;month=$month\">titulní strana</a><br />\n"
-                               ."&bull;&nbsp;<a href=\"obsah.php?year=$year&amp;month=$month\">obsah</a><br />\n");
+                       );
+       if ($has_contents)
+               print("&bull;&nbsp;<a href=\"obsah.php?year=$year&amp;month=$month\">obsah</a><br />\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("&bull;&nbsp;<a href=\"clanek.php?year=$year&amp;month=$month&amp;id=".$row["id"]."\">"
-                               .htmlspecialchars($row["name"])."</a><br />\n");
+                               .htmlspecialchars(ereg_replace("^.*\\|","",$row["name"]))."</a><br />\n");
        mysql_free_result($result);
        print("</td></tr></table>");
 }
@@ -275,7 +269,7 @@ function title_icons($year,$month)
                .(isset($year) ? "</a>" : "")
                ."</h2>\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" : "")
@@ -321,7 +315,7 @@ function title_icons($year,$month)
                print("<td align=\"center\" valign=\"top\""
                                .($row["month_last"]!=$row["month"] ? " colspan=\"".($row["month_last"]+1-$row["month"])."\"" : "")
                                .">");
-               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("</td>\n");
                $month=$row["month_last"];
                }
@@ -530,7 +524,7 @@ function gsm_row($name,$value)
 {
        return("<tr><td align=\"left\">$name</td>"
                        ."<td align=\"right\">".($value=="" ? "neuvádìjte" : $value)."</td>"
-                       ."<td align=\"right\">".strtr($value,"/.","#*")."</td></tr>\n");
+                       ."</tr>\n");
 }
 
 function gsm_table($total,$varsym)
@@ -538,7 +532,7 @@ function gsm_table($total,$varsym)
        global $firma_ucet,$firma_konstsym,$firma_specsym;
 
        return("<blockquote><table border=\"1\" cellpadding=\"5\">\n"
-                       ."<tr><th>polo¾ka</th><th>bankovní pøíkaz</th><th>".gsm_banking()."</th></tr>\n"
+                       ."<tr><th>polo¾ka</th><th>bankovní pøíkaz</th></tr>\n"
                        .gsm_row("Èíslo úètu",$firma_ucet)
                        .gsm_row("Èástka",sprintf("%.2f",$total))
                        .gsm_row("Konstantní symbol",$firma_konstsym)
@@ -710,7 +704,7 @@ function no_cache()
        header("Pragma: no-cache");                                // HTTP/1.0
 }
 
-function heading($title=false)
+function heading($title=true,$indexme=true)
 {
        global $msie_major,$mozilla_major,$title_tail,$head_css,$have_css,$head,$heading_done,$title_prefix,$force_charset;
 
@@ -755,6 +749,7 @@ h1,h2    { color: yellow; background-color: transparent; }
                        print(trim($head_css)."\n");
                print("--></style>\n");
                }
+       print('<meta name="robots" content="'.($indexme ? "" : "no" ).'index,follow" />'."\n");
        if (isset($head))
                print($head);
        print("</head><body");
@@ -762,8 +757,8 @@ h1,h2    { color: yellow; background-color: transparent; }
                print(" bgcolor=\"black\" text=\"white\" link=\"aqua\" vlink=\"teal\"");
        print(">\n");
        if ($title)
-               print("<h1 class=\"centered\">"
+               print("<h1 class=\"centered\"><a href=\"/\">"
                                .img("img/eap-title.".(image_supported("image/png") ? "png" : "gif"),"Energie & Peníze")
-                               ."</h1>\n");
+                               ."</a></h1>\n");
 }
 ?>