bc0224e2a0dd582b64488503ed076114b5733ba2
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / transferstoreceive.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Circulation &rsaquo; Transfers to your library</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="circ-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>  &rsaquo; Transfers to your library</div>
10
11 <div id="doc" class="yui-t7">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-g">
16
17
18         <h1>Transfers made TO your library on : <!-- TMPL_VAR NAME="show_date" --></h1>
19         <!-- TMPL_IF name="branchesloop" -->
20             <p>Your library is the destination for the following transfer(s)</p>
21             <div id="resultlist">
22             <!-- TMPL_LOOP NAME="branchesloop" -->
23                 <!-- TMPL_IF NAME="branchcode" -->
24                 <table style="width: 100%">
25                                 <caption>Coming from <!-- TMPL_VAR NAME="branchname" --></caption>
26                 <tr>
27                     <th>Date of transfer</th>
28                     <th>Title</th>
29                     <th>Reserved by </th>
30                     <th>Localisation</th>
31                     <th>Action</th>
32                 </tr>
33                 <!-- TMPL_LOOP NAME="reserv" -->
34                     <tr <!-- TMPL_IF NAME="messcompa" --> class="problem" <!-- /TMPL_IF -->>
35                         <td><p><!-- TMPL_VAR NAME="datetransfer" --></p> <!-- TMPL_IF NAME="messcompa" --> check this transfer<!-- /TMPL_IF --></td>
36                         <td>
37                             <p>
38                                 <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a>
39                                 &nbsp; (<b><!-- TMPL_VAR NAME="itemtype" --> </b>)
40                                 <br />Barcode : <!-- TMPL_VAR NAME="barcode" -->
41                             </p>
42                         </td>
43                         <td>
44                         <!-- TMPL_IF NAME="borrowername" -->
45                             <p>
46                                 <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!--TMPL_VAR Name="borrowernum"-->">
47                                     <!-- TMPL_VAR NAME="borrowername" --> &nbsp; <!-- TMPL_VAR NAME="borrowerfirstname" -->
48                                 </a>
49                                 <br /><!-- TMPL_VAR NAME="borrowerphone" --><br />
50                                 <!-- TMPL_IF NAME="borrowermail" -->
51                                     <a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Reservation: <!-- TMPL_VAR NAME="title" -->">
52                                         <!-- TMPL_VAR NAME="borrowermail" -->
53                                     </a>
54                                 <!--/TMPL_IF-->
55                             </p>
56                         <!-- TMPL_ELSE -->
57                             <p>
58                             None
59                             </p>
60                         <!-- /TMPL_IF -->
61                         </td>
62                         <td><p><!-- TMPL_VAR NAME="homebranch" --> <!-- TMPL_VAR NAME="itemcallnumber" --></p></td>
63                         <td>
64                         <!--<form name="dotransfer" action="currenttransfers.pl" method="post">
65                                         <input type="hidden" name="itemnumber" value="<!-- TMPL_VAR NAME="itemnumber" -->">
66                         <input type="submit" value="Cancel this transfer">
67                         </form>-->
68                         </td>   
69                     </tr>
70                 <!-- /TMPL_LOOP -->     
71                 </table>
72                 <!-- /TMPL_IF -->
73             <!-- /TMPL_LOOP -->
74             </div>
75         <!-- TMPL_ELSE -->
76             <p>No transfers to receive</p>
77         <!-- /TMPL_IF -->
78
79 </div>
80 </div>
81 </div>
82 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->