Adding new circulation-home, what we ultimately hope to be a "dashboard" interface...
[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 branch</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 branch</div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
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>
25                 <tr>
26                         <th colspan="5">Coming from <!-- TMPL_VAR NAME="branchname" --> </th>
27                 </tr>
28                 <tr>
29                     <th>Date of transfer</th>
30                     <th>Title</th>
31                     <th>Reserved by </th>
32                     <th>Localisation</th>
33                     <th>Action</th>
34                 </tr>
35                 <!-- TMPL_LOOP NAME="reserv" -->
36                     <tr <!-- TMPL_IF NAME="messcompa" --> class="problem" <!-- /TMPL_IF -->>
37                         <td><p><!-- TMPL_VAR NAME="datetransfer" --></p> <!-- TMPL_IF NAME="messcompa" --> check this transfer<!-- /TMPL_IF --></td>
38                         <td>
39                             <p>
40                                 <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a>
41                                 &nbsp; (<b><!-- TMPL_VAR NAME="itemtype" --> </b>)
42                                 <br />Barcode : <!-- TMPL_VAR NAME="barcode" -->
43                             </p>
44                         </td>
45                         <td>
46                         <!-- TMPL_IF NAME="borrowername" -->
47                             <p>
48                                 <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!--TMPL_VAR Name="borrowernum"-->">
49                                     <!-- TMPL_VAR NAME="borrowername" --> &nbsp; <!-- TMPL_VAR NAME="borrowerfirstname" -->
50                                 </a>
51                                 <br /><!-- TMPL_VAR NAME="borrowerphone" --><br />
52                                 <!-- TMPL_IF NAME="borrowermail" -->
53                                     <a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Reservation: <!-- TMPL_VAR NAME="title" -->">
54                                         <!-- TMPL_VAR NAME="borrowermail" -->
55                                     </a>
56                                 <!--/TMPL_IF-->
57                             </p>
58                         <!-- TMPL_ELSE -->
59                             <p>
60                             None
61                             </p>
62                         <!-- /TMPL_IF -->
63                         </td>
64                         <td><p><!-- TMPL_VAR NAME="homebranch" --> <!-- TMPL_VAR NAME="itemcallnumber" --></p></td>
65                         <td>
66                         <!--<form name="dotransfer" action="currenttransfers.pl" method="post">
67                                         <input type="hidden" name="itemnumber" value="<!-- TMPL_VAR NAME="itemnumber" -->">
68                         <input type="submit" value="Cancel this transfer">
69                         </form>-->
70                         </td>   
71                     </tr>
72                 <!-- /TMPL_LOOP -->     
73                 </table>
74                 <!-- /TMPL_IF -->
75             <!-- /TMPL_LOOP -->
76             </div>
77         <!-- TMPL_ELSE -->
78             <p>No transfers to recieve</p>
79         <!-- /TMPL_IF -->
80
81 </div>
82 </div>
83 <div class="yui-b">
84 <!-- TMPL_INCLUDE NAME="circ-menu.inc" -->
85 </div>
86 </div>
87 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->