110 lines
2.7 KiB
Plaintext
110 lines
2.7 KiB
Plaintext
%#
|
|
%# Generated by SM2Gen version:0.8 Chameleon version:3.8.1 On Python:3.12.3 ( at 2024-09-12 19:31
|
|
%#
|
|
<div id="CreateStarterWebsite-PARAMS" class="partial CreateStarterWebsite-PARAMS">
|
|
<script>
|
|
window.onload = function() {
|
|
SelectInput();
|
|
};
|
|
</script>
|
|
<h2>
|
|
%= l('csw Hello PARAMS');
|
|
</h2>
|
|
% 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.
|
|
|
|
<h2><%=l('Manage CreateStarterWebsite settings:')%></h2>
|
|
|
|
<p>
|
|
%= l('To create a simple web page for your company, fill
|
|
in the fields below and click onCreate.')
|
|
</p>
|
|
|
|
<p>
|
|
%= l('You can leave any field blank if you do not need it.')
|
|
</p>
|
|
|
|
<p>
|
|
%= 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')
|
|
</p>
|
|
|
|
<p>
|
|
%= 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.')
|
|
</p>
|
|
|
|
<p><span class=label>
|
|
%=l('csw_')
|
|
</span><span class=data>
|
|
%=
|
|
</span></p>
|
|
|
|
<p>
|
|
%= l('First header, typically used for short phrases such
|
|
as 'Leader in the field of textile manufacturing'')
|
|
</p>
|
|
|
|
<p><span class=label>
|
|
%=l('csw_')
|
|
</span><span class=data>
|
|
%=
|
|
</span></p>
|
|
|
|
<p>
|
|
%= l('Text following first header, typically used for a
|
|
paragraph of marketing information.')
|
|
</p>
|
|
|
|
<span class=label>
|
|
%=l('csw_')
|
|
</span><span class=data>
|
|
% param 'text1' => ${prefix}_data->{text1} unless param 'text1';
|
|
%= text_area 'text1', cols=>40, rows=>10
|
|
</span><br>
|
|
|
|
<p>
|
|
%= l('Second header, typically used for short phrases such
|
|
as 'For more information' or 'To order our products':')
|
|
</p>
|
|
|
|
<p><span class=label>
|
|
%=l('csw_')
|
|
</span><span class=data>
|
|
%=
|
|
</span></p>
|
|
|
|
<p>
|
|
%= l('Text following second header, typically used for contact
|
|
or ordering information:')
|
|
</p>
|
|
|
|
<span class=label>
|
|
%=l('csw_')
|
|
</span><span class=data>
|
|
% param 'text2' => ${prefix}_data->{text2} unless param 'text2';
|
|
%= text_area 'text2', cols=>40, rows=>10
|
|
</span><br>
|
|
|
|
<p>
|
|
%= l('When you create this web page, the file
|
|
'index.htm' will be overwritten
|
|
in your web site directory.')
|
|
</p>
|
|
|
|
<p>
|
|
%= l('Do you wish to proceed?')
|
|
</p>
|
|
|
|
%# Probably finally by a submit.
|
|
%end
|
|
</div>
|