Merge remote branch 'kc/master' into new/bug_5940
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / catalogue / labeledMARCdetail.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2
3         <title>Koha &rsaquo; Catalog &rsaquo; Labeled MARC Details for <!-- TMPL_VAR NAME="bibliotitle" --></title>
4
5         <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
6
7         <script type="text/javascript">
8         //<![CDATA[
9                 function Changefwk(FwkList)
10                 {
11                         var fwk = FwkList.options[FwkList.selectedIndex].value;
12                         window.location = "labeledMARCdetail.pl?biblionumber=<!--TMPL_VAR Name="biblionumber"-->&frameworkcode="+fwk;
13                 }
14         //]]>
15         </script>
16 </head>
17
18 <body>
19         <!-- TMPL_INCLUDE NAME="header.inc" -->
20         <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
21
22         <div id="breadcrumbs">
23                 <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24                 &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
25                 &rsaquo; MARC Details for <i><!-- TMPL_VAR NAME="bibliotitle" --></i>
26         </div>
27
28         <div id="doc3" class="yui-t2">
29                 <div id="bd">
30                         <div id="yui-main">
31                                 <div class="yui-b">
32
33                                         <!-- TMPL_INCLUDE NAME="cat-toolbar.inc" -->
34
35                                         <!-- TMPL_UNLESS name="popup" -->
36                                                 <h1>Labeled MARC biblio : <!-- TMPL_VAR NAME="biblionumber" -->  ( <!-- TMPL_VAR NAME="bibliotitle" --> )</h1>
37                                         <!-- /TMPL_UNLESS -->
38                                         <p><b>With Framework :<!--TMPL_VAR Name="framework" --></b></p>
39                                         <!-- div id="bibliotabs" class="toptabs numbered" -->
40                                         <div>
41                                                 <table class="labeledmarc-table">
42                                                         <!-- TMPL_LOOP NAME="marc_data" -->
43                                                                 <tr>
44                                                                         <td class="labeledmarc-label"><!-- TMPL_VAR NAME="label" --></td>
45                                                                         <td class="labeledmarc-value"><!-- TMPL_VAR NAME="value" --></td>
46                                                                 </tr>
47                                                         <!-- /TMPL_LOOP -->
48                                                 </table>
49                                         </div>
50                                 </div>
51                         </div>
52                         <div class="yui-b">
53
54                                 <!-- TMPL_INCLUDE NAME="biblio-view-menu.inc" -->
55
56                 </div>
57         </div>
58         <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->