X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=www%2Fnwi.egw;h=c7eaecbdf786a46ac30cca92c5d7fc0cd76f2b6d;hb=2d6edbdef65394561fec868309e31a5b3c3196ba;hp=fe69daac20ab2e043d90498a69888dc183463736;hpb=496846879a6674853c2a06de94a55c37fa04f648;p=egate.git diff --git a/www/nwi.egw b/www/nwi.egw index fe69daa..c7eaecb 100644 --- a/www/nwi.egw +++ b/www/nwi.egw @@ -1,6 +1,6 @@ { -# $Id: nwi.egw,v 1.5 1996/03/15 14:43:44 adam Exp $ +# $Id: nwi.egw,v 1.7 1996/05/22 16:50:26 adam Exp $ source ztargets.conf set scriptQuery nwi.egw @@ -53,6 +53,7 @@ set curEntry {} set initSet 0 + catch { set initSet [lindex $sessionParms 0] if {$initSet < 0} { @@ -79,10 +80,11 @@ html {
and search the following servers
} - foreach t { - {nwi.ub2.lu.se/sverige} - {nwi.ub2.lu.se/new_nor_lib} - } { + set hosts { + {mars.dtv.dk:9999/Default} + {nwi.ub2.lu.se:2121/sverige} + } + foreach t $hosts { html {
\n" + html {} + + html "\n


\n" + + if {0} { + html {
} \n + } + + html {Advanced search
} + + set host [lindex $hosts 0] + set fields [lindex $targets($host) 2] + for {set no 2} {$no < 6} {incr no} { + + html {\n" + + html {} \n + if {$no < 5} { + html {\n" + } + html "
\n" + } + unset hosts + html "

\n" set useIcons 0 button-main + catch maintenance }