<% $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{Ortsteil} %> |
<%
my %sel1;
$sel1{$in{filter_ortsteil}} = "SELECTED";
my $out;
$out .=
qq();
return $out;
%>
|
<%
my %sel;
$sel{$in{filter_verpflegung}} = "SELECTED";
qq(
$LANG{Verpflegung} |
|
);
%>
<%
my @sel;
$sel[1207] = "SELECTED" if $in{zimmermerkmale} =~ /\1207\b/;
$sel[1209] = "SELECTED" if $in{zimmermerkmale} =~ /\1209\b/;
qq(
$LANG{Ausstattung} |
|
);
%>
|
|
|