% layout 'default', title => "Sme server 2 - NFS data share", share_dir => './'; %# %# Generated by SM2Gen version:0.8 Chameleon version:4.5.4 On Python:3.12.3 at 2024-09-16 11:52 %# % content_for 'module' => begin
% if ($config->{debug} == 1) {

%= dumper $c->current_route

% }

<%=$title%>

% if ( stash('modul') ) { %= $c->render_to_string(inline => stash('modul') ); % } %if ($nfs_data->{first}) {

%=$c->render_to_string(inline =>$c->l($nfs_data->{first}))

%} elsif ($nfs_data->{success}) {

Operation Status Report

%= $c->l($nfs_data->{success});

%} elsif ($nfs_data->{error}) {

Operation Status Report - error

%= $c->l($nfs_data->{error});

%} %#Routing to partials according to trt parameter. %#This ought to be cascading if/then/elsif, but is easier to just stack the if/then's rather like a case statement' % if ($nfs_data->{trt} eq "PARAMS") { %= include 'partials/_nfs_PARAMS' %} % if ($nfs_data->{trt} eq "TABLE") { %= include 'partials/_nfs_TABLE' %}
%end