[% USE raw %] [% USE Asset %] [% USE Koha %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% IF plugin %] Upload plugin [% ELSE %] Koha › Tools › Upload [% END %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK plugin_pars %] [% IF plugin %] [% END %] [% END %] [% BLOCK breadcrumbs %] [% END %] [% BLOCK form_new %]
[% PROCESS plugin_pars %]
Upload new files
  1. [% IF uploadcategories %]
  2. [% END %] [% IF !plugin %]
  3. [% IF uploadcategories %]
    Note: For temporary uploads do not select a category.
    [% ELSE %]
    Note: No upload categories are defined. Add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary.
    [% END %]
  4. [% END %]
  5. [% IF plugin %] [% ELSE %] [% END %]
Upload progress: 0%
[% END %] [% BLOCK form_search %]
[% PROCESS plugin_pars %]
Search uploads by name or hashvalue
[% END %] [% BLOCK submitter %] [% END %] [% BLOCK closer %] [% IF plugin %]
Close
[% END %] [% END %] [% BLOCK back %] [% IF !plugin %]
[% END %] [% END %] [% BLOCK newsearch %]
[% IF plugin %]
Close
[% END %] [% END %] [% BLOCK table_results %] [% IF !plugin %][% END %] [% IF !plugin %][% END %] [% FOREACH record IN uploads %] [% IF !plugin %] [% END %] [% END %]
Filename Size Hashvalue CategoryPublicTemporaryActions
[% record.filename | html %] [% record.filesize | html %] [% record.hashvalue | html %] [% record.uploadcategorycode | html %][% IF record.public %]Yes[% ELSE %]No[% END %] [% IF record.permanent %]No[% ELSE %]Yes[% END %] [% IF plugin %] [% END %] [% IF record.owner == owner || CAN_user_tools_upload_manage %] [% END %]
[% END %] [% IF ( plugin ) %]
[% ELSE %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% PROCESS breadcrumbs %]
[% END %]

Upload

[% PROCESS submitter %] [% IF mode == 'new' || mode == 'deleted' %] [% PROCESS form_new %] [% PROCESS form_search %] [% PROCESS closer %] [% ELSIF mode == 'report' %] [% IF uploads %]

Your request gave the following results:

[% PROCESS table_results %] [% PROCESS closer %] [% PROCESS back %] [% ELSE %]

Sorry, your request had no results.

[% PROCESS newsearch %] [% END %] [% END %] [% IF !plugin %]
[% ELSE %]
[% END %] [% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% Asset.js("js/file-upload.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]