% layout 'default', title => "Sme server 2 - yum_logfile";
% content_for 'refresh' => begin
% end
% content_for 'module' => begin
% if (config->{debug} == 1) {
%= dumper $c->current_route
%= dumper $yum_datas
% }
<%= $title %>
% if ( $notif ) {
%= $notif
% }
%= form_for 'yum' => ( method => 'POST' ) => begin
Please Wait - Yum Running (<%= $c->get_yum_status_page() %>)
<%= $c->render_to_string( inline => $c->format_yum_log() ) %>
%= hidden_field 'trt' => 'LOGF'
% end
% end