Posted to tcl by colin at Tue Jan 04 01:50:24 GMT 2011view pretty

<form method='post' id='foo'><fieldset id='fsearch'><button name='submit' type='submit' tabindex='1'>Search</button>
<input title='Search Text' name='kw' type='text' value='' tabindex='2' id='kw'>
<br clear='both'>
<label for='F1'>fieldset</label> <input name='scope' type='radio' value='style' tabindex='3' id='F1'>

<fieldset style='float:left' id='F2'><legend>Newer Than</legend>
		<select name='newer' id='newer' tabindex='4'>
<option value='last week'>last week</option>
<option value='last fortnight'>last fortnight</option>
<option value='last month'>last month</option>
<option value='last year'>last year</option>

</select></fieldset>

<fieldset style='float:left' id='F3'><legend>Older Than</legend>
		<select name='older' id='older' tabindex='5'>
<option value='last week'>last week</option>
<option value='last fortnight'>last fortnight</option>
<option value='last month'>last month</option>
<option value='last year'>last year</option>

</select></fieldset>

<fieldset style='float:left' id='F4'><legend>Sort By</legend>
		<select name='sort' id='sort' tabindex='6'>
<option title='value' value='title'>title</option>
<option value='author'>author</option>

</select></fieldset></fieldset>

<fieldset style='moop' id='sr1'><label for='F5'>label</label> <input name='scope1' type='radio' value='' tabindex='7' id='F5'>

<label for='newer1'>Newer Than</label> <select name='newer1' id='newer1' tabindex='8'>
<option value='last week'>last week</option>
<option value='last fortnight'>last fortnight</option>
<option value='last month'>last month</option>
<option value='last year'>last year</option>

</select>

<label for='older1'>Older Than</label> <select name='older1' id='older1' tabindex='9'>
<option value='last week'>last week</option>
<option value='last fortnight'>last fortnight</option>
<option value='last month'>last month</option>
<option value='last year'>last year</option>

</select>
<label for='sort1'>Sort By</label> <select name='sort1' id='sort1' tabindex='10'><option value='title'>title</option>
<option value='author'>author</option>
</select></fieldset>
<label for='fullname'>full name</label> <input name='fullname' type='text' value='' tabindex='11' id='fullname'>
<button name='foo' tabindex='12'></button>
<label for='F6'>...</label> <input name='rs' type='radio' value='' tabindex='13' id='F6'>
<input name='text' type='text' value='...' tabindex='14' id='text'></form>