]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/vandelay/inc/export.xml
added record export form into the vandelay interface
[Evergreen.git] / Open-ILS / web / vandelay / inc / export.xml
1 <x>
2 <h1>&vandelay.export.records;</h1><br/>
3 <form method="POST" enctype="multipart/form-data" action='/exporter'>
4     <table class='form_table'>
5         <tr>
6             <td>&vandelay.export.use_field_no;</td>
7             <td>
8                 <input dojoType='dijit.form.TextBox' type="text" size="2" maxlength="2" name="idcolumn" value="0"/>
9                 &vandelay.export.field_no_hint;
10             </td>
11         </tr>
12         <tr>
13             <td>&vandelay.export.from_csv;</td>
14             <td><input type="file" name="idfile"/></td>
15         </tr>
16         <tr><td colspan='2'><b>&vandelay.export.or;</b></td></tr>
17         <tr>
18             <td>&vandelay.export.record_id;</td>
19             <td><input dojoType='dijit.form.TextBox' type="text" size="12" maxlength="12" name="id"/></td>
20         </tr>
21         <tr>
22             <td>&vandelay.record.type;</td>
23             <td>
24                 <select name="rectype" dojoType='dijit.form.FilteringSelect'>
25                     <option value="biblio">&vandelay.bib.records;</option>
26                     <option value="authority">&vandelay.auth.records;</option>
27                 </select>
28             </td>
29         </tr>
30         <tr>
31             <td>&vandelay.export.format;</td>
32             <td>
33                 <select name="format" dojoType='dijit.form.FilteringSelect'>
34                     <option value="USMARC">&vandelay.export.format.marc21;</option>
35                     <option value="UNIMARC">&vandelay.export.format.unimarc;</option>
36                     <option value="XML">&vandelay.export.format.xml;</option>
37                     <option value="BRE">&vandelay.export.format.bre;</option>
38                 </select>
39             </td>
40         </tr>
41         <tr>
42             <td>&vandelay.export.encoding;</td>
43             <td>
44                 <select name="encoding" dojoType='dijit.form.FilteringSelect'>
45                     <option value="UTF-8">&vandelay.export.utf8;</option>
46                     <option value="MARC8">&vandelay.export.marc8;</option>
47                 </select>
48             </td>
49         </tr>
50         <tr>
51             <td>&vandelay.export.holdings;</td>
52             <td><input dojoType='dijit.form.CheckBox' type="checkbox" name="holdings" value="1"/></td>
53         </tr>
54         <tr>
55             <td colspan='2'>
56                 <button dojoType='dijit.form.Button' type="submit" value="Retrieve Records">&vandelay.export.retrieve;</button>
57             </td>
58         </tr>
59     </table>
60 </form>
61 </x>