From dcd1b23e1833dda2329762119f96b5c359853ce7 Mon Sep 17 00:00:00 2001 From: brianr Date: Tue, 9 Apr 2024 09:34:14 +0000 Subject: [PATCH] Delete 'Nfsshare.html.ep' --- Nfsshare.html.ep | 50 ------------------------------------------------ 1 file changed, 50 deletions(-) delete mode 100644 Nfsshare.html.ep diff --git a/Nfsshare.html.ep b/Nfsshare.html.ep deleted file mode 100644 index 0635265..0000000 --- a/Nfsshare.html.ep +++ /dev/null @@ -1,50 +0,0 @@ -% layout 'default', title => "Sme server 2 - NFS data share", share_dir => './'; -% 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. - - % if ($nfs_data->{trt} eq "PARAMS") { - %= include 'partials/_nfs_PARAMS' - %} - - % if ($nfs_data->{trt} eq "TABLE") { - %= include 'partials/_nfs_TABLE' - %} - - - -
-%end