Lines 1154-1188
Link Here
|
1154 |
</div> <!-- / .container-fluid --> |
1154 |
</div> <!-- / .container-fluid --> |
1155 |
</div> <!-- / .main --> |
1155 |
</div> <!-- / .main --> |
1156 |
|
1156 |
|
1157 |
<!-- Dublin Core Modal Form --> |
|
|
1158 |
<div class="modal hide" id="exportModal_" tabindex="-1" role="dialog" aria-labelledby="exportLabelexportModal_" aria-hidden="true"> |
1159 |
<div class="modal-header"> |
1160 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
1161 |
<h3 class="modal-title" id="exportModalLabel">Exporting to Dublin Core...</h3> |
1162 |
</div> |
1163 |
<form method="get" action="/cgi-bin/koha/opac-export.pl"> |
1164 |
<div class="modal-body"> |
1165 |
<fieldset id="dc_fieldset"> |
1166 |
<input id="input-simple" type="radio" name="format" value="rdfdc"> |
1167 |
<label class="label_dc" for="input-simple">Simple DC-RDF</label> |
1168 |
<br> |
1169 |
<input id="input-oai" type="radio" name="format" value="oaidc"> |
1170 |
<label class="label_dc" for="input-oai">OAI-DC</label> |
1171 |
<br> |
1172 |
<input id="input-srw" type="radio" name="format" value="srwdc"> |
1173 |
<label class="label_dc" for="input-srw">SRW-DC</label> |
1174 |
<br> |
1175 |
<input type="hidden" name="op" value="export"> |
1176 |
<input type="hidden" name="bib" value="[% biblionumber %]"> |
1177 |
</fieldset> |
1178 |
</div> |
1179 |
<div class="modal-footer"> |
1180 |
<button type="submit" class="btn">Export</button> |
1181 |
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> |
1182 |
</div> |
1183 |
</form> |
1184 |
</div> |
1185 |
|
1186 |
[% INCLUDE 'opac-bottom.inc' %] |
1157 |
[% INCLUDE 'opac-bottom.inc' %] |
1187 |
|
1158 |
|
1188 |
[%# End of template %] |
1159 |
[%# End of template %] |
1189 |
- |
|
|