Normal view to look like ISBD
authorMarijana Glavica <mglavica@ffzg.hr>
Thu, 5 Jan 2012 01:35:32 +0000 (02:35 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 4 Jan 2016 14:56:37 +0000 (15:56 +0100)
catalogue/detail.pl
koha-tmpl/intranet-tmpl/prog/en/css/ffzg_staff-global.css

index 96e7752..bacaa6d 100755 (executable)
@@ -116,6 +116,14 @@ my $marcseriesarray  = GetMarcSeries($record,$marcflavour);
 my $marcurlsarray    = GetMarcUrls    ($record,$marcflavour);
 my $marchostsarray  = GetMarcHosts($record,$marcflavour);
 my $subtitle         = GetRecordValue('subtitle', $record, $fw);
+my $partnum         = GetRecordValue('partnum', $record, $fw);
+my $partname         = GetRecordValue('partname', $record, $fw);
+my $medium         = GetRecordValue('medium', $record, $fw);
+my $responsibility         = GetRecordValue('responsibility', $record, $fw);
+my $impressum         = GetRecordValue('impressum', $record, $fw);
+my $oldcall         = GetRecordValue('oldcall', $record, $fw);
+my $udc         = GetRecordValue('udc', $record, $fw);
+my $textholding         = GetRecordValue('textholding', $record, $fw);
 
 # Get Branches, Itemtypes and Locations
 my $branches = GetBranches();
@@ -313,6 +321,14 @@ $template->param(
     MARCISBNS => $marcisbnsarray,
        MARCHOSTS => $marchostsarray,
        subtitle    => $subtitle,
+       partnum         => $partnum,
+       partname    => $partname,
+       medium          => $medium,
+       responsibility    => $responsibility,
+       impressum       => $impressum,
+       oldcall         => $oldcall,
+       udc                     => $udc,
+       textholding     => $textholding,
        itemdata_ccode      => $itemfields{ccode},
        itemdata_enumchron  => $itemfields{enumchron},
        itemdata_uri        => $itemfields{uri},