Removing hardcoded default template image link
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / members / moremember-print.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Summary for <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)<!-- TMPL_INCLUDE NAME="doc-head-close-print.inc" -->
2
3 <!-- main site -->
4
5 <h3><a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR NAME="cardnumber" -->">Account Summary: <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</a></h3>
6
7 <ul><li><!-- TMPL_VAR NAME="streetaddress" --></li><li><!-- TMPL_VAR NAME="city" -->, <!-- TMPL_VAR NAME="zipcode" --></li>
8 <li><!-- TMPL_IF NAME="phone" --><!-- TMPL_VAR NAME="phone" --><!-- TMPL_ELSE -->(no phone number on file)<!-- /TMPL_IF --></li>
9 <li><!-- TMPL_IF NAME="emailaddress" --><!-- TMPL_VAR NAME="emailaddress" --><!-- TMPL_ELSE -->(no email on file)<!-- /TMPL_IF --></li>
10 </ul>
11
12 <table>
13         <caption>Items Checked Out</caption>
14         <tr>
15                 <th>Title</th>
16                 <th>Author</th>
17                 <th>Format</th>
18                 <th>Date Due</th>
19                 <th>Status</th>
20         </tr>
21
22         <!-- TMPL_loop name="issueloop" -->
23         <tr<!-- TMPL_IF name="red" --> class="overdue"</TMPL_IF>>
24                 <td>
25                 <!-- TMPL_VAR NAME="title" -->
26                 <a href="/cgi-bin/koha/detail.pl?item=<!-- TMPL_VAR NAME="itemnumber" -->&amp;bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->">
27                 </a>
28                 </td>
29                 <td><!-- TMPL_VAR NAME="author" --></td>
30                 <td><!-- TMPL_VAR NAME="itemtype" --></td>
31                 <td><!-- TMPL_VAR NAME="date_due" --></td>
32                 <td><!-- TMPL_IF NAME="red" -->Overdue!<!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
33         </tr>
34         <!-- /TMPL_LOOP -->
35         </table>
36         
37 <table>
38         <caption>Items on Reserve</caption>
39         <tr>
40                 <th>Title</th>
41                 <th>Author</th>
42                 <th>Format</th>
43                 <th>Requested</th>
44         </tr>
45
46 <!-- TMPL_loop name="reserveloop" -->
47         <tr>
48                 <td><a href="/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="btitle" --></a></td>
49                 <td><!-- TMPL_VAR NAME="author" --></td>
50                 <td><!-- TMPL_VAR NAME="description" --></td>
51                 <td><!-- TMPL_VAR NAME="reservedate2" --></td>
52         </tr>
53         <!-- /tmpl_loop -->
54
55 </table>
56
57
58 <!-- endmenu -->
59
60 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->