|
Lines 1084-1116
function verify_images() {
Link Here
|
| 1084 |
[% END %] |
1084 |
[% END %] |
| 1085 |
</div> |
1085 |
</div> |
| 1086 |
|
1086 |
|
| 1087 |
<!--Modal for Dublin Core--> |
|
|
| 1088 |
<div class="modal hide" id="exportModal_" tabindex="-1" role="dialog" aria-labelledby="exportLabelexportModal_" aria-hidden="true"> |
| 1089 |
<div class="modal-header"> |
| 1090 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
| 1091 |
<h3 id="exportLabelexportModal_">Exporting to Dublin Core...</h3> |
| 1092 |
</div> |
| 1093 |
<form method="get" action="/cgi-bin/koha/catalogue/export.pl"> |
| 1094 |
<div class="modal-body"> |
| 1095 |
<fieldset> |
| 1096 |
<input id="input-simple" type="radio" name="format" value="rdfdc"> |
| 1097 |
<label for="input-simple">Simple DC-RDF</label> |
| 1098 |
<br> |
| 1099 |
<input id="input-oai" type="radio" name="format" value="oaidc"> |
| 1100 |
<label for="input-oai">OAI-DC</label> |
| 1101 |
<br> |
| 1102 |
<input id="input-srw" type="radio" name="format" value="srwdc"> |
| 1103 |
<label for="input-srw">SRW-DC</label> |
| 1104 |
<br> |
| 1105 |
</fieldset> |
| 1106 |
</div> |
| 1107 |
<div class="modal-footer"> |
| 1108 |
<button type="submit" class="btn">Export</button> |
| 1109 |
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> |
| 1110 |
</div> |
| 1111 |
<input type="hidden" name="op" value="export" /> |
| 1112 |
<input type="hidden" name="bib" value="[% biblionumber %]" /> |
| 1113 |
</form> |
| 1114 |
</div> |
| 1115 |
|
| 1116 |
[% INCLUDE 'intranet-bottom.inc' %] |
1087 |
[% INCLUDE 'intranet-bottom.inc' %] |