Delete '_nfs_TABLE.html.ep'

This commit is contained in:
Brian Read 2024-04-09 09:34:41 +00:00
parent 8f87cd9558
commit 21e377a22e

View File

@ -1,19 +0,0 @@
<div id="Nfsshare-TABLE">
<script>
window.onload = function() {
SelectInput();
};
</script>
<h2>
%= l("nfs Hello TABLE");
</h2>
% my $btn = l('APPLY');
%= form_for "Nfsshared" => (method => 'POST') => begin
% param 'trt' => $nfs_data->{trt} unless param 'trt';
%= hidden_field 'trt' => $nfs_data->{trt}
%# Inputs etc in here.
%# Probably finally by a submit.
% end
</div>