<html-fragment>

		<h2>Bind Fields Imported Into an <i>Engine</i></h2>

		<p>

			<select rid = "demo_recipe_type" acid = "demo_select_type" size = "3">
				<option value = "1">Breakfast</option>
				<option value = "2">Lunch</option>
				<option value = "3">Dinner</option>
			</select>

			<select rid = "demo_recipe" acid = "demo_select_recipe" size = "3">
				<option value = "1">&lt;[ data ]&gt;</option>
				<option value = "2">&lt;[ data ]&gt;</option>
				<option value = "3">&lt;[ data ]&gt;</option>
			</select>

			<select rid = "demo_ingredients" acid = "demo_select_ingredients" size = "3">
				<option value = "0">&lt;[ data ]&gt;</option>
			</select>

		</p>

<!--
		<p>
			<input class = "text" value = "" type = "text" acid = "demo_field" /> : User Name (<i>focus and blur highlights</i>)
			<br />
			<input class = "text" type = "password" acid = "demo_field" /> : User Password (<i>focus and blur highlights</i>)
		</p>
		
-->
		<p>
			<input class = "button" type = "button" value = "Demo Button #3"  acid = "demo_button" accfgid = "appcomp_path" />
			(<i>click event</i>)
		</p>

</html-fragment>
