summaryrefslogtreecommitdiff
path: root/help/opie-sh/node18.html
Unidiff
Diffstat (limited to 'help/opie-sh/node18.html') (more/less context) (ignore whitespace changes)
-rw-r--r--help/opie-sh/node18.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/help/opie-sh/node18.html b/help/opie-sh/node18.html
index 62f44f6..e073f5b 100644
--- a/help/opie-sh/node18.html
+++ b/help/opie-sh/node18.html
@@ -7,62 +7,62 @@ original version by: Nikos Drakos, CBLU, University of Leeds
7 Jens Lippmann, Marek Rouchal, Martin Wilck and others --> 7 Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8<HTML> 8<HTML>
9<HEAD> 9<HEAD>
10<TITLE>List box input</TITLE> 10<TITLE>List box input</TITLE>
11<META NAME="description" CONTENT="List box input"> 11<META NAME="description" CONTENT="List box input">
12<META NAME="keywords" CONTENT="opie-sh-howto"> 12<META NAME="keywords" CONTENT="opie-sh-howto">
13<META NAME="resource-type" CONTENT="document"> 13<META NAME="resource-type" CONTENT="document">
14<META NAME="distribution" CONTENT="global"> 14<META NAME="distribution" CONTENT="global">
15 15
16<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> 16<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
17<META NAME="Generator" CONTENT="LaTeX2HTML v2002-1"> 17<META NAME="Generator" CONTENT="LaTeX2HTML v2002-1">
18<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> 18<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
19 19
20<LINK REL="STYLESHEET" HREF="opie-sh-howto.css"> 20<LINK REL="STYLESHEET" HREF="opie-sh-howto.css">
21 21
22<LINK REL="previous" HREF="node15.html"> 22<LINK REL="previous" HREF="node15.html">
23<LINK REL="up" HREF="node12.html"> 23<LINK REL="up" HREF="node12.html">
24<LINK REL="next" HREF="node19.html"> 24<LINK REL="next" HREF="node19.html">
25</HEAD> 25</HEAD>
26 26
27<BODY > 27<BODY >
28<!--Navigation Panel--> 28<!--Navigation Panel-->
29<A NAME="tex2html255" 29<A NAME="tex2html255"
30 HREF="node19.html"> 30 HREF="node19.html">
31<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" 31<IMG WIDTH="20" HEIGHT="20" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 SRC="file:/usr/local/share/lib/latex2html/icons/next.gif"></A> 32 SRC="file:/usr/local/share/lib/latex2html/icons/forward.gif"></A>
33<A NAME="tex2html251" 33<A NAME="tex2html251"
34 HREF="node12.html"> 34 HREF="node12.html">
35<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" 35<IMG WIDTH="20" HEIGHT="20" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 SRC="file:/usr/local/share/lib/latex2html/icons/up.gif"></A> 36 SRC="file:/usr/local/share/lib/latex2html/icons/up.gif"></A>
37<A NAME="tex2html247" 37<A NAME="tex2html247"
38 HREF="node17.html"> 38 HREF="node17.html">
39<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" 39<IMG WIDTH="20" HEIGHT="20" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 SRC="file:/usr/local/share/lib/latex2html/icons/prev.gif"></A> 40 SRC="file:/usr/local/share/lib/latex2html/icons/back.gif"></A>
41<A NAME="tex2html253" 41<A NAME="tex2html253"
42 HREF="node1.html"> 42 HREF="node1.html">
43<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" 43<IMG WIDTH="20" HEIGHT="20" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 SRC="file:/usr/local/share/lib/latex2html/icons/contents.gif"></A> 44 SRC="file:/usr/local/share/lib/latex2html/icons/folder.gif"></A>
45<BR> 45<BR>
46<B> Next:</B> <A NAME="tex2html256" 46<B> Next:</B> <A NAME="tex2html256"
47 HREF="node19.html">About this document ...</A> 47 HREF="node19.html">About this document ...</A>
48<B> Up:</B> <A NAME="tex2html252" 48<B> Up:</B> <A NAME="tex2html252"
49 HREF="node12.html">Input Dialog</A> 49 HREF="node12.html">Input Dialog</A>
50<B> Previous:</B> <A NAME="tex2html248" 50<B> Previous:</B> <A NAME="tex2html248"
51 HREF="node17.html">File input</A> 51 HREF="node17.html">File input</A>
52 &nbsp <B> <A NAME="tex2html254" 52 &nbsp <B> <A NAME="tex2html254"
53 HREF="node1.html">Contents</A></B> 53 HREF="node1.html">Contents</A></B>
54<BR> 54<BR>
55<BR> 55<BR>
56<!--End of Navigation Panel--> 56<!--End of Navigation Panel-->
57 57
58<H2><A NAME="SECTION00054000000000000000"> 58<H2><A NAME="SECTION00054000000000000000">
59List box input</A> 59List box input</A>
60</H2> 60</H2>
61This input dialog is designed to let the user select more than one option from a list of options, and it is started with the ``-b'' flag. It is run almost exactly the same way as the list input, except for two differences. First, the ``-E'' option does not work, so the user can only select from the list that you supply. Second, since it allows the user to select more than one option, its output can be a little different. If the user selects only one entry, the behavior is the same, but if the user selects more than one, each string that they selected is output to the console, one per line. 61This input dialog is designed to let the user select more than one option from a list of options, and it is started with the ``-b'' flag. It is run almost exactly the same way as the list input, except for two differences. First, the ``-E'' option does not work, so the user can only select from the list that you supply. Second, since it allows the user to select more than one option, its output can be a little different. If the user selects only one entry, the behavior is the same, but if the user selects more than one, each string that they selected is output to the console, one per line.
62<BR><HR> 62<BR><HR>
63<ADDRESS> 63<ADDRESS>
64 64
652002-05-15 652002-05-15
66</ADDRESS> 66</ADDRESS>
67</BODY> 67</BODY>
68</HTML> 68</HTML>