Subversion-Projekte lars-tiefland.niewerth

Revision

Revision 32 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 32 Revision 33
Zeile 9... Zeile 9...
9
		if ($m===0)
9
		if ($m===0)
10
		{
10
		{
11
			$m=date("n");
11
			$m=date("n");
12
		}
12
		}
13
		$t_date=date("d.m.Y");
13
		$t_date=date("d.m.Y");
14
		var_dump($t_date);
-
 
15
		global $smarty;
14
		global $smarty;
16
		$smarty->assign("title","Termine Schritt 2 - Kalender");
15
		$smarty->assign("title","Termine Schritt 2 - Kalender");
17
		setLocale(LC_ALL,"de_DE");
16
		setLocale(LC_ALL,"de_DE");
18
		$mode=(isset($_GET["mode"]))?$_GET["mode"]:"";
17
		$mode=(isset($_GET["mode"]))?$_GET["mode"]:"";
19
		$smarty->assign("mode",$mode);
18
		$smarty->assign("mode",$mode);
Zeile 79... Zeile 78...
79
				{
78
				{
80
					$cal.="<td>&nbsp;</td>";
79
					$cal.="<td>&nbsp;</td>";
81
				}
80
				}
82
				else
81
				else
83
				{
82
				{
84
					if($Day->thisDay().".$m.$y"==$today_date)
83
					$x_date=sprintf("%02d",$Day->thisDay()).".$m.$y";
-
 
84
					if($x_date == $t_date)
85
					{
85
					{
86
						$cal.="<td class='cal-today'>";
86
						$cal.="<td class='cal-today'>";
87
					}
87
					}
88
					else
88
					else
89
					{
89
					{