%# %# Generated by SM2Gen version:0.8 Chameleon version:4.5.4 On Python:3.12.3 at 2024-09-22 11:42:48 %#

%= l('csw_Hello_PARAMS');

% my $btn = l('csw_APPLY'); %= form_for "CreateStarterWebsited" => (method => 'POST') => begin % param 'trt' => $csw_data->{trt} unless param 'trt'; %= hidden_field 'trt' => $csw_data->{trt} %# Inputs etc in here.

<%=l('csw_Create_a_starter_website')%>

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

%=l('csw_To_create_a_simple_web')

%=l('csw_You_can_leave_any_field')

%=l('csw_The_text_that_you_enter')

%=l('csw_Do_not_use_this_optionif')

%=l('csw_') % param 'companyName' => $csw_data->{companyName} unless param 'companyName'; %= text_field 'companyName', size => '50', class => 'textinput companyName' , pattern=>'.*' , placeholder=>'companyName'

%=l('csw_First_header,_typically_used_for')

%=l('csw_') % param 'header1' => $csw_data->{header1} unless param 'header1'; %= text_field 'header1', size => '50', class => 'textinput header1' , pattern=>'.*' , placeholder=>'header1'

%=l('csw_Text_following_first_header,_typically')

%=l('csw_') % param 'text1' => $csw_data->{text1} unless param 'text1'; %= text_area 'text1', cols=>40, rows=>10

%=l('csw_Second_header,_typically_used_for')

%=l('csw_') % param 'header2' => $csw_data->{header2} unless param 'header2'; %= text_field 'header2', size => '50', class => 'textinput header2' , pattern=>'.*' , placeholder=>'header2'

%=l('csw_Text_following_second_header,_typically')

%=l('csw_') % param 'text2' => $csw_data->{text2} unless param 'text2'; %= text_area 'text2', cols=>40, rows=>10

%=l('csw_When_you_create_this_web')

%=l('csw_Do_you_wish_to_proceed?')

%# Probably finally by a submit. %end