[% USE raw %]
[% USE Asset %]
[% USE KohaDates %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
Access files
[% IF ( error_no_dir ) %]
Error: Files could not be found because the "access_dir" option was not set in "koha-conf.xml". Contact your system administrator to add this option.
[% ELSE %]
[% IF ( files_loop ) %]
Name |
Size (bytes) |
Date last modified |
[% FOREACH file IN files_loop %]
[% file.name | html %] |
[% file.size | html %] |
[% file.date | $KohaDates %] |
[% END %]
[% ELSE %]
No files found.
[% END %]
[% END %]
[% MACRO jsinclude BLOCK %]
[% Asset.js("js/tools-menu.js") | $raw %]
[% INCLUDE 'datatables.inc' %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]