* Mon Aug 11 2025 Brian Read <brianr@koozali.org> 11.0.0-113.sme

- Re-factor all template files to make them nicely formatted  [SME: 13103]
This commit is contained in:
2025-08-12 06:20:31 +01:00
parent 6475521528
commit 74c9beb587
114 changed files with 5301 additions and 5274 deletions

View File

@@ -2,39 +2,39 @@
% content_for 'module' => begin
<div id='module' class='module reboot-panel'>
<div id='module' class='module reboot-panel'>
%if (config->{debug} == 1) {
<p>
(DBG)route: <%= $c->current_route %><br>
</p>
%}
% if (config->{debug} == 1) {
<p>
(DBG)route: <%= $c->current_route %><br>
</p>
% }
<h1><%= $title %></h1>
<br>
<h1><%= $title %></h1>
<br>
%= $modul
%= $modul
<% my $btn = l('PERFORM'); %>
%= form_for 'reboot' => (method => 'POST') => begin
<% my $btn = l('PERFORM'); %>
%= form_for 'reboot' => ( method => 'POST' ) => begin
<p>
%= $c->render_to_string(inline => $c->l('rbo_DESCRIPTION'))
<br><br>
<p>
%= $c->render_to_string( inline => $c->l('rbo_DESCRIPTION') )
<br><br>
<span class=label>
%=l 'rbo_LABEL_REBOOT'
</span>
<span class=data>
%= select_field 'function' => $c->rebootFunction_list()
</span>
</p><br>
<span class=label>
%= l 'rbo_LABEL_REBOOT'
</span>
<span class=data>
%= select_field 'function' => $c->rebootFunction_list()
</span>
</p><br>
%= submit_button "$btn", class => 'action'
%= submit_button "$btn", class => 'action'
% end
% end
%= hidden_field 'debug' => '0'
%= hidden_field 'debug' => '1'
</div>
%end
% end