Fixes for Bug 3958, Standardize vendor/supplier/bookseller terminology
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / addorderiso2709.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Acquisitions &rsaquo; Order Staged MARC Records
3 <!-- TMPL_IF name="batch_details" -->
4  &rsaquo; Batch <!-- TMPL_VAR name="import_batch_id" -->
5 <!-- TMPL_ELSE -->
6  &rsaquo; Batch List
7 <!-- /TMPL_IF -->
8 </title>
9 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
10 <body>
11 <!-- TMPL_INCLUDE NAME="header.inc" -->
12 <!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
13 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo;<a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="booksellerid" -->"><!-- TMPL_VAR NAME="booksellername" --></a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR name="basketno" -->">Basket #<!-- TMPL_VAR name="basketno" --></a> &rsaquo;  Add orders from iso2709 file</div>
14 <div id="doc3" class="yui-t2">
15    <div id="bd">
16        <div id="yui-main">
17            <div class="yui-b">
18              <h1>Add orders from staged file: <!-- TMPL_VAR name="comments" --></h1>
19              <!-- TMPL_IF name="batch_details" -->
20                <div>
21                      <dl>
22                        <dd><strong>File name:</strong> <!-- TMPL_VAR name="file_name" --></dd>
23                        <dd><strong>Staged on:</strong> <!-- TMPL_VAR name="upload_timestamp" --></dd>
24                      </dl>
25                </div>
26                <div>
27                    <form action="<!--TMPL_VAR name="scriptname" -->" method="post" name="import_biblios">
28                      <table>
29                      <tr>
30                          <th>#</th>
31                          <th>Citation</th>
32                          <th>Match?</th>
33                          <th>Order</th>
34                        </tr>
35                        <!-- TMPL_LOOP name="biblio_list" -->
36                          <tr>
37                              <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=<!-- TMPL_VAR name="import_record_id" -->" rel="gb_page_center[600,500]"><!-- TMPL_VAR name="record_sequence"--></a></td>
38                              <td>
39                                 <!-- TMPL_VAR name="citation"-->
40
41                              </td>
42                              <td><!-- TMPL_VAR name="overlay_status"--></td>
43                              <td><a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=<!--TMPL_VAR name="booksellerid" -->&amp;basketno=<!-- TMPL_VAR name="basketno" -->&amp;booksellerid=<!-- TMPL_VAR name="booksellerid" -->&amp;breedingid=<!-- TMPL_VAR name="import_record_id" -->&amp;import_batch_id=<!-- TMPL_VAR name="import_batch_id" -->">Add order</a></td>
44                          </tr>
45                          <!-- TMPL_IF name="match_biblionumber" -->
46                            <tr>
47                              <td />
48                              <td class="highlight" colspan="3">Matches biblio <!-- TMPL_VAR name="match_biblionumber" --> (score = <!-- TMPL_VAR name="match_score" -->): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="match_biblionumber" -->"><!-- TMPL_VAR name="match_citation" --></a></td>
49                            </tr>
50                          <!-- /TMPL_IF -->
51                        <!-- /TMPL_LOOP -->
52                      </table>
53                      <input type="button" value="Save" onclick="this.form.submit()" />
54                    </form>
55                </div>
56               <!-- TMPL_IF name="pages" -->
57                 <div class="pages">
58                 Page 
59                   <!-- TMPL_LOOP name="pages" -->
60                     <!-- TMPL_IF name="current_page" -->
61                       <span class="current"><!-- TMPL_VAR name="page_number" --></span>
62                     <!-- TMPL_ELSE -->
63                       <a class="nav" href="<!-- TMPL_VAR name="script_name" -->?import_batch_id=<!-- TMPL_VAR name="import_batch_id" -->&amp;offset=<!-- TMPL_VAR name="offset" -->"><!-- TMPL_VAR name="page_number" --></a>
64                     <!-- /TMPL_IF -->
65                   <!-- /TMPL_LOOP -->
66               <!-- /TMPL_IF -->
67              <!-- TMPL_ELSE -->
68                <div>
69                    <table>
70                      <tr>
71                        <th>File name</th>
72                        <th>Comments</th>
73                        <th>Status</th>
74                        <th>Staged</th>
75                        <th># Bibs</th>
76                        <th>&nbsp;</th>
77                      </tr>
78                      <!-- TMPL_LOOP name="batch_list" -->
79                      <tr>
80                         <td><!-- TMPL_VAR name="file_name" --></td>
81                        <td><!-- TMPL_VAR name="comments" --></td>
82                        <td><!-- TMPL_VAR name="import_status" --></td>
83                        <td><!-- TMPL_VAR name="upload_timestamp" --></td>
84                        <td><!-- TMPL_VAR name="num_biblios" --></td>
85                        <td><a href="<!-- TMPL_VAR name="scriptname" -->?import_batch_id=<!-- TMPL_VAR name="import_batch_id" -->&amp;basketno=<!-- TMPL_VAR name="basketno" -->&amp;booksellerid=<!-- TMPL_VAR name="booksellerid" -->">Add orders</a></td>
86                      </tr>
87                      <!-- /TMPL_LOOP -->
88                    </table>
89                </div>
90              <!-- /TMPL_IF -->
91            </div>
92        </div>
93    </div>
94 </div>
95 </body>
96 </html>