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, 25 Mar 2019 14:41:15 +0000 (15:41 +0100)
catalogue/detail.pl
koha-tmpl/intranet-tmpl/prog/en/css/ffzg_staff-global.css

index 27eb278..4db82fc 100755 (executable)
@@ -143,6 +143,17 @@ my $marcurlsarray    = GetMarcUrls    ($record,$marcflavour);
 my $marchostsarray  = GetMarcHosts($record,$marcflavour);
 my $subtitle         = GetRecordValue('subtitle', $record, $fw);
 
+# FFZG
+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);
+# /FFZG
+
 my $itemtypes = { map { $_->{itemtype} => $_ } @{ Koha::ItemTypes->search->unblessed } };
 
 my $dbh = C4::Context->dbh;
@@ -378,6 +389,16 @@ $template->param(
     MARCISBNS => $marcisbnsarray,
     MARCHOSTS => $marchostsarray,
     subtitle    => $subtitle,
+    # FFZG -- added
+       partnum         => $partnum,
+       partname    => $partname,
+       medium          => $medium,
+       responsibility    => $responsibility,
+       impressum       => $impressum,
+       oldcall         => $oldcall,
+       udc                     => $udc,
+       textholding     => $textholding,
+    # /FFZG
     itemdata_ccode      => $itemfields{ccode},
     itemdata_enumchron  => $itemfields{enumchron},
     itemdata_uri        => $itemfields{uri},
index 3cb4a19..095c6f0 100644 (file)
 .inv_nr a:link {
        color: #7A7A7A;
 }
+
+.emph {
+       color: red;
+}
+
+.isbd1 {
+       font-size: 120%;
+}