% layout 'default', title => "Sme server 2 - embedded"; % content_for 'module' => begin
% if ($config->{debug} == 1) {

%= dumper $c->current_route

% } % if ( stash 'error' ) {
%= $c->render_to_string(inline => stash 'error')
%}

Embedded - <%=$title %>


If the legacy panel does not appear, then you may not be logged into the original Server manager.
You can log in by clicking here. Or by clicking on the "Legacy SM" button at the top of the window.

% my $height = $c->stash('height') | '600px'; % if ($height !~ /px$/) { $height = $height.'px';} <%= $c->stash('title') %> not found
%end