X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fmquery.egw;h=4fc8f45884d4633767abc0516f39a8f06fcc49e8;hb=ebeb5e591b8f1bf6c5045efaddf74f3eee7bdbaf;hp=db1f8ebeada988a8815cd55583d7f86e4d1cdd72;hpb=09f416a26c1c7e35ead317106f985774ec0c97bd;p=egate.git diff --git a/www/mquery.egw b/www/mquery.egw index db1f8eb..4fc8f45 100644 --- a/www/mquery.egw +++ b/www/mquery.egw @@ -4,7 +4,7 @@ { -# $Id: mquery.egw,v 1.6 1995/12/21 15:49:51 adam Exp $ +# $Id: mquery.egw,v 1.10 1996/01/24 08:27:25 adam Exp $ if {[info commands saveState] == ""} { source z39util.tcl @@ -21,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} { @@ -38,7 +38,7 @@ } if {$i == 0} { html "

No targets specified

" - wabort 1 + egw_abort 1 } set hist($setNo,0,host) $i } @@ -74,22 +74,19 @@ { global useIcons if {$useIcons} { - html {} + html {} } html {} + html {">} } else { html {"> New target } } } -
-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. { + catch maintenance + if {!$debug} return html "
\n" html "

Debug information

\n" html "sessionId: $sessionId
\n" @@ -102,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"