X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fmquery.egw;h=4fc8f45884d4633767abc0516f39a8f06fcc49e8;hb=ebeb5e591b8f1bf6c5045efaddf74f3eee7bdbaf;hp=de4b30719dbf09f227266d191f03bdcf393c137c;hpb=74a4580ba9945fc86b47654230865a68089245b6;p=egate.git diff --git a/www/mquery.egw b/www/mquery.egw index de4b307..4fc8f45 100644 --- a/www/mquery.egw +++ b/www/mquery.egw @@ -4,7 +4,7 @@ { -# $Id: mquery.egw,v 1.4 1995/11/10 14:47:31 adam Exp $ +# $Id: mquery.egw,v 1.10 1996/01/24 08:27:25 adam Exp $ if {[info commands saveState] == ""} { source z39util.tcl @@ -13,6 +13,7 @@ global setNo global nextSetNo global hist + global targets if {[catch {set setNo $nextSetNo}]} { set nextSetNo 1 @@ -20,11 +21,11 @@ } html {
} \n + html / $sessionId {/msearch.egw/} $setNo {" method=get>} \n set phost {} set i 0 - foreach t [lsort [wform target]] { + foreach t [lsort [egw_form target]] { set host [lindex $t 0] set base [lindex $t 1] if {$host != $phost} { @@ -37,12 +38,11 @@ } if {$i == 0} { html "

No targets specified

" - wabort 1 + egw_abort 1 } set hist($setNo,0,host) $i } -
-

Input your search criteria:


+

Input your search criteria:


{ set fields [lindex $targets($host) 2] for {set no 1} {$no < 4} {incr no} { @@ -51,7 +51,7 @@ html {
-
-This page is maintained by Peter Wad Hansen . -Last modified 29. september 1995.
- This and the following pages are under construction -and will continue to be so until the end of December 1995. -
- { + global useIcons + if {$useIcons} { + html {} + } html { New target } + html / $sessionId {/mtargets.egw} + if {$useIcons} { + html {">} + } else { + html {"> New target } + } } { + catch maintenance + if {!$debug} return html "
\n" html "

Debug information

\n" html "sessionId: $sessionId
\n" @@ -99,7 +99,7 @@ and will continue to be so until the end of December 1995. html "host=" $hist($setNo,$i,host) " " $hist($setNo,$i,database) html "
\n" } - html "form: " [wform] "
\n" + html "form: " [egw_form] "
\n" html "target: " $host "
\n" html "setNo: " $setNo "
\n" html "nextSetNo: " $nextSetNo "
\n"