SM2Gen/Targets/CreateStarterWebsite/_csw_PARAMS.html.ep

106 lines
2.5 KiB
Plaintext
Raw Normal View History

2024-09-12 20:37:27 +02:00
%#
%# Generated by SM2Gen version:0.8 Chameleon version:4.5.4 On Python:3.12.3 at 2024-09-18 09:09:54
2024-09-12 20:37:27 +02:00
%#
<div id="CreateStarterWebsite-PARAMS" class="partial CreateStarterWebsite-PARAMS">
<script>
window.onload = function() {
SelectInput();
};
</script>
<h2>
%= l('csw_Hello_PARAMS');
2024-09-12 20:37:27 +02:00
</h2>
% my $btn = l('csw_APPLY');
2024-09-12 20:37:27 +02:00
%= form_for "CreateStarterWebsited" => (method => 'POST') => begin
% 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-16 15:01:17 +02:00
<h1><%=l('csw_Create_a_starter_website')%></h1>
<h2><%=l('csw_Manage_CreateStarterWebsite_settings:')%></h2>
2024-09-12 20:37:27 +02:00
<p>
%=l('csw_To_create_a_simple_web')
2024-09-12 20:37:27 +02:00
</p>
<p>
%=l('csw_You_can_leave_any_field')
2024-09-12 20:37:27 +02:00
</p>
<p>
%=l('csw_The_text_that_you_enter')
2024-09-12 20:37:27 +02:00
</p>
<p>
%=l('csw_Do_not_use_this_optionif')
2024-09-12 20:37:27 +02:00
</p>
<p><span class=label>
%=l('csw_')
</span><span class=data>
2024-09-15 17:01:09 +02:00
% param 'companyName' => $csw_data->{companyName} unless param 'companyName';
%= text_field 'companyName', size => '50', class => 'input' , pattern=>'.*' , placeholder=>'companyName'
<br></span></p>
2024-09-12 20:37:27 +02:00
<p>
%=l('csw_First_header,_typically_used_for')
2024-09-12 20:37:27 +02:00
</p>
<p><span class=label>
%=l('csw_')
</span><span class=data>
2024-09-15 17:01:09 +02:00
% param 'header1' => $csw_data->{header1} unless param 'header1';
%= text_field 'header1', size => '50', class => 'input' , pattern=>'.*' , placeholder=>'header1'
<br></span></p>
2024-09-12 20:37:27 +02:00
<p>
%=l('csw_Text_following_first_header,_typically')
2024-09-12 20:37:27 +02:00
</p>
<span class=label>
%=l('csw_')
</span><span class=data>
% 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('csw_Second_header,_typically_used_for')
2024-09-12 20:37:27 +02:00
</p>
<p><span class=label>
%=l('csw_')
</span><span class=data>
2024-09-15 17:01:09 +02:00
% param 'header2' => $csw_data->{header2} unless param 'header2';
%= text_field 'header2', size => '50', class => 'input' , pattern=>'.*' , placeholder=>'header2'
<br></span></p>
2024-09-12 20:37:27 +02:00
<p>
%=l('csw_Text_following_second_header,_typically')
2024-09-12 20:37:27 +02:00
</p>
<span class=label>
%=l('csw_')
</span><span class=data>
% 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('csw_When_you_create_this_web')
2024-09-12 20:37:27 +02:00
</p>
<p>
%=l('csw_Do_you_wish_to_proceed?')
2024-09-12 20:37:27 +02:00
</p>
<span class='data'>
%= submit_button l('csw_Create'), class => 'action'
</span>
2024-09-12 20:37:27 +02:00
%# Probably finally by a submit.
%end
</div>