<& /widgets/wrappers/sharky/header.mc, useSideNav => 0, no_toolbar => 0, context => "Welcome to " . get_pref('Bricolage Instance Name') . ".", &> <& /widgets/wrappers/sharky/table_top.mc &> <%perl>; my $string = $lang->maketext('Please click [_1]here[_2] to start.', qq{}, '' );
<% $string %>
<& /widgets/wrappers/sharky/table_bottom.mc &> <& /widgets/wrappers/sharky/footer.mc &> <%init>; my $url = SSL_ENABLE ? 'https://' . $r->hostname . (SSL_PORT == 443 ? '' : ':' . SSL_PORT) . $ARGS{referer} : $ARGS{referer};