changes in HTML/CSS & link to ISBD view
[koha.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                 Normal
6         </a>
7         <a href="opac-MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button">
8                 MARC
9         </a>
10         <a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR name="biblionumber" -->')" class="button catalogue">
11                 Print
12         </a>
13         <!-- TMPL_UNLESS NAME="norequests" -->
14                 <a class="button" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->">
15                         Request
16                 </a>
17         <!-- /TMPL_UNLESS -->
18 </div>
19
20 <div id="mainbloc">
21         <p>ISBD : <!-- TMPL_VAR name="ISBD" --></p>
22 </div>
23 </body>
24 </html>