Major revision. Single-target result set can be reached from the
[egate.git] / www / tform.egw
index f696723..ce34990 100644 (file)
@@ -4,11 +4,15 @@
 </head>
 <body>
 {
-# $Id: tform.egw,v 1.1 1996/01/24 14:14:20 adam Exp $
+# $Id: tform.egw,v 1.5 1996/03/13 14:07:32 adam Exp $
 
     if {[info commands saveState] == ""} {
         source z39util.tcl
     }
+    set useIcons 1
+    button-main
+    button-new-target
+
     html "<h2>Target definition form</h2><br>\n"
     html {<form action="http:} $env(SCRIPT_NAME)
     html / $sessionId {/tdefine.egw} {" method=post>} \n
     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"
     html {<input type=submit name=submit value="Submit">}
     html {<input type=reset value="Reset">}
     html "\n<br>\n"
-}
 
-{
-    button-europagate
-    button-new-target 0
+    set useIcons 0
+    button-main
+    button-new-target
 }
 </body></html>
\ No newline at end of file