X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=formats%2Fmedium.tcl;fp=formats%2Fmedium.tcl;h=b9a42a61c542fc644e2ca38bdd10bea97b6110af;hb=879835d3c8649aa8e54f2bb8b495a9b6988b59e9;hp=6904a2626d0506562fe375b4029527cdf8a3e5eb;hpb=f58cb933d9eefb65d553390c32571b5ec7f380ef;p=ir-tcl-moved-to-github.git diff --git a/formats/medium.tcl b/formats/medium.tcl index 6904a26..b9a42a6 100644 --- a/formats/medium.tcl +++ b/formats/medium.tcl @@ -4,7 +4,10 @@ # Sebastian Hammer, Adam Dickmeiss # # $Log: medium.tcl,v $ -# Revision 1.9 1995-10-17 14:18:10 adam +# Revision 1.10 1996-01-11 09:31:05 quinn +# Small. +# +# Revision 1.9 1995/10/17 14:18:10 adam # Minor changes in presentation formats. # # Revision 1.8 1995/10/17 10:58:09 adam @@ -180,4 +183,12 @@ proc display-medium {sno no w hflag} { } $w insert end "\n" } + set i [z39.$sno getMarc $no field 710 * a] + if {"x$i" != "x"} { + insertWithTags $w "Corporate name " marc-pref + foreach x $i { + insertWithTags $w $x marc-text + } + $w insert end "\n" + } }