From: short <> Date: Thu, 3 Feb 2005 12:37:42 +0000 (+0000) Subject: Update of the ordering list for the year 2005. X-Git-Url: http://git.jankratochvil.net/?p=www.energie.vellum.cz.git;a=commitdiff_plain;h=3a08e69a6abf8e9ceb4e11d9286b552660426f4a Update of the ordering list for the year 2005. --- diff --git a/index.php b/index.php index 1c91815..4769a8b 100644 --- a/index.php +++ b/index.php @@ -72,11 +72,11 @@ function tab_price($product) $price_a=price_a(); print("" - ."".tab_left("phys_2004") - ."pøedplatné na rok 2004 za cenu ".tab_price("phys_2004")."\n" + ."".tab_left("phys_2005") + ."pøedplatné na rok 2005 za cenu ".tab_price("phys_2005")."\n" ); foreach (price_a() as $product => $price) { - if ($product=="phys_2004") + if ($product=="phys_2005") continue; if (!(ereg("^(cd|phys)_([0-9]+)$",$product,$matched))) continue; diff --git a/objednavka.js b/objednavka.js index 76e0943..b7c930a 100644 --- a/objednavka.js +++ b/objednavka.js @@ -1,11 +1,12 @@ // $Id$ // <-see common.php:/if (!($s=trim($s)))/ var want_price=new Array(); +want_price['phys_2005']=480; want_price['phys_2004']=480; want_price['phys_2003']=480; -want_price['phys_2002']=480; +want_price[ 'cd_2004']=480; want_price[ 'cd_2003']=480; -want_price[ 'cd_2002']=480; +want_price[ 'cd_2002']=280; want_price[ 'cd_2001']=280; want_price[ 'cd_2000']=280; want_price[ 'cd_1999']=280;