<%
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(
) if $PAGE{thema2_id} !~ "asd_gastgeberverzeichnis" && $PAGE{thema2_id} ne "asd_pauschalen_arrangements";
$out;
%>
|
<% $PAGE{content} %>
|
|