Lines 316-318
Link Here
|
316 |
</div> |
316 |
</div> |
317 |
</form> <!-- /#auth --> |
317 |
</form> <!-- /#auth --> |
318 |
</div> <!-- /#modalAuth --> |
318 |
</div> <!-- /#modalAuth --> |
319 |
- |
319 |
|
|
|
320 |
<!-- Dublin Core Exporter modal form --> |
321 |
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> |
322 |
<div class="modal-dialog"> |
323 |
<div class="modal-content"> |
324 |
<div class="modal-header"> |
325 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
326 |
<h4 class="modal-title" id="myModalLabel">Exporting to Dublin Core...</h4> |
327 |
</div> |
328 |
<form method="get" action="/cgi-bin/koha/opac-export.pl"> |
329 |
<div class="modal-body"> |
330 |
<fieldset> |
331 |
<input id="input-simple" type="radio" name="recommendation" value="simple-dc-rdf">Simple DC-RDF |
332 |
<br> |
333 |
<input id="input-rdf" type="radio" name="recommendation" value="dc-rdf" checked>DC-RDF (Recommended) |
334 |
<div id="dc-rdf" style="display:none;"> |
335 |
<br>DC-RDF is downloadable in "rdfxml" by default (this is according with the |
336 |
<br>recommendation), but you can download the file in other formats: |
337 |
<br> |
338 |
<input class="rdfoptions" type="radio" name="formats" value="rdfxml" checked>rdfxml |
339 |
<input class="rdfoptions" type="radio" name="formats" value="rdfjson">rdfjson |
340 |
<input class="rdfoptions" type="radio" name="formats" value="ntriples">ntriples |
341 |
<input class="rdfoptions" type="radio" name="formats" value="nquads">nquads |
342 |
<input class="rdfoptions" type="radio" name="formats" value="ntriples-canonical">ntriples-canonical |
343 |
<input class="rdfoptions" type="radio" name="formats" value="turtle">turtle |
344 |
</div> |
345 |
<br> |
346 |
<input id="input-xml" type="radio" name="recommendation" value="dc-xml">DC-XML |
347 |
<div id="dc-xml" style="display:none;"> |
348 |
<p><b>Output options for DC-XML</b> |
349 |
<br> |
350 |
<b>Dublin Core level</b></p> |
351 |
<p><input class="xmloptions" type="radio" name="qualifier" value="0" checked disabled>Simple Dublin Core |
352 |
<input class="xmloptions" type="radio" name="qualifier" value="1" disabled>Qualified Dublin Core</p> |
353 |
<b>Other data (Optional)</b> |
354 |
<br> |
355 |
<input id="root_checked" class="xmloptions" type="checkbox" value="root"> |
356 |
Root element: <input id="root_value" class="xmloptions" type="text" name="root_element" value="metadata" disabled> |
357 |
<br>The xsischemaLocation should be filled like: |
358 |
<br>http://example.org/myapp/ http://example.org/myapp/schema.xsd |
359 |
<br> |
360 |
<input id="schema_checked" class="xmloptions" type="checkbox" value="schema" disabled> |
361 |
xsischemaLocation: <input id="schema_value" class="xmloptions" type="url" name="xsischemalocation" disabled><br> |
362 |
</div> |
363 |
<br> |
364 |
<input id="input-oai" type="radio" name="recommendation" value="oai-dc">OAI-DC |
365 |
<br> |
366 |
<div> |
367 |
<br>Learn more about DCMI Specifications at: <a href="http://dublincore.org/specifications/">http://dublincore.org/specifications/</a> |
368 |
<br> |
369 |
</div> |
370 |
</fieldset> |
371 |
</div> |
372 |
<div class="modal-footer"> |
373 |
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button> |
374 |
<button type="submit" class="btn btn-primary">Export</button> |
375 |
</div> |
376 |
<input type="hidden" name="op" value="export" /> |
377 |
<input type="hidden" name="format" value="dc" /> |
378 |
<input type="hidden" name="bib" value="[% biblionumber %]" /> |
379 |
</form> |
380 |
</div> |
381 |
</div> |
382 |
</div><!-- End modal form --> |