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

%= dumper $c->current_route %= dumper $bac_datas

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

<%= $title%>

%= form_for "/backupd" => (method => "POST") => begin

%=l "bac_WORKSTN_RESTORE"

%= $c->render_to_string(inline => $bac_datas->{restore_log})

%=l "bac_YOU_MUST_REBOOT"

%= hidden_field "Function" => $bac_datas->{"function"} %= submit_button $c->l("Reboot"), class => "action" % end
% end