From 5e0c42b1cd18d8951259a56e9406ec21a2da09e7 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 22 May 2006 22:18:07 +0000 Subject: [PATCH] local config git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@532 07558da8-63fa-0310-ba24-9fe276d99e06 --- conf/normalize/excel_emerald.pl | 26 +++++ conf/output/tt/results_full.tt | 201 ++++++++++++++++++++++++++++++++ 2 files changed, 227 insertions(+) create mode 100755 conf/normalize/excel_emerald.pl create mode 100644 conf/output/tt/results_full.tt diff --git a/conf/normalize/excel_emerald.pl b/conf/normalize/excel_emerald.pl new file mode 100755 index 0000000..0cfb0bf --- /dev/null +++ b/conf/normalize/excel_emerald.pl @@ -0,0 +1,26 @@ +display('ISSN', + rec('B'), +); + +search('ISN', + rec('B'), +); + +tag('TitleProper', + rec('A') +); + +tag('Medium','[ Elektronièka graða ]' ); + +tag('fond', + rec('H') +); + +tag('NamePublisher', + 'Emerald' +); + +tag('ElectronicLocation', + rec('D') +); + diff --git a/conf/output/tt/results_full.tt b/conf/output/tt/results_full.tt new file mode 100644 index 0000000..a7bc2b5 --- /dev/null +++ b/conf/output/tt/results_full.tt @@ -0,0 +1,201 @@ +
+
+ +
+ + + [%- d('TitleProper').replace('<|>', '') -%] + [%- IF d('ReminderTitle') -%] : + [%- d('ReminderTitle',' ') -%] + [%- END -%] + [%- IF d('set2') -%]
+ set2: [%- d('set2') -%] + [%- END -%] + [%- IF d('EditionStatement') -%], + [%- d('EditionStatement') %]. + [% END %] + [% IF d('StatementResponsibility') %]
+ [% d('StatementResponsibility','') %] + [% END %] +
+ [% IF d('SerialNo') %]
Brojèani podaci: + [% d('SerialNo') %] + [% END %] + + [% IF d('PlacePublication') %]
Impresum: + [% d('PlacePublication',' : ') %] : [% d('NamePublisher',' ; ') %], [% d('DatePublication') %] + [% END %] + + + [% IF d('ISBN') %]
ISBN: + [% d('ISBN') %] + [% END %] + + [% IF d('PhysicalDescription') %]
Materijalni opis: + + [% d('PhysicalDescription').replace('.*,', '') -%] + [% END %] + + [% IF d('ISSN') %]
ISSN: + [% d('ISSN',', ') %] + [% END %] + + [% IF d('URL') %]
URL: + [% IF d('URL').search('http') %] + [% d('URL') %] + [% ELSE %] + [% d('URL') %] + [% END %] + [% END %] + + [% IF d('ElectronicLocation') %]
URL: + [% IF d('ElectronicLocation').search('http') %] + [% d('ElectronicLocation') %] + [% ELSE %] + [% d('ElectronicLocation') %] + [% END %] + [% END %] + + + [% IF d('fond') %]

Fond: + [% d('fond') %] + [% END %] + + [% IF d('SeriesStatement') %]

Serija: + [% search('SeriesStatement','SeriesStatement',', ') %] + [% END %] + + [% IF d('Parts') %]

+ Dijelovi:
  • [% search('Parts','ID','
  • ','results_full.tt') %]
+ [% END %] + + + + [% IF d('Set') %]
+ Cjelina: [%- search('Set','ID',' ','results_full.tt') -%] + [% END %] + + [% IF d('Piece') %]
Matièna publikacija: + [% search('Piece','TitleProper',' ','results_full.tt') %] + + [% IF d('PieceSubtitle') %] : + [% d('PieceSubtitle') -%] + [%- END -%] + [%- IF d('PieceNum') -%] + [% d('PieceNum') %] + [% END %] + [% END %] + + [% IF d('GeneralNote') || d('InternalBiliographies') || d('Fequency') %]

Napomena: + [% d('GeneralNote','. - ') %] + + [% IF d('Frequency','. - ') %]. - [% END %] + [% d('Frequency','. - ') %] + + [% IF d('InternalBibliographies') %]. - [% END %] + [% d('InternalBibliographies','. - ') %] + + [% END %] + + [% IF d('Summary') %]

Sa¾etak: + [% d('Summary','. - ') %] + [% END %] + + [% IF d('ContentsNote') %]

+ Sadr¾aj:
+ [% d('ContentsNote','
') %]
+ [% END %] + +

+ +

+
+ + + +
+ + + bookcover + + + +
Podaci o dostupnosti:
+

+ [% config.name %] + [% IF d('CallNo') %] +
Signatura: [% d('ShelvingControlNumber',' ') %] + [% END %] +
+ rec. uri: [% record_uri %], [% config.database %] +

+
+ + + + +

+

-- 2.20.1