/[webpac2]/trunk/conf/lookup/ffkk-arti.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/conf/lookup/ffkk-arti.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 754 - (show annotations)
Sun Oct 8 18:44:42 2006 UTC (17 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 390 byte(s)
local

1
2 marc_indicators('777', 0, ' ');
3
4 marc('777','w',
5 lookup(
6 sub { 'ffkk/peri/' . rec('000') },
7 'ffkk','peri',
8 sub { rec('11') }
9 ) ||
10 lookup(
11 sub { 'ffkk/peri/' . rec('000') },
12 'ffkk','peri',
13 sub { first(rec(200,'a')) . ' ' . first(rec('200','e')) },
14 ) ||
15
16 lookup(
17 sub { "ffkk/peri/" . rec('000') },
18 'ffkk','peri',
19 sub { rec(200,'a') },
20 # sub { rec(900,'x') },
21 )
22
23 );
24

  ViewVC Help
Powered by ViewVC 1.1.26