Bug 15527: Add a stylesheet for OAI-PMH to aid usability
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 7 Jan 2016 16:16:48 +0000 (13:16 -0300)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Thu, 24 Mar 2016 17:28:38 +0000 (17:28 +0000)
commitab531790e394d5e89c031143029ee9f3b66e12dc
tree56ba343017ed35077bb013ec1f536fbf99fceecf
parent13f26489f7859ef00fe932c84191cba0a3ac4144
 Bug 15527: Add a stylesheet for OAI-PMH to aid usability

This patch introduces an XSLT file grabbed from DSpace and a couple
css files.

To test:

- Point to your dev Koha's oai endpoint. For example:
  http://localhost:8080/cgi-bin/koha/oai.pl?verb=ListMetadataFormats
=> FAIL: Look how ugly it is for humans.
- Apply this patch
- Reload
=> SUCCES: It is styled and provides really useful links to interact with
  the OAI server verbs.
- Sign off :-D

Sponsored-by: Universidad Empresarial Siglo 21
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
  Works as described. Nice looking.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
Koha/OAI/Server/Repository.pm
koha-tmpl/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/css/oai.css [new file with mode: 0644]
koha-tmpl/opac-tmpl/xslt/OAI.xslt [new file with mode: 0644]