More work on target definitons.
[egate.git] / www / tform.egw
index f696723..21b0237 100644 (file)
@@ -4,7 +4,7 @@
 </head>
 <body>
 {
-# $Id: tform.egw,v 1.1 1996/01/24 14:14:20 adam Exp $
+# $Id: tform.egw,v 1.2 1996/01/24 16:59:29 adam Exp $
 
     if {[info commands saveState] == ""} {
         source z39util.tcl
     html "<dl>"
     html "\n<dt>Target name\n"
     html {<dd><input type="text" size=20 maxlength=20 name="name">}
+    html "\n<br><font size=2>This name serves as a short nickname of "
+    html "the target</font>"
 
     html "\n<dt>Description\n"
-    html {<dd><textarea rows=3 cols=50 name="description"></textarea>}
+    html {<dd><textarea rows=3 cols=55 name="description"></textarea>}
+    html "\n<br><font size=2>A description of the server and what data "
+    html "it provides.</font>"
 
     html "\n<dt>Host and port\n"
-    html {<dd><input type="text" size=50 name="host">}
+    html {<dd><input type="text" size=55 name="host">}
     html "\n<br><font size=2>For example myhost.com:210</font>"
 
     html "\n<dt>Authentication\n"
-    html {<dd><input type="text" size=50 name="authentication">}
-    html "\n<br><font size=2>Some targets require authentacation strings, "
+    html {<dd><input type="text" size=55 name="authentication">}
+    html "\n<br><font size=2>Some targets require authentication strings, "
     html "i.e. passwords. Leave this field empty if no authentication "
     html "string is required.</font>"
 
     html "\n<dt>Databases\n"
-    html {<dd><textarea rows=3 cols=50 name="databases"></textarea>}
+    html {<dd><textarea rows=3 cols=55 name="databases"></textarea>}
     html "\n<br><font size=2>Separate each database by blanks</font>"
 
     html "\n<dt>Search fields\n"
-    html {<dd><textarea rows=8 cols=50 name="fields">} 
+    html {<dd><textarea rows=8 cols=55 name="fields">} 
     html "Title    1=4\n"
     html "Author   1=1003\n"
     html "Abstract 1=62\n"