rel_3_0 moved to HEAD (removing useless file)
[koha.git] / koha-tmpl / opac-tmpl / npl / en / opac-ISBDdetail.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryName" --> Catalog -- ISBD
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 <!--TMPL_INCLUDE NAME="masthead.inc" -->
4 <!--TMPL_INCLUDE NAME="navigation.inc" -->
5
6 <div id="main">
7         <div class="details"><h3>ISBD</h3>
8         <p><!-- TMPL_VAR name="ISBD" --></p>
9         
10                 <!-- TMPL_IF name="subscriptionsnumber" -->
11                 <h2>We have <!-- TMPL_VAR name="subscriptionsnumber" --> subscription(s) associated with this title.</h2> 
12                 <p>Below is a list of the three latest issues :</p>
13                 <!-- TMPL_LOOP Name="subscriptions" -->
14                                 <!-- TMPL_IF name="subscriptionnotes"-->
15                                         <h2><!--TMPL_VAR Name="subscriptionnotes"--> </h2>
16                                 <!-- /TMPL_IF -->
17                                 <!--TMPL_IF Name="latestserials"-->
18                                 <table>
19                                 <tr><th>Issue number</th><th>Date</th><th>Status</th></tr>
20                                 <!--TMPL_LOOP Name="latestserials"-->
21                                         <tr>
22                                                 <td>
23                                                         <!--TMPL_VAR Name="serialseq"-->
24                                                 </td>
25                                                 <td>
26                                                         <!--TMPL_VAR Name="planneddate"-->
27                                                 </td>
28                                                 <td>
29                                                         <!--TMPL_IF Name="status1"-->Pending
30                                                         <!--TMPL_ELSE -->
31                                                                 <!-- TMPL_IF Name="status2"-->Arrived
32                                                                 <!--TMPL_ELSE -->
33                                                                         <!-- TMPL_IF Name="status3"-->Late
34                                                                         <!--TMPL_ELSE -->
35                                                                                 <!-- TMPL_IF Name="status4"-->Missing
36                                                                                 <!--TMPL_ELSE -->
37                                                                                         <!-- TMPL_IF Name="status5"-->Not Issued
38                                                                                         <!--/TMPL_IF-->
39                                                                                 <!--/TMPL_IF-->
40                                                                         <!--/TMPL_IF-->
41                                                                 <!--/TMPL_IF-->
42                                                         <!--/TMPL_IF-->
43                                                 </td>
44                                         </tr>
45                                 <!--/TMPL_LOOP -->
46                                 </table>
47                                 <!-- /TMPL_IF -->
48                 <!-- /TMPL_LOOP -->
49                 <p><a href="/cgi-bin/koha/opac-serial-issues.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" title="Serial issues">Click here</a> for more information on subscription(s) history</p>
50         <!-- /TMPL_IF -->
51         
52         <!-- TMPL_UNLESS NAME="norequests" -->
53     <form action="/cgi-bin/koha/opac-reserve.pl" method="post" class="inline">
54     <input type="submit" name="submit"  value="Place Reserve" class="submit" />
55     <input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
56     </form>
57 <!-- /TMPL_UNLESS -->
58
59 <form class="inline" action="opac-MARCdetail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" class="icon detail" value="MARC View" /></form>
60
61 <form class="inline" action="opac-detail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" class="icon brief" value="Simple View" /></form>
62
63 <form class="inline" action="opac-detailprint.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" class="icon print" value="Print" onclick="Dopop('opac-detailprint.pl?bib=<!-- TMPL_VAR name="biblionumber" -->'); return false;"/></form>
64
65 <form class="inline" action="opac-addbookbybiblionumber.pl" method="get"><input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="submit" class="icon shelf" value="Add to Shelf" onclick="Dopop('opac-addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;" /></form>
66
67 <form class="inline"><input type="submit" class="icon cart" onclick="addRecord('<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->'); return false;" value="Add to Book Bag" /></form>
68 </div>
69 </div>
70 </body>
71 </html>