<form>s: +accept-charset="iso-8859-2"
[www.energie.vellum.cz.git] / index.php
index da7b802..67b7a8a 100644 (file)
--- a/index.php
+++ b/index.php
@@ -15,7 +15,7 @@
 ?>
 <ul>
        <li><a href="obsah.php">Obsahy v¹ech roèníkù</a></li>
-       <li><a href="title.php">V¹echny roèníky</a></li>
+       <li><a href="title.php">V¹echny roèníky</a><ul>
 <?php
 
        // Current year may be different (higher) but when no such content exists
 
        $result=db_query("select distinct year from $tb_obsah order by year");
        while (($row=mysql_fetch_array($result)))
-               print("\t<li><a href=\"title.php?year=".$row["year"]."\">Roèník ".$row["year"]."</a></li>\n");
+               print("\t\t<li><a href=\"title.php?year=".$row["year"]."\">Roèník ".$row["year"]."</a></li>\n");
        mysql_free_result($result);
 
 ?>
-       <li><a href="#objednavka">Objednávka</a></li>
+               </ul></li>
+       <li><a href="#objednavka">Objednávka èasopisu</a></li>
        <li><a href="inzerat.php<?php print($have_js); ?>">Øádková inzerce</a></li>
        <li><a href="inzerce.php">Ceník plo¹né inzerce</a></li>
        <li><a href="#kontakt">Kontakt</a></li>
@@ -43,8 +44,8 @@
 ?>
 <p>&nbsp;</p>
 
-<h2><a id="objednavka">Objednávka</a></h2>
-<form action="objednavka.php<?php print($have_js); ?>" method="post">
+<h2><a id="objednavka">Objednávka èasopisu</a></h2>
+<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">
@@ -66,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");
 
@@ -158,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>