Zeitraum von
|
%%% my $von = $in{feld_von_epoche} ? $in{feld_von_epoche} : time + 60*60*24*1 ; &gen_widgets("calendar_html","von","UNIXTIME","SIMPLE","travelform",0,$von,"DDMMYYYY") %%%
|
bis
|
%%% my $bis = $in{feld_bis_epoche} ? $in{feld_bis_epoche} : time + 60*60*24*5; &gen_widgets("calendar_html","bis","UNIXTIME","SIMPLE","travelform",0,$bis,"DDMMYYYY") %%%
|
Ihr Urlaub |
%%% $in{intage} = "" if int((($in{feld_bis_epoche} - $in{feld_von_epoche}) / (60*60*24)) - $in{intage}) == 0; "" %%%
exakt in diesem Zeitraum
in diesem Zeitraum für Nächte
|
<%
$ppp = $in{filter_personen};
#$ppp = 2 unless $ppp > 0;
my %pers;
$pers{$ppp} = "SELECTED";
qq(
für |
|
);
%>
|
|
|
|