X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2Fz39util.tcl;h=cafca965a763321a9e917eb2f962efb6315caf36;hb=3c1a04c3c1aa9f80cd7b3f9a884968e6fc1b7220;hp=1d78f644c3ff8beea814e3dc0fa2a1dd534a4029;hpb=da4f027b1e7c0bf90efe6782a326448af164cd37;p=egate.git diff --git a/www/z39util.tcl b/www/z39util.tcl index 1d78f64..cafca96 100644 --- a/www/z39util.tcl +++ b/www/z39util.tcl @@ -1,5 +1,5 @@ # -# $Id: z39util.tcl,v 1.28 1996/01/29 17:31:48 adam Exp $ +# $Id: z39util.tcl,v 1.31 1996/02/20 16:07:39 adam Exp $ # proc saveState {} { uplevel #0 { @@ -104,7 +104,7 @@ proc display-brief {zset no tno} { set location [$zset getMarc $no field 260 * a] set publisher [$zset getMarc $no field 260 * b] set year [$zset getMarc $no field 260 * c] - } ] } { + } dispError ] } { html { } set p 0 @@ -140,12 +140,22 @@ proc display-brief {zset no tno} { if {$nope} { set v [join $cover ""] if {[string length $v] > 40} { + set nope 0 html [string range $v 0 38] "..." - } else { + } elseif {[string length $v] > 0} { + set nope 0 html $v + } else { + html "No Title" } } html { } + } else { + html { } + html {No Title} + html { } + html "Error: " $dispError "\n" } html "
\n" } @@ -391,7 +401,7 @@ proc display-full {zset no tno} { if {"x$sp" == "x"} { set sp $url } - html {
} [join $sp] "\n" + html {
} [join $sp] "\n" } dl-marc-field $zset $no 037 {[abc]} "Acquisition" {} "
\n" dl-marc-field $zset $no 037 {[f6]} "Form of issue" {} "
\n" @@ -601,7 +611,7 @@ proc display-scan {setNo scanNo tno} { set hist($setNo,[expr $scanNo + 1],scanTerm) $t } } - html {} + html {
} html {} \n @@ -731,7 +741,7 @@ proc z39search {setNo piggy tno elements} { egw_log debug "search: $query" $zz.$setNo search $query - if {[catch {egw_wait sessionWait 600}]} { + if {[catch {egw_wait sessionWait 60}]} { egw_log debug "timeout/cancel in search" displayError "Timeout in search" {} html "\n" @@ -757,8 +767,13 @@ proc init-m-response {i} { egw_log debug "init-m-response" - set zstatus($i) 1 incr zleft -1 + if {![z39$i initResult]} { + set zstatus($i) -1 + z39$i disconnect + return + } + set zstatus($i) 1 } proc connect-m-response {i} { @@ -799,7 +814,7 @@ proc search-m-response {setNo i start number} { set nor [z39$i.$setNo numberOfRecordsReturned] egw_log debug "search-m-response3" set hist($setNo,$i,offset) [expr $start + $nor -1] - if {[expr $nor + $start] >= [z39$i.$setNo resultCount]} { + if {[expr $nor + $start] > [z39$i.$setNo resultCount]} { egw_log debug "search-m-response4" incr zleft -1 set zstatus($i) 2 @@ -807,7 +822,7 @@ proc search-m-response {setNo i start number} { } egw_log debug "search-m-response5" if {$nor >= $number} { - egw_log debug "search-m-response6" + egw_log debug "search-m-response6 nor=$nor number=$number" incr zleft -1 set zstatus($i) 2 return @@ -828,9 +843,11 @@ proc z39msearch {setNo elements start number cache} { global zstatus global hist global targets + global debug set not $hist($setNo,0,host) + egw_log debug "z39msearch start=$start number=$number elements=$elements" for {set i 1} {$i <= $not} {incr i} { set host $hist($setNo,$i,host) if {[catch [list z39$i failback fail-m-response $i]]} { @@ -868,14 +885,20 @@ proc z39msearch {setNo elements start number cache} { } set zleft 0 for {set i 1} {$i <= $not} {incr i} { - html "host " [splitHostSpec $hist($setNo,$i,host)] ": " + if {$debug} { + html "host " [splitHostSpec $hist($setNo,$i,host)] ": " + } egw_log debug "i=$i zstatus=$zstatus($i)" if {$zstatus($i) < 1} { - html "fail
\n" + if {$debug} { + html "fail
\n" + } continue } if {[catch [list z39$i.$setNo preferredRecordSyntax USMARC]]} { - html "ok
\n" + if {$debug} { + html "ok
\n" + } ir-set z39$i.$setNo z39$i set hist($setNo,$i,offset) 0 eval z39$i.$setNo databaseNames $hist($setNo,$i,database) @@ -923,15 +946,21 @@ proc z39msearch {setNo elements start number cache} { z39$i.$setNo recordElements $thisElements for {set n 0} {$n < $tnumber} {incr n} { - if {[z39$i.$setNo type [expr $start + $n]] == ""} { + if {[z39$i.$setNo recordType [expr $start + $n]] == ""} { if {$n > 0} { egw_log debug "failed on $n" } + if {$debug} { + html "no record at #" [expr $start + $n] + html " el=-" $thisElements "-" + } break } } if {$n == $tnumber} { - html "cached
\n" + if {$debug} { + html "cached
\n" + } continue } @@ -942,7 +971,9 @@ proc z39msearch {setNo elements start number cache} { egw_log debug "mpresent start=$start number=$tnumber" z39$i.$setNo present $start $tnumber } else { - html "ok
\n" + if {$debug} { + html "ok
\n" + } } } while {$zleft > 0} { @@ -985,7 +1016,7 @@ proc z39present {setNo tno setOffset setMax dfunc elements} { while {$setMax > 0 && $toGet > 0} { for {set got 0} {$got < $toGet} {incr got} { - if {[$zz.$setNo type [expr $setOffset + $got]] == ""} { + if {[$zz.$setNo recordType [expr $setOffset + $got]] == ""} { break } } @@ -1029,10 +1060,10 @@ proc z39history {} { html "

History


\n" if {$html3} { html {
Scan term} html {Hits} html {
} - html {} "\n" } else { html {
} "\n"
Target} - html {Database} - html {Hits} - html {Query} + html {Target} + html {Database} + html {Hits} + html {Query} html {