%# %# Generated by SM2Gen version:0.9(20Jan2025) Chameleon version:4.5.4 On Python:3.12.3 at 2025-09-06 06:03:54 %# %# Specific for AdminLTE theme %#
%# % if (config->{debug} == 1) {
			%= dumper $ex1_data
		
% } % my $btn = l('ex1_SAVE'); % $c->param(Selected => undef); #This may need deleting for a params panel - only needed for a table %= form_for "example1u" => (method => 'POST') => begin % param 'trt' => $ex1_data->{trt} unless param 'trt'; %= hidden_field 'trt' => $ex1_data->{trt} %# Inputs etc in here.

<%=l('ex1_NFS_Share_Contrib')%>


<%=l('ex1_Manage_NFS_Ibay_settings:')%>



% my $control_data = $c->stash('ibays'); % foreach my $row (@$control_data) { %}
<%=l('ex1_Name')%> <%=l('ex1_Description')%> <%=l('ex1_Status')%> <%=l('ex1_Action')%>
<%=$c->render_to_string(inline=>$row->{'Name'})%> <%=$c->render_to_string(inline=>$row->{'Description'})%> <%=$c->render_to_string(inline=>$row->{'flag'})%> <%=$c->render_to_string(inline=>$row->{'Modify'})%>

%# .... %# Probably finally by a submit. %= submit_button $btn, class => 'action' %end