Delete 'Nfsshare.html.ep'
This commit is contained in:
		@@ -1,50 +0,0 @@
 | 
			
		||||
% layout 'default', title => "Sme server 2 - NFS data share", share_dir => './';
 | 
			
		||||
% content_for 'module' => begin
 | 
			
		||||
<div id="module" class="module Nfsshare-panel">
 | 
			
		||||
 | 
			
		||||
    % if ($config->{debug} == 1) {
 | 
			
		||||
	<p>
 | 
			
		||||
		%= dumper $c->current_route
 | 
			
		||||
	</p>
 | 
			
		||||
    % }
 | 
			
		||||
    
 | 
			
		||||
    <h1><%=$title%></h1>
 | 
			
		||||
 | 
			
		||||
    % if ( stash('modul') ) {
 | 
			
		||||
	%= $c->render_to_string(inline => stash('modul') );
 | 
			
		||||
    % }
 | 
			
		||||
 | 
			
		||||
   	%if ($nfs_data->{first}) {
 | 
			
		||||
	    <br><p>
 | 
			
		||||
		%=$c->render_to_string(inline =>$c->l($nfs_data->{first}))
 | 
			
		||||
		</p>
 | 
			
		||||
 | 
			
		||||
	%} elsif ($nfs_data->{success}) {
 | 
			
		||||
		<div class='sme-border'>
 | 
			
		||||
	       <h2> Operation Status Report</h2><p>
 | 
			
		||||
			%= $c->l($nfs_data->{success});
 | 
			
		||||
			</p>
 | 
			
		||||
		</div>
 | 
			
		||||
 | 
			
		||||
	   %} elsif ($nfs_data->{error}) { 
 | 
			
		||||
	   <div class='sme-error'>
 | 
			
		||||
	       <h2> Operation Status Report - error</h2><p>
 | 
			
		||||
			%= $c->l($nfs_data->{error});
 | 
			
		||||
			</p>
 | 
			
		||||
    	</div>
 | 
			
		||||
	%}
 | 
			
		||||
 | 
			
		||||
	%#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'
 | 
			
		||||
	%}
 | 
			
		||||
	
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
</div>
 | 
			
		||||
%end
 | 
			
		||||
		Reference in New Issue
	
	Block a user