<%
return htmlMenu(
only => "$PAGE{publikation}",
ignore => "$PAGE{publikation}_footer",
min => 1,
max => 3,
offset => 3,
openall => 0,
js => 'hover',
);
%>
<%
require "se_gui.pl";
my $von = &gen_widgets("calendar_html","von","UNIXTIME","SIMPLE","travelform2",0, $in{feld_von_epoche} ? $in{feld_von_epoche} : time + 60*60*24*1, "DDMMYYYY");
my $bis = &gen_widgets("calendar_html","bis","UNIXTIME","SIMPLE","travelform2",0, $in{feld_bis_epoche} ? $in{feld_bis_epoche} : time + 60*60*24*8, "DDMMYYYY");
my $out = &gen_widgets("calendar_js");
$out .= qq(
) if $PAGE{thema2_id} !~ "asd_gastgeberverzeichnis" && $PAGE{thema2_id} ne "asd_pauschalen_arrangements";
$out;
%>