Bug 19833: Kill the "biblios"
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / neworderempty_duplicate.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Acquisitions &rsaquo; Basket [% basketno | html %] &rsaquo; Duplicate warning</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="acq_neworderempty_duplicate" class="acq">
6
7 [% INCLUDE 'header.inc' %]
8 [% INCLUDE 'acquisitions-search.inc' %]
9
10 <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/basket.pl?basketno=[% basketno | html %]">Basket [% basketno | html %]</a> &rsaquo; Duplicate warning</div>
11
12 <div class="main container-fluid">
13     <div class="row">
14         <div class="col-sm-10 col-sm-push-2">
15             <main>
16
17 <div class="dialog alert">
18 <h4>Duplicate warning</h4>
19 <p>You selected a record from an external source that matches an existing record in your catalog: [% IF ( BiblioDefaultViewmarc ) %]<a class="popup" target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% biblionumber |url %]">
20 [% ELSIF ( BiblioDefaultViewlabeled_marc ) %]<a class="popup" target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/labeledMARCdetail.pl?biblionumber=[% biblionumber |url %]">
21 [% ELSIF ( BiblioDefaultViewisbd ) %]<a class="popup" target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=[% biblionumber |url %]">
22 [% ELSE %]<a class="popup" target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber |url %]">[% END %][% duplicatetitle | html %]</a></p>
23 </div>
24
25 <div class="row">
26 <div class="col-sm-4">
27 <div style="border: 1px solid #DDD; padding:1em;">
28 <form action="/cgi-bin/koha/acqui/neworderempty.pl">
29 <h4>Use existing record</h4>
30 <p>Do not create a duplicate record. Add an order from the existing record in your catalog.</p>
31 <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
32 <input type="hidden" name="basketno" value="[% basketno | html %]" />
33 <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
34 <input type="submit" value="Use Existing" />
35 </form>
36 </div>
37 </div>
38
39 <div class="col-sm-4">
40 <div style="border: 1px solid #DDD; padding:1em;">
41 <form action="/cgi-bin/koha/acqui/basket.pl">
42 <h4>Cancel and return to order</h4>
43 <p>Return to the basket without making a new order.</p>
44 <input type="hidden" name="basketno" value="[% basketno | html %]" />
45 <input type="submit" value="Cancel" />
46 </form>
47 </div>
48 </div>
49
50 <div class="col-sm-4">
51 <div style="border: 1px solid #DDD; padding:1em;">
52 <form action="/cgi-bin/koha/acqui/neworderempty.pl">
53 <h4>Create new record</h4>
54 <p>Create a new record by importing the external (duplicate) record.</p>
55 <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
56 <input type="hidden" name="basketno" value="[% basketno | html %]" />
57 <input type="hidden" name="breedingid" value="[% breedingid | html %]" />
58 <input type="hidden" name="use_external_source" value="1" />
59 <input type="submit" value="Create New" />
60 </form>
61 </div>
62 </div>
63
64 </div>
65
66 </main>
67 </div> <!-- /.col-sm-10.col-sm-push-2 -->
68
69 <div class="col-sm-2 col-sm-pull-10">
70     <aside>
71         [% INCLUDE 'acquisitions-menu.inc' %]
72     </aside>
73 </div> <!-- /.col-sm-2.col-sm-pull-10 -->
74 </div> <!-- /.row -->
75
76 [% INCLUDE 'intranet-bottom.inc' %]