Bugzilla – Attachment 35641 Details for
Bug 13642
Adding new features for Dublin Core metadata
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13642 [ENH] Adding new features for Dublin Core metadata #5/9
0007-Bug-13642-ENH-Adding-new-features-for-Dublin-Core-me.patch (text/plain), 5.49 KB, created by
Héctor Eduardo Castro Avalos
on 2015-01-30 19:52:18 UTC
(
hide
)
Description:
Bug 13642 [ENH] Adding new features for Dublin Core metadata #5/9
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2015-01-30 19:52:18 UTC
Size:
5.49 KB
patch
obsolete
>From 28ddf31c940526beb66b224ed63188a1dab173c4 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Fri, 30 Jan 2015 11:11:47 -0600 >Subject: [PATCH 07/11] Bug 13642 [ENH] Adding new features for Dublin Core > metadata Changes to masthead.inc > >- Include the modal for Dublin Core options to export >--- > .../opac-tmpl/bootstrap/en/includes/masthead.inc | 64 ++++++++++++++++++++ > 1 file changed, 64 insertions(+) > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >old mode 100644 >new mode 100755 >index 94dec72..f435fef >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -316,3 +316,67 @@ > </div> > </form> <!-- /#auth --> > </div> <!-- /#modalAuth --> >+ >+ <!-- Dublin Core Exporter modal form --> >+ <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> >+ <div class="modal-dialog"> >+ <div class="modal-content"> >+ <div class="modal-header"> >+ <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> >+ <h4 class="modal-title" id="myModalLabel">Exporting to Dublin Core...</h4> >+ </div> >+ <form method="get" action="/cgi-bin/koha/opac-export.pl"> >+ <div class="modal-body"> >+ <fieldset> >+ <input id="input-simple" type="radio" name="recommendation" value="simple-dc-rdf">Simple DC-RDF >+ <br> >+ <input id="input-rdf" type="radio" name="recommendation" value="dc-rdf" checked>DC-RDF (Recommended) >+ <div id="dc-rdf" style="display:none;"> >+ <br>DC-RDF is downloadable in "rdfxml" by default (this is according with the >+ <br>recommendation), but you can download the file in other formats: >+ <br> >+ <input class="rdfoptions" type="radio" name="formats" value="rdfxml" checked>rdfxml >+ <input class="rdfoptions" type="radio" name="formats" value="rdfjson">rdfjson >+ <input class="rdfoptions" type="radio" name="formats" value="ntriples">ntriples >+ <input class="rdfoptions" type="radio" name="formats" value="nquads">nquads >+ <input class="rdfoptions" type="radio" name="formats" value="ntriples-canonical">ntriples-canonical >+ <input class="rdfoptions" type="radio" name="formats" value="turtle">turtle >+ </div> >+ <br> >+ <input id="input-xml" type="radio" name="recommendation" value="dc-xml">DC-XML >+ <div id="dc-xml" style="display:none;"> >+ <p><b>Output options for DC-XML</b> >+ <br> >+ <b>Dublin Core level</b></p> >+ <p><input class="xmloptions" type="radio" name="qualifier" value="0" checked disabled>Simple Dublin Core >+ <input class="xmloptions" type="radio" name="qualifier" value="1" disabled>Qualified Dublin Core</p> >+ <b>Other data (Optional)</b> >+ <br> >+ <input id="root_checked" class="xmloptions" type="checkbox" value="root"> >+ Root element: <input id="root_value" class="xmloptions" type="text" name="root_element" value="metadata" disabled> >+ <br>The xsischemaLocation should be filled like: >+ <br>http://example.org/myapp/ http://example.org/myapp/schema.xsd >+ <br> >+ <input id="schema_checked" class="xmloptions" type="checkbox" value="schema" disabled> >+ xsischemaLocation: <input id="schema_value" class="xmloptions" type="url" name="xsischemalocation" disabled><br> >+ </div> >+ <br> >+ <input id="input-oai" type="radio" name="recommendation" value="oai-dc">OAI-DC >+ <br> >+ <div> >+ <br>Learn more about DCMI Specifications at: <a href="http://dublincore.org/specifications/">http://dublincore.org/specifications/</a> >+ <br> >+ </div> >+ </fieldset> >+ </div> >+ <div class="modal-footer"> >+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> >+ <button type="submit" class="btn btn-primary">Export</button> >+ </div> >+ <input type="hidden" name="op" value="export" /> >+ <input type="hidden" name="format" value="dc" /> >+ <input type="hidden" name="bib" value="[% biblionumber %]" /> >+ </form> >+ </div> >+ </div> >+ </div><!-- End modal form --> >-- >1.7.10.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13642
:
35637
|
35638
|
35639
|
35640
|
35641
|
35642
|
35643
|
35644
|
35645
|
35663
|
35957
|
35981
|
35982
|
35983
|
35999
|
36000
|
36005
|
36006
|
36147
|
36154
|
36631
|
36632
|
36633
|
36636
|
36714
|
38220
|
38819
|
39623
|
39654
|
40786
|
40787
|
42168
|
43311
|
43313
|
43545
|
43548
|
43549
|
43586
|
43612
|
44627
|
44629
|
44658
|
44659
|
44660
|
44661
|
44662
|
44669
|
44672
|
44677
|
44727
|
44728
|
44729
|
44815
|
44816
|
44819
|
45970
|
45971
|
46514
|
46584
|
46585
|
46586
|
46587
|
46588