<% $LANG{Zeitraum} %> <% $LANG{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") %%%
|
<% $LANG{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") %%%
|
<% $LANG{Ihr_Urlaub} %> |
%%% $in{intage} = "" if int((($in{feld_bis_epoche} - $in{feld_von_epoche}) / (60*60*24)) - $in{intage}) == 0; "" %%%
<% $LANG{exakt_in_diesem_zeitraum} %>
<% $LANG{in_diesem_zeitraum_fuer} %> <% $LANG{naechte} %>
|
<% $LANG{Ort} %> |
|
<%
$ppp = $in{filter_personen};
#$ppp = 2 unless $ppp > 0;
my %pers;
$pers{$ppp} = "SELECTED";
qq(
$LANG{fuer} |
|
);
%>
|
|
|
|