X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fsearch.egw;h=e526ebd9a65f9995a10f27bea193955875de1d88;hb=7f332a840baf336e34d612cdee0ef27901f0dd11;hp=fd25d08ff8236d9404a0774351ee919a70b0e604;hpb=a61ad0378b93e99e362a1d92c33d701dbf103eba;p=egate.git diff --git a/www/search.egw b/www/search.egw index fd25d08..e526ebd 100644 --- a/www/search.egw +++ b/www/search.egw @@ -1,6 +1,6 @@ { -# $Id: search.egw,v 1.38 1996/03/13 14:07:31 adam Exp $ +# $Id: search.egw,v 1.41 2001/02/26 14:32:36 adam Exp $ proc start-scan {scanNo targetNo cache dir initSet} { global sessionId @@ -39,24 +39,30 @@ proc start-scan {scanNo targetNo cache dir initSet} { egw_log debug "z39_scan failed" return } - html {} if {$useIcons} { html {} } else { - html {Previous Terms | } + html {Previous Terms} } - html {} if {$useIcons} { html {} } else { - html {Next Terms | } + html {Next Terms} } html {} } @@ -72,7 +78,7 @@ proc start-scan {scanNo targetNo cache dir initSet} { set databaseDefault $hist($oSetNo,$targetNo,database) } - html {
} \n set nodb [llength $databases] if {$nodb > 1} { @@ -131,24 +137,30 @@ proc start-scan {scanNo targetNo cache dir initSet} { button-main - html {} if {$useIcons} { html {} } else { - html {Previous Terms | } + html {Previous Terms} } - html {} if {$useIcons} { html {} } else { - html {Next Terms | } + html {Next Terms} } html {} button-new-query $setNo @@ -170,6 +182,10 @@ proc start-scan {scanNo targetNo cache dir initSet} { if {[info commands saveState] == ""} { source z39util.tcl + if {![info exists debug]} { + session-lost + egw_abort + } } global sessionWait global nextSetNo