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