+phys_2002 offer
authorshort <>
Fri, 7 Sep 2001 22:52:15 +0000 (22:52 +0000)
committershort <>
Fri, 7 Sep 2001 22:52:15 +0000 (22:52 +0000)
Written note for tax+delivery costs

index.php

index 823e33f..85b8bce 100644 (file)
--- a/index.php
+++ b/index.php
@@ -10,6 +10,7 @@
 .tab-bold  { font-weight: bold; }
 .tab-head  { font-weight: bold; color: yellow; background-color: transparent; }
 .post-type { font-family: monospace; }
+.smaller   { font-size: smaller }
 .nowrap    { white-space: nowrap; }
 .centered  { text-align: center; }
 .img-align { vertical-align:middle; }
@@ -66,6 +67,8 @@ function tab_price($product)
 
        $price_a=price_a();
        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")
@@ -77,6 +80,7 @@ function tab_price($product)
                $year=$matched[1];
                print("<tr>".tab_left($product)."<td>roèník $year na CD za cenu ".tab_price($product)."</td></tr>\n");
                }
+       print('<tr><td colspan="3" align="right" class="smaller">(ceny jsou zapoèítány vè. DPH a distribuèních nákladù)</td></tr>'."\n");
 
        if ($have_js) {
                ?>