X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Ftdefine.egw;h=1db4d894e8887e37b222a8859e68a0dd7b2f6ae8;hb=25db261b6bbbfcc7bc26f679f195b51d31b9d7d7;hp=bd8453bdce7f13f3650f2ed33c8b5799bab857e7;hpb=fa0ddb755d3a836e4e13cc05a6ba3eb6b0010958;p=egate.git diff --git a/www/tdefine.egw b/www/tdefine.egw index bd8453b..1db4d89 100644 --- a/www/tdefine.egw +++ b/www/tdefine.egw @@ -4,11 +4,16 @@ { -# $Id: tdefine.egw,v 1.1 1996/01/24 14:14:19 adam Exp $ +# $Id: tdefine.egw,v 1.3 1996/01/26 15:50:11 adam Exp $ if {[info commands saveState] == ""} { source z39util.tcl } + set useIcons 1 + button-europagate + button-define-target 1 + button-new-target 0 + html "

Target definition response


\n" set name [lindex [egw_form name] 0] @@ -20,18 +25,18 @@ set ok 1 if {[string length $name] == 0} { - html "You didn't specify a target name. You must specify" - html " a target name
\n" + html "You didn't specify a target name. A target name must " + html "be specified.
\n" set ok 0 } if {[string length $host] == 0} { - html "You didn't specify a target name. You must specify" - html " a host name
\n" + html "You didn't specify a target name. A host must " + html "be specified.
\n" set ok 0 } if {[string length $databases] == 0} { - html "You didn't specify any database(s). You must specify" - html " at least one database
\n" + html "You didn't specify any database(s). At least one database " + html "must be specified.
\n" set ok 0 } catch {unset item} @@ -62,9 +67,10 @@ html " search fields must be present
\n" set ok 0 } + set hostSpec [mergeHostSpec $host $databases] if {$ok} { global targets - set targets($host) [list \ + set targets($hostSpec) [list \ [join $name] \ $databases \ $attrList \ @@ -73,13 +79,12 @@ 1 ] html "Target successfully defined
\n" } -} -{ + html "

\n" + set useIcons 0 button-europagate button-define-target 1 button-new-target 0 } - { global debug