From 480eb092870e4716e1645926ad7494b6ca252a05 Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 7 Mar 2004 18:51:02 +0000 Subject: [PATCH] Update ordering info. --- index.php | 8 +++----- objednavka.js | 5 +++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index 2a09efa..001d4a1 100644 --- a/index.php +++ b/index.php @@ -72,13 +72,11 @@ 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" + ."".tab_left("phys_2004") + ."pøedplatné na rok 2004 za cenu ".tab_price("phys_2004")."\n" ); foreach (price_a() as $product => $price) { - if ($product=="phys_2002" || $product=="phys_2003") + if ($product=="phys_2004") continue; if (!(ereg("^(cd|phys)_([0-9]+)$",$product,$matched))) continue; diff --git a/objednavka.js b/objednavka.js index 3fbe414..76e0943 100644 --- a/objednavka.js +++ b/objednavka.js @@ -1,10 +1,11 @@ // $Id$ // <-see common.php:/if (!($s=trim($s)))/ var want_price=new Array(); +want_price['phys_2004']=480; want_price['phys_2003']=480; want_price['phys_2002']=480; -want_price['phys_2001']=360; -want_price['phys_2000']=150; +want_price[ 'cd_2003']=480; +want_price[ 'cd_2002']=480; want_price[ 'cd_2001']=280; want_price[ 'cd_2000']=280; want_price[ 'cd_1999']=280; -- 1.8.3.1