# Sebastian Hammer, Adam Dickmeiss
#
# $Log: client.tcl,v $
-# Revision 1.74 1995-10-17 12:18:57 adam
+# Revision 1.75 1995-10-17 14:18:05 adam
+# Minor changes in presentation formats.
+#
+# Revision 1.74 1995/10/17 12:18:57 adam
# Bug fix: when target connection closed, the connection was not
# properly reestablished.
#
}
.data.record tag configure marc-data -foreground black
.data.record tag configure marc-head \
- -font -Adobe-Times-Medium-R-Normal-*-140-* \
+ -font -Adobe-Times-Bold-R-Normal-*-140-* \
-foreground brown -relief raised -borderwidth 1
.data.record tag configure marc-small-head -foreground brown
.data.record tag configure marc-pref \
# Sebastian Hammer, Adam Dickmeiss
#
# $Log: line.tcl,v $
-# Revision 1.8 1995-10-17 10:58:08 adam
+# Revision 1.9 1995-10-17 14:18:09 adam
+# Minor changes in presentation formats.
+#
+# Revision 1.8 1995/10/17 10:58:08 adam
# More work on presentation formats.
#
# Revision 1.7 1995/09/20 11:37:06 adam
insertWithTags $w "\n" {}
display-grs-line $w [lindex $e 4] [expr $i+1]
} else {
- insertWithTags [lindex $e 4] {}
+ insertWithTags $w [lindex $e 4] {}
insertWithTags $w " ?\n" {}
}
}
# Sebastian Hammer, Adam Dickmeiss
#
# $Log: medium.tcl,v $
-# Revision 1.8 1995-10-17 10:58:09 adam
+# 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
# More work on presentation formats.
#
# Revision 1.7 1995/10/16 17:01:03 adam
}
insertWithTags $w "([lindex $e 0]:[lindex $e 2]) " marc-tag
if {[lindex $e 3] == "string"} {
- insertWithTags $w [lindex $e 4] marc-text
- insertWithTags $w "\n" marc-text
+ insertWithTags $w [lindex $e 4] {}
+ insertWithTags $w "\n"
} elseif {[lindex $e 3] == "subtree"} {
- insertWithTags $w "\n" marc-text
+ insertWithTags $w "\n"
display-grs-medium $w [lindex $e 4] [expr $i+1]
} else {
- insertWithTags [lindex $e 4] {}
+ insertWithTags $w [lindex $e 4] {}
insertWithTags $w " ?\n" {}
}
}
# Sebastian Hammer, Adam Dickmeiss
#
# $Log: raw.tcl,v $
-# Revision 1.8 1995-10-17 10:58:09 adam
+# 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
# More work on presentation formats.
#
# Revision 1.7 1995/10/12 14:46:58 adam
insertWithTags $w "\n" {}
display-grs-raw $w [lindex $e 4] [expr $i+1]
} else {
- insertWithTags [lindex $e 4] {}
+ insertWithTags $w [lindex $e 4] {}
insertWithTags $w " ?\n" {}
}
}