Merge remote branch 'katrin/3381_intranetusercss' into new/enh/bug_3381
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / moveitem.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Attach item</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
8 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloging/addbooks.pl">Cataloging</a>  &rsaquo; Attach an item to <i><!-- TMPL_VAR NAME="bibliotitle" escape="html" --></i></div>
9 <div id="doc3" class="yui-t2">
10
11 <!-- TMPL_IF NAME="error" -->
12     <div class="dialog alert">
13         <!-- TMPL_IF NAME="errornonewitem" -->ERROR: Unable to create the new item.<!-- /TMPL_IF -->
14         <!-- TMPL_IF NAME="errornoitem" -->ERROR: Unable to get the item.<!-- /TMPL_IF -->
15         <!-- TMPL_IF NAME="errornoitemnumber" -->ERROR: Unable to get the item number from this barcode.<!-- /TMPL_IF -->
16     </div>
17     <form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post">
18         <input type="submit" value="OK" />
19         <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
20     </form>
21 <!-- TMPL_ELSE -->
22     <!-- TMPL_IF NAME="success" -->
23         <div class="dialog">The item has successfully been attached to <i><!-- TMPL_VAR NAME="bibliotitle" escape="html" --></i>.</div>    
24         <form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post">
25             <input type="submit" value="OK" />
26             <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
27         </form>
28     <!-- TMPL_ELSE -->
29         <!-- TMPL_IF NAME="missingparameter" -->
30         <form method="post" action="/cgi-bin/koha/cataloguing/moveitem.pl">
31             <!-- TMPL_IF NAME="missingbiblionumber" -->
32             <fieldset id="biblionumber_fieldset">
33                 <label for="biblionumber_fieldset">Select the biblionumber to attach the item to</label>
34                     <div class="hint">Enter biblionumber:</div>
35                     <input type="text" name="biblionumber" id="biblionumber" class="focus" size="14" /> 
36             </fieldset>
37             <!-- TMPL_ELSE -->
38             <input type="hidden" name="biblionumber" id="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
39             <!-- /TMPL_IF -->
40
41             <!-- TMPL_IF NAME="missingbarcode" -->
42             <fieldset id="barcode_fieldset">
43                 <label for="barcode_fieldset">Select the item to attach<!-- TMPL_IF NAME="bibliotitle" --> to <i><!-- TMPL_VAR NAME="bibliotitle" escape="html" --></i><!-- /TMPL_IF --></label>
44                     <div class="hint">Enter item barcode:</div>
45                     <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> 
46             </fieldset>
47             <!-- TMPL_ELSE -->
48             <input type="hidden" name="barcode" id="barcode" value="<!-- TMPL_VAR NAME="barcode" -->" />
49             <!-- /TMPL_IF -->
50
51             <input type="submit" value="Select" />
52
53         </form>
54         <!-- /TMPL_IF -->
55     <!-- /TMPL_IF -->
56 <!-- /TMPL_IF -->
57 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->