Prevent indexing of pages with multiple months of the content, any
[www.energie.vellum.cz.git] / index.php
index 1d21c76..975c3a0 100644 (file)
--- a/index.php
+++ b/index.php
@@ -11,7 +11,7 @@
 .smaller   { font-size: smaller }
 .img-align { vertical-align:middle; }
 ";
-       heading(true/*title*/);
+       heading();
 ?>
 <ul>
        <li><a href="obsah.php">Obsahy v¹ech roèníkù</a></li>
@@ -45,7 +45,7 @@
 <p>&nbsp;</p>
 
 <h2><a id="objednavka">Objednávka èasopisu</a></h2>
-<form action="objednavka.php<?php print($have_js); ?>" method="post">
+<form action="objednavka.php<?php print($have_js); ?>" method="post" <?php print(form_charset()); ?>>
 <table border="0" width="100%">
 <tr><td align="center"><table border="1" width="90%" cellpadding="5">
 <tr><td align="center"><table border="0">
@@ -67,16 +67,16 @@ function tab_price($product)
        print(""
                        ."<tr class=\"tab-bold\">".tab_left("phys_2002")
                                ."<td>pøedplatné na rok 2002 za cenu ".tab_price("phys_2002")."</td></tr>\n"
-                       ."<tr class=\"tab-bold\">".tab_left("phys_2001")
-                               ."<td>pøedplatné na rok 2001 za zvýhodnìnou cenu ".tab_price("phys_2001")."</td></tr>\n"
-                       ."<tr>"                   .tab_left("phys_2000")
-                               ."<td>roèník 2000 za cenu "                       .tab_price("phys_2000")."</td></tr>\n"
                        );
        foreach (price_a() as $product => $price) {
-               if (!(ereg("^cd_([0-9]+)$",$product,$matched)))
+               if ($product=="phys_2002")
                        continue;
-               $year=$matched[1];
-               print("<tr>".tab_left($product)."<td>roèník $year na CD za cenu ".tab_price($product)."</td></tr>\n");
+               if (!(ereg("^(cd|phys)_([0-9]+)$",$product,$matched)))
+                       continue;
+               $type=$matched[1];
+               $year=$matched[2];
+               print("<tr>".tab_left($product)."<td>roèník $year".($type!="cd" ? "" : " na CD")
+                               ." za cenu ".tab_price($product)."</td></tr>\n");
                }
        print('<tr><td colspan="3" align="right" class="smaller">(ceny jsou uvedeny vè. DPH a distribuèních nákladù)</td></tr>'."\n");
 
@@ -159,7 +159,8 @@ print_addr("Adresa pro zas
 <hr />
 <table border="0" width="100%"><colgroup width="0*" />
 <tr><td class="smaller">Doporuèujeme:</td><td align="center"><?php
-       print("<a href=\"http://www.tzb-info.cz/\">".img("img/tzb-info.gif","TZB-info")."</a>");
+       print("<a href=\"http://www.tzb-info.cz/\">".img("img/tzb-info.".(image_supported("video/x-mng") ? "mng" : "gif"),
+                       "TZB-info")."</a>");
 ?></td></tr>
 </table>