{ # $Id: tform.egw,v 1.6 1996/03/14 11:50:50 adam Exp $ if {[info commands saveState] == ""} { source z39util.tcl if {![info exists debug]} { session-lost egw_abort } } html {WWW/Z39.50 Gateway Target Definition} html {} set useIcons 1 button-main button-new-target html "

Target definition form


\n" html {
} \n html "
" html "\n
Target name\n" html {
} html "\n
This name serves as a short nickname of " html "the target" html "\n
Description\n" html {
} html "\n
A description of the server and what data " html "it provides." html "\n
Host and port\n" html {
} html "\n
For example myhost.com:210" html "\n
Authentication\n" html {
} html "\n
Some targets require authentication strings, " html "i.e. passwords. Leave this field empty if no authentication " html "string is required." html "\n
Record type:\n" html {
} html "\n
Select WAIS for a WAIS server. The " html "other formats apply to Z39.50 servers" html "\n
Databases\n" html {
} html "\n
Separate each database by blanks" html "\n
Search fields\n" html {
} html "\n
" html {Specify search fields, such as Title/Author,ISBN, etc. and } html {their mappings to the Bib-1 attribute for this target.} html { Note: If you don't know how to set these - leave them untouched!} html "" html "\n

\n" html {} html {} html "\n
\n" set useIcons 0 button-main button-new-target }