#!/bin/sh
eval `./dml -t '                       _P _L _D   _L i n u x / _G N U   1 . 0' <<EOF
<meta title="Hello world">
<text>
<b>Warning</b><br>
<br>
This is kind of description for the dialog below.
Well, it's nicly wrapped. You can use <b>bold</b>
and <i>italic</i> here. That's really cool, isn't
it?<br>
<br>
You can now use arrow (up and down) to scroll this
text or tab key to live this box, and start
entering data.<br>
Well, there is not much more to be written here...
However you should not, the scroll bar on the right side.
<br><br>
<b>AGENT SMITH</b>: Lieutenant?<br>
<b>LIEUTENANT</b>: Oh shit.<br>
<b>AGENT SMITH</b>: Lieutenant, you were given specific orders --<br>
<b>LIEUTENANT</b>: I'm just doing my job.  You gimme that 
Juris-my dick-tion and you can cran it up your ass.<br>
<b>AGENT SMITH</b>: The orders were for your protection.<br>
<i>The Lieutenant laughs.</i><br>
<b>LIEUTENANT</b>:  think we can handle one little girl.<br>
<i>Agent Smith nods to Agent Brown as they start toward the
hotel.</i><br>
<b>LIEUTENANT</b>: I sent two units.  They're bringing her down now.<br>
<b>AGENT SMITH</b>: No, Lieutenant, your men are dead.<br>
</text><br>

<check>How did you like this? (scroll this)
	<menu id=m height=3 selected=5>
		<item id=1>_Poor
		<item id=2>_So, so
		<item id=3>_Well
		<item id=4>_Great
		<item id=5>_Mervellous
		<item id=6>_Xxx1
		<item id=6>_Xxx2
		<item id=6>_Xxx3
		<item id=6>_Xxx4
		<item id=6>_Xxx5
		<item id=6>_Xxx6
		<item id=6>_Xxx7
	</menu><br>
Comment : <input id=comm caption="How did you do this?"><br>
<button id=ok res=3 caption="_Ok"> <button id=oops res=2 caption="Oh _no!">
EOF`

if [ $res != 2 ] ; then 
	echo "comm = $comm menu = $m res = $res"
fi
