Rotating Collections Fixes
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / rotating_collections / transferCollection.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Tools &rsaquo; Rotating Collections &rsaquo; Transfer Collection</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
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating Collections</a> &rsaquo; Transfer Collection</div>
10 <div id="doc3">
11 <div id="bd">
12         <div class="yui-gb">
13       <h1>Rotating Collections: Transfer Collection</h1>
14     <br />
15       <!-- TMPL_IF NAME="transferSuccess" -->
16         <div>Collection Transfered Successfully</div>
17       <!-- /TMPL_IF -->
18
19       <!-- TMPL_IF NAME="transferFailure" -->
20         <div>Failed to Transfer Collection!</div>
21         <div>Reason: <strong><!-- TMPL_VAR NAME="errorMessage" --></strong></div>
22       <!-- /TMPL_IF -->
23
24       <!-- TMPL_IF NAME="transferSuccess" -->
25       <!-- TMPL_ELSE -->
26         <div>
27           <form action="transferCollection.pl" method="post">
28             <input type="hidden" name="colId" value="<!-- TMPL_VAR NAME="colId" -->">
29   
30             <label for="toBranch">Choose your Library:</label>
31             <select name="toBranch">
32               <!-- TMPL_LOOP Name="branchoptionloop" -->
33                 <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR Name="code" -->" selected="selected"><!-- TMPL_VAR Name="name" --></option><!-- TMPL_ELSE --><option value="<!-- TMPL_VAR Name="code" -->"><!-- TMPL_VAR Name="name" --></option><!-- /TMPL_IF -->
34               <!-- /TMPL_LOOP -->
35             </select>
36             <INPUT type="submit" value="Transfer Collection">
37           </form>
38         </div>
39       <!-- /TMPL_IF -->
40
41       <div>
42         <br/>
43         <input type="button" value="Return to Rotating Collections Home" onclick="window.location.href='rotatingCollections.pl'">
44       </div>
45
46 </div>
47 </div>
48 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->