%# %# Generated by SM2Gen version:0.8 Chameleon version:4.5.4 On Python:3.12.3 at 2024-09-13 19:20 %#

%= 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('To create a simple web page for your company, fill in the fields below and click onCreate.')

%= l('csw_You_can_leave_any_field')

%= l('The text that you enter below will be line wrapped for a nicer appearance in your web page. Leave a blank line whenever you want to start a new paragraph. If you need to force a line break without starting a new paragraph (for example after each line of a mailing address), then type the four-character sequence')

%= l('Do not use this option if you have already customized your web site, since it will overwrite the 'index.htm' file in your web site directory.')

%=l('csw_') %=

%= l('First header, typically used for short phrases such as 'Leader in the field of textile manufacturing'')

%=l('csw_') %=

%= l('Text following first header, typically used for a paragraph of marketing information.')

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

%= l('Second header, typically used for short phrases such as 'For more information' or 'To order our products':')

%=l('csw_') %=

%= l('Text following second header, typically used for contact or ordering information:')

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

%= l('When you create this web page, the file 'index.htm' will be overwritten in your web site directory.')

%= l('csw_Do_you_wish_to_proceed?')

%# Probably finally by a submit. %end