From: short <> Date: Tue, 26 Nov 2002 03:02:35 +0000 (+0000) Subject: +phys_2003 X-Git-Url: https://git.jankratochvil.net/?p=www.energie.vellum.cz.git;a=commitdiff_plain;h=5f34efb0f0bc478254e9bf335053a92686e5b2b9 +phys_2003 --- diff --git a/index.php b/index.php index 9a42a70..2a09efa 100644 --- a/index.php +++ b/index.php @@ -72,11 +72,13 @@ function tab_price($product) $price_a=price_a(); print("" + ."".tab_left("phys_2003") + ."pøedplatné na rok 2003 za cenu ".tab_price("phys_2003")."\n" ."".tab_left("phys_2002") ."pøedplatné na rok 2002 za cenu ".tab_price("phys_2002")."\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; diff --git a/objednavka.js b/objednavka.js index d5627dc..3fbe414 100644 --- a/objednavka.js +++ b/objednavka.js @@ -1,6 +1,7 @@ // $Id$ // <-see common.php:/if (!($s=trim($s)))/ var want_price=new Array(); +want_price['phys_2003']=480; want_price['phys_2002']=480; want_price['phys_2001']=360; want_price['phys_2000']=150;