From 32b8dd034f431f81f0fc4e4fd2346785000ddc6a Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 5 Aug 2001 23:08:16 +0000 Subject: [PATCH] Implemented "img/eap-YEAR-MN[s].jpg" titles generator "Got rid of one extra table for order centering" cancelled, back with 2 tables --- index.php | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index ed1bfe1..5179929 100644 --- a/index.php +++ b/index.php @@ -14,9 +14,49 @@ include("common.php"); ?>

Teplo & Peníze

+

 

+" + ."\"$year-".$month_cz[$month]."\"
\n" + ."$year
".$month_cz[$month] + .""); +} + +function title_table_year($year,$month_max=11) +{ + $split=6; + + print("
\n"); + for ($month=0;$month<=$month_max;$month++) { + if (($month%$split)==0) + print(""); + print(""); + if (($month%$split)==$split-1 || $month==$month_max) + print("\n"); + } + print("
"); + title_table_month($year,$month); + print("
"); +} + +title_table_year(2001,5); +?> + +

 

+

Objednávka

- +
+
+