aisa/libs/html/redirectanalytics.pm

23 lines
506 B
Perl
Raw Permalink Normal View History

2026-02-03 12:35:43 +00:00
print <<ENDOFTEXT;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>$useropts{title}</title>
<script src="$useropts{'bower_components'}/jquery/jquery.min.js"></script>
</head>
<body>
<script>
\$(document).ready(function(){ \$('#redirect-form').submit(); })
</script>
</body>
<form role="form" name="redirectform" id="redirect-form" method="post" action="/filter-analytics-event-bookings">
<input type="hidden" name="iaction" value="">
</form>
</html>
ENDOFTEXT
#