EaP 12/2002 (76): Ptali jste se...: Fixed missing math equations + table
[www.energie.vellum.cz.git] / index.php
index c5d61bb..2a09efa 100644 (file)
--- a/index.php
+++ b/index.php
 </ul>
 
 <p>&nbsp;</p>
+
+<h2>®havý èlánek èísla 7-8/2002</h2>
+<table border="0" width="100%"><tr><td align="center">
+<p style="font-size: larger;"><a href="clanek.php?year=2002&amp;month=7&amp;id=2"
+>Je Èesko vystaveno studené válce formou tunelování energetiky&nbsp;?</a></p>
+</td></tr></table>
+
 <?php
 
        unset($unset_month);
@@ -65,11 +72,13 @@ function tab_price($product)
 
        $price_a=price_a();
        print(""
+                       ."<tr class=\"tab-bold\">".tab_left("phys_2003")
+                               ."<td>pøedplatné na rok 2003 za cenu ".tab_price("phys_2003")."</td></tr>\n"
                        ."<tr class=\"tab-bold\">".tab_left("phys_2002")
                                ."<td>pøedplatné na rok 2002 za cenu ".tab_price("phys_2002")."</td></tr>\n"
                        );
        foreach (price_a() as $product => $price) {
-               if ($product=="phys_2002")
+               if ($product=="phys_2002" || $product=="phys_2003")
                        continue;
                if (!(ereg("^(cd|phys)_([0-9]+)$",$product,$matched)))
                        continue;