20 lines
434 B
Plaintext
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>
|