SM2Gen/Targets/_nfs_TABLE.html.ep
2024-04-09 09:36:36 +00:00

20 lines
434 B
Plaintext

<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>