%# %# Generated by SM2Gen version:0.8 Chameleon version:4.5.4 On Python:3.12.3 at 2024-09-14 17:41 %#

%= 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_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_') %=

%=l('csw_First_header,_typically_used_for')

%=l('csw_') %=

%=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_') %=

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