<% &html_insert("::_framework/include/head.html") %>
<% &html_insert("::_framework/include/header.html") %>
<% $TEMP{MenuHTML} %>
<% require "se_gui.pl"; my $von = &gen_widgets("calendar_html","von","UNIXTIME","SIMPLE","travelform",0, $in{feld_von_epoche} ? $in{feld_von_epoche} : time + 60*60*24*1, "DDMMYYYY"); my $bis = &gen_widgets("calendar_html","bis","UNIXTIME","SIMPLE","travelform",0, $in{feld_bis_epoche} ? $in{feld_bis_epoche} : time + 60*60*24*8, "DDMMYYYY"); my $out = &gen_widgets("calendar_js"); $out .= qq(
» Quartier-Schnellsuche
von  $von
bis  $bis
) if $PAGE{thema2_id} !~ "asd_gastgeberverzeichnis" && $PAGE{thema2_id} ne "asd_pauschalen_arrangements"; $out; %>
<% $PAGE{content} %>