Bug 1962: Add new syspref FineNotifyAtCheckin
[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 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
11 <script type="text/JavaScript">
12 //<![CDATA[
13     $(document).ready(function() {
14         $("#files").tablesorter({
15             headers: {
16                 5: { sorter: false },
17             }
18         });
19     });
20 //]]>
21 </script>
22 </head>
23 <body>
24 <!-- TMPL_INCLUDE NAME="header.inc" -->
25 <!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
26 <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>
27 <div id="doc3" class="yui-t2">
28    <div id="bd">
29        <div id="yui-main">
30            <div class="yui-b">
31              <h1>Add orders from staged file: <!-- TMPL_VAR name="comments" --></h1>
32              <!-- TMPL_IF name="batch_details" -->
33                <div>
34                      <dl>
35                        <dd><strong>File name:</strong> <!-- TMPL_VAR name="file_name" --></dd>
36                        <dd><strong>Staged on:</strong> <!-- TMPL_VAR name="upload_timestamp" --></dd>
37                      </dl>
38                </div>
39                <div>
40                    <form action="<!--TMPL_VAR name="scriptname" -->" method="post" name="import_biblios">
41                      <table>
42                      <tr>
43                          <th>#</th>
44                          <th>Citation</th>
45                          <th>Match?</th>
46                          <th>Order</th>
47                        </tr>
48                        <!-- TMPL_LOOP name="biblio_list" -->
49                          <tr>
50                              <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>
51                              <td>
52                                 <!-- TMPL_VAR name="citation"-->
53
54                              </td>
55                              <td><!-- TMPL_VAR name="overlay_status"--></td>
56                              <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>
57                          </tr>
58                          <!-- TMPL_IF name="match_biblionumber" -->
59                            <tr>
60                              <td />
61                              <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>
62                            </tr>
63                          <!-- /TMPL_IF -->
64                        <!-- /TMPL_LOOP -->
65                      </table>
66                      <input type="button" value="Save" onclick="this.form.submit()" />
67                    </form>
68                </div>
69               <!-- TMPL_IF name="pages" -->
70                 <div class="pages">
71                 Page 
72                   <!-- TMPL_LOOP name="pages" -->
73                     <!-- TMPL_IF name="current_page" -->
74                       <span class="current"><!-- TMPL_VAR name="page_number" --></span>
75                     <!-- TMPL_ELSE -->
76                       <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>
77                     <!-- /TMPL_IF -->
78                   <!-- /TMPL_LOOP -->
79               <!-- /TMPL_IF -->
80              <!-- TMPL_ELSE -->
81                <div>
82                    <table id="files">
83                      <thead>
84                      <tr>
85                        <th>File name</th>
86                        <th>Comments</th>
87                        <th>Status</th>
88                        <th>Staged</th>
89                        <th># Bibs</th>
90                        <th>&nbsp;</th>
91                      </tr>
92                      </thead>
93                      <tbody>
94                      <!-- TMPL_LOOP name="batch_list" -->
95                      <tr>
96                         <td><!-- TMPL_VAR name="file_name" --></td>
97                        <td><!-- TMPL_VAR name="comments" --></td>
98                        <td><!-- TMPL_VAR name="import_status" --></td>
99                        <td><!-- TMPL_VAR name="upload_timestamp" --></td>
100                        <td><!-- TMPL_VAR name="num_biblios" --></td>
101                        <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>
102                      </tr>
103                      <!-- /TMPL_LOOP -->
104                      </tbody>
105                    </table>
106                </div>
107              <!-- /TMPL_IF -->
108            </div>
109        </div>
110    </div>
111 </div>
112 </body>
113 </html>