synch'ing virtual shelves management in opac with the librarian one, that has more...
[koha-ffzg.git] / koha-tmpl / opac-tmpl / css / en / opac-ISBDdetail.tmpl
1 <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
2 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/marc-editor.css">
3 <div id="bibliomenu">
4         <a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">
5                 Simple
6         </a>
7         <a href="opac-MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button">
8                 Complete
9         </a>
10         <a href="opac-ISBDdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">
11                 ISBD
12         </a>
13         <a href="javascript:Dopop('opac-addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">
14                 Add to shelf
15         </a>
16         <a href="javascript:Dopop('opac-detailprint.pl?bib=<!-- TMPL_VAR name="biblionumber" -->')" class="button catalogue">
17                 Print
18         </a>
19         <!-- TMPL_UNLESS NAME="norequests" -->
20                 <a class="button" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->">
21                         Request
22                 </a>
23         <!-- /TMPL_UNLESS -->
24         <!-- TMPL_IF name="subscriptionid" -->
25         <a href="opac-serial-issues.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->" class="button catalogue" title="Serial issues">
26                 Issues
27         </a>
28         <!-- /TMPL_IF -->
29         <a class="button" href="javascript:addRecord('<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->')">Add to basket</a>
30 </div>
31
32 <div id="mainbloc">
33         <p><!-- TMPL_VAR name="ISBD" --></p>
34 </div>
35 </body>
36 </html>