2024-09-12 20:37:27 +02:00
|
|
|
%#
|
2024-09-14 12:39:26 +02:00
|
|
|
%# Generated by SM2Gen version:0.8 Chameleon version:4.5.4 On Python:3.12.3 at 2024-09-13 19:20
|
2024-09-12 20:37:27 +02:00
|
|
|
%#
|
|
|
|
<div id="CreateStarterWebsite-PARAMS" class="partial CreateStarterWebsite-PARAMS">
|
|
|
|
<script>
|
|
|
|
window.onload = function() {
|
|
|
|
SelectInput();
|
|
|
|
};
|
|
|
|
</script>
|
|
|
|
<h2>
|
2024-09-14 12:39:26 +02:00
|
|
|
%= l('csw_Hello_PARAMS');
|
2024-09-12 20:37:27 +02:00
|
|
|
</h2>
|
2024-09-14 12:39:26 +02:00
|
|
|
% my $btn = l('csw_APPLY');
|
2024-09-12 20:37:27 +02:00
|
|
|
%= form_for "CreateStarterWebsited" => (method => 'POST') => begin
|
|
|
|
|
2024-09-14 12:39:26 +02:00
|
|
|
% param 'trt' => $csw_data->{trt} unless param 'trt';
|
|
|
|
%= hidden_field 'trt' => $csw_data->{trt}
|
2024-09-12 20:37:27 +02:00
|
|
|
%# Inputs etc in here.
|
|
|
|
|
2024-09-14 12:39:26 +02:00
|
|
|
<h2><%=l('csw_Manage_CreateStarterWebsite_settings:')%></h2>
|
2024-09-12 20:37:27 +02:00
|
|
|
|
|
|
|
<p>
|
|
|
|
%= l('To create a simple web page for your company, fill
|
|
|
|
in the fields below and click onCreate.')
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2024-09-14 12:39:26 +02:00
|
|
|
%= l('csw_You_can_leave_any_field')
|
2024-09-12 20:37:27 +02:00
|
|
|
</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>
|
2024-09-14 12:39:26 +02:00
|
|
|
%= l('Do not use this option if you have already customized your web site, since it will
|
2024-09-12 20:37:27 +02:00
|
|
|
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>
|
2024-09-14 12:39:26 +02:00
|
|
|
% param 'text1' => $csw_data->{text1} unless param 'text1';
|
2024-09-12 20:37:27 +02:00
|
|
|
%= 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>
|
2024-09-14 12:39:26 +02:00
|
|
|
% param 'text2' => $csw_data->{text2} unless param 'text2';
|
2024-09-12 20:37:27 +02:00
|
|
|
%= 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>
|
2024-09-14 12:39:26 +02:00
|
|
|
%= l('csw_Do_you_wish_to_proceed?')
|
2024-09-12 20:37:27 +02:00
|
|
|
</p>
|
|
|
|
|
|
|
|
%# Probably finally by a submit.
|
|
|
|
%end
|
|
|
|
</div>
|