New NPL templates
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / marcimport / AcceptMarcUpload.tmpl
1 <!-- TMPL_INCLUDE NAME="cat-top.inc" -->
2 <h1><a href=<!-- TMPL_VAR name="SCRIPT_NAME" -->>Main Menu</a></h1>
3 <h2>Select a set of MARC records</h2>\n<ul>
4 <!-- TMPL_LOOP name="marc" -->
5         <li><a href=<!-- TMPL_VAR name="SCRIPT_NAME" -->?file=<!-- TMPL_VAR name="id" -->&menu=<!-- TMPL_VAR name="menu" -->><!-- TMPL_VAR name="name" --></a></li>
6 <!-- /TMPL_LOOP -->
7 <li><a href=<!-- TMPL_VAR name="SCRIPT_NAME" -->?menu=z3950>Z39.50 Search</a>
8 <li><a href=<!-- TMPL_VAR name="SCRIPT_NAME" -->?menu=uploadmarc>Upload MARC Records</a>
9 </ul>
10 </ul>
11 <p>
12 <table border=1 bgcolor=#dddddd>
13         <tr><th bgcolor=#bbbbbb colspan=2>
14                 Upload a set of MARC records</th>
15         </tr>
16         <tr>
17                 <td>Upload a set of MARC records:</td>
18                 <td>
19                         <form method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->?menu=<!-- TMPL_VAR name="menu" -->" enctype="multipart/form-data">
20                         <input type="file" name="uploadmarc"/>
21                 </td>
22         </tr>
23         <tr>
24                 <td>
25                         <input type="hidden" name=menu value=<!-- TMPL_VAR name="menu" -->
26                         Name this set of MARC records:
27                 </td>
28                 <td>
29                         <input type="text" name=name>
30                 </td>
31         </tr>
32         <tr>
33                 <td colspan=2 align=center>
34                         <input type=submit>
35                 </td>
36         </tr>
37 </table>
38 </form>
39
40 <!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->
41