Subversion-Projekte lars-tiefland.niewerth

Revision

Revision 25 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 25 Revision 29
Zeile 13... Zeile 13...
13
	$m_d=new Calendar_Decorator_Textual($Month);
13
	$m_d=new Calendar_Decorator_Textual($Month);
14
	$u_d=new Calendar_Decorator_Uri($w);
14
	$u_d=new Calendar_Decorator_Uri($w);
15
	$u_d->setFragments("jahr", "monat", "tag");
15
	$u_d->setFragments("jahr", "monat", "tag");
16
	$nw=$w->nextWeek('array');
16
	$nw=$w->nextWeek('array');
17
	$pw=$w->prevWeek('array');
17
	$pw=$w->prevWeek('array');
18
	$cal="<center><table width='75%'>";
18
	$cal="<table width='75%'>";
19
	$cal.="<tr><th colspan=8>".$m_d->thisMonthName()." $y </th></tr>";
19
	$cal.="<tr><th colspan=8>".$m_d->thisMonthName()." $y </th></tr>";
20
	$tage=Calendar_Decorator_Textual::weekdayNames();
20
	$tage=Calendar_Decorator_Textual::weekdayNames();
21
	$cal.="<tr><th>KW#</th>";
21
	$cal.="<tr><th>KW#</th>";
22
	$kw=$w->thisWeek('n_in_year');
22
	$kw=$w->thisWeek('n_in_year');
23
	for ($tag=1; $tag < 8; $tag++)
23
	for ($tag=1; $tag < 8; $tag++)
Zeile 50... Zeile 50...
50
			{
50
			{
51
				$cal.="</tr>";
51
				$cal.="</tr>";
52
			}
52
			}
53
		}
53
		}
Zeile 54... Zeile 54...
54
 
54
 
55
		$cal.="</table></center>";
55
		$cal.="</table>";
56
		$smarty->assign("cal",$cal);
56
		$smarty->assign("cal",$cal);
57
		$smarty->assign("d",$d);
57
		$smarty->assign("d",$d);
58
		$smarty->assign("m",$m);
58
		$smarty->assign("m",$m);
59
		$smarty->assign("y",$y);
59
		$smarty->assign("y",$y);