* 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

@@ -1,40 +1,40 @@
% layout 'default', title => "Sme server 2 - yum_logfile";
% content_for 'refresh' => begin
<meta http-equiv="refresh" content="10">
%end
<meta http-equiv="refresh" content="10">
% end
% content_for 'module' => begin
<div id='module' class='module yumlogfile-panel'>
<div id='module' class='module yumlogfile-panel'>
% if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
%= dumper $yum_datas
</p>
<p>
%= dumper $c->current_route
%= dumper $yum_datas
</p>
% }
<h1><%= $title%></h1>
% if ( $notif ) {
<br><div class=sme-error>
%= $notif
</div>
%}
<h1><%= $title %></h1>
%= form_for 'yum' => (method => 'POST') => begin
% if ( $notif ) {
<br><div class=sme-error>
%= $notif
</div>
% }
<BR><center><H2>Please Wait - Yum Running (<%= $c->get_yum_status_page() %>)</H2></center>
%= form_for 'yum' => ( method => 'POST' ) => begin
<%= $c->render_to_string(inline => $c->format_yum_log()) %>
<BR><center><H2>Please Wait - Yum Running (<%= $c->get_yum_status_page() %>)</H2></center>
%= hidden_field 'trt' => 'LOGF'
<br>
<%= $c->render_to_string( inline => $c->format_yum_log() ) %>
%= hidden_field 'trt' => 'LOGF'
<br>
<!-- div class='center'>
prc= submit_button $c->l('NEXT'), class => 'action'
</div -->
prc= submit_button $c->l('NEXT'), class => 'action'
</div -->
% end
% end
</div>