X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2Fsearch.egw;h=ede4eed6712f6b0ca9e13cd3d257b4d9767e52da;hb=fff045d159e76bb8bb856fd7d2e6d34c1498d5a5;hp=13333edba7ff7c82f6846955ebac9c8c1bf4e27b;hpb=b52740e82ab92e99a6982bf5c99a30ac404bd557;p=egate.git diff --git a/www/search.egw b/www/search.egw index 13333ed..ede4eed 100644 --- a/www/search.egw +++ b/www/search.egw @@ -1,53 +1,174 @@ { -# $Id: search.egw,v 1.15 1995/11/13 15:41:44 adam Exp $ +# $Id: search.egw,v 1.27 1996/01/12 10:03:19 adam Exp $ -proc buttons {setNo setMax startPos after} { +proc start-scan {scanNo cache dir initSet} { global sessionId - global env + global sessionParms + global sessionWait + global setNo global hist + global targets + global nextSetNo + global env + global useIcons + global debug - if {$after && $setMax < [z39.$setNo resultCount]} { - html "

\n" - html "

\n" - html {} - html "
\n" + set host $hist($setNo,host) + + html " WWW/Z39.50 Gateway Scan " $host " \n" + html "\n" + + set databases [lindex $targets($host) 1] + + if {$initSet == ""} { + set databaseDefault [lindex $databases 0] + set oSetNo 0 + } else { + set oSetNo $initSet + set databaseDefault $hist($oSetNo,database) + } + + html {
} \n + set nodb [llength $databases] + if {$nodb > 1} { + if {$nodb > 2} { + html "Databases:
\n" + } + set i 0 + foreach d $databases { + html { } $d \n + } else { + html {" checked> } $d \n + } + } + html "
\n" + if {$nodb > 2} { + html { All
} \n + } + html "Input your search criteria:
\n" + } + set fields [lindex $targets($host) 2] + set no 1 + html {\n" + html { } + html {} + html "\n" + html {
} + if {$hist($setNo,$scanNo,scanTerm) == ""} { + wabort + return + } + if {$dir == "b"} { + set lines 20 + set pos 20 + } elseif {$dir == "f"} { + set lines 20 + set pos 1 + } else { + set lines 20 + set pos 10 + } + if {[z39scan $setNo $scanNo 0 $lines $pos $cache] != "1"} { + return } + html "

\n" + display-scan $setNo $scanNo 0 html "

\n" + + button-europagate + + html {} + if {$useIcons} { + html {} + } else { + html {Previous Terms | } + } + + html {} + if {$useIcons} { + html {} + } else { + html {Next Terms | } + } + html {} + button-new-query 0 $setNo + + if {!$debug} return + html "


\n" + html "

Debug information

\n" + html "sessionId: $sessionId
\n" + html "sessionParms: $sessionParms
\n" + foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} { + html $e {: } $env($e) {
} \n + } + html "form: " [wform] "
\n" + html "target: " $host "
\n" + html "databases: " $hist($setNo,database) "
\n" + html "selected: " [wform base] "
\n" + html "setNo: " $setNo "
\n" + html "nextSetNo: " $nextSetNo "
\n" +} + +proc buttons {setNo setMax startPos after} { + global sessionId + global useIcons + global env + global hist + + html "

\n" + button-europagate if {$setMax < [z39.$setNo resultCount]} { html {Next records} " | \n" + if {$useIcons} { + html {">Next Records} + } else { + html {">Next Records} " | \n" + } } if {$startPos != "" && $startPos != "1"} { html {Previous records} " | \n" - } - html {New query} " | \n" - - html {New target} "

\n" - - if {!$after && $startPos != "" && $startPos != "1"} { - html "

\n" - html {} - html "

\n" + if {$useIcons} { + html {">} + } else { + html {">Previous Records} " | \n" + } } + button-new-query 1 $setNo + button-new-target 1 + button-view-history 0 + html "

\n" } if {[info commands saveState] == ""} { @@ -59,16 +180,38 @@ proc buttons {setNo setMax startPos after} { global hist set setNo [lindex $sessionParms 0] - if {[wform menu1] != ""} { + + if {[wform] != ""} { set hist($nextSetNo,idAuthentication) $hist($setNo,idAuthentication) set hist($nextSetNo,host) $hist($setNo,host) - set setNo $nextSetNo - html "using host " $hist($setNo,host) " \n" + wabort + return + } + set query [build-query $hist($setNo,host) 3] + if {"x$query" == "x"} { + html " WWW/Z39.50 Gateway Search\n\n" + displayError "Empty query" \ + "You must specify at least one search word" + html "\n" + wabort + } + set hist($setNo,query) $query + } else { + if {![info exists hist($setNo,scan)]} return + if {$hist($setNo,scan) > 0} { + set scanNo [lindex $sessionParms 1] + set dir [lindex $sessionParms 2] + if {$scanNo == ""} { + set scanNo 1000 + } + start-scan $scanNo 1 $dir $setNo + html "\n" + wabort + } } set host $hist($setNo,host) - set databases [lindex $targets($host) 1] html " WWW/Z39.50 Gateway Search " $host " \n" html "\n" @@ -93,9 +276,14 @@ proc buttons {setNo setMax startPos after} { return } set r [z39.$setNo resultCount] - html "

Search result $r hits

\n" - wflush set setOffset [z39.$setNo numberOfRecordsReturned] + if {$setOffset > 0} { + html {

Records 1-} $setOffset " out of $r

\n" + } else { + html "

No hits

\n" + } + wflush + html "