% layout 'AdminLTE', title => "Sme server 2 - viewlogfiles"; % content_for 'module' => begin
%if (config->{debug} == 1) {
(DBG)route: <%= $c->current_route %>
% }

<%= $title %>


<%= $notif %> <% my $btn = l('NEXT'); %>
<%=l 'log_FIRSTPAGE_DESC' %>

% param 'Filename' => 'messages'; %= select_field 'Filename' => $c->findlogFiles(), class => "form-select", id => "LogFileSelect"

<%= l 'log_FILTER_PATTERN_DESC' %>


<%= l 'log_MATCH_PATTERN_DESC' %>


<%= l 'log_OP_DESC' %>

%if ($log_datas->{'default_op'} eq 'download') { % param 'Operation' => 'download'; % } %= select_field 'Operation' => [[(l 'log_VIEW') => 'view'],[(l 'DOWNLOAD') => 'download']], class => "form-select", id => "LogOperation"

<%= l 'log_END_DESC' %>
%end