diff --git a/Targets/_csw_PARAMS.html.ep b/Targets/_csw_PARAMS.html.ep new file mode 100644 index 0000000..73ed537 --- /dev/null +++ b/Targets/_csw_PARAMS.html.ep @@ -0,0 +1,109 @@ +%# +%# Generated by SM2Gen version:0.8 Chameleon version:3.8.1 On Python:3.12.3 ( at 2024-09-12 19:31 +%# +
+ +

+ %= l('csw Hello PARAMS'); +

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

<%=l('Manage CreateStarterWebsite settings:')%>

+ +

+ %= l('To create a simple web page for your company, fill + in the fields below and click onCreate.') +

+ +

+ %= l('You can leave any field blank if you do not need it.') +

+ +

+ %= 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 optionif 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' => ${prefix}_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' => ${prefix}_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('Do you wish to proceed?') +

+ + %# Probably finally by a submit. + %end +
diff --git a/Targets/_nfs_PARAMS.html.ep b/Targets/_nfs_PARAMS.html.ep index 9d33b78..69b0195 100644 --- a/Targets/_nfs_PARAMS.html.ep +++ b/Targets/_nfs_PARAMS.html.ep @@ -1,5 +1,5 @@ %# -%# Generated by SM2Gen version:0.8 Chameleon version:4.5.4 On Python:3.10.12 at 2024-09-03 13:54 +%# Generated by SM2Gen version:0.8 Chameleon version:3.8.1 On Python:3.12.3 ( at 2024-09-12 19:29 %#