Posted to tcl by colin at Tue Jan 04 01:50:09 GMT 2011view raw

  1. <form method='post' id='foo'><fieldset id='fsearch'><button name='submit' type='submit' tabindex='1'>Search</button>
  2. <input title='Search Text' name='kw' type='text' value='' tabindex='2' id='kw'>
  3. <br clear='both'>
  4. <label for='F1'>fieldset</label> <input name='scope' type='radio' value='style' tabindex='3' id='F1'>
  5.  
  6. <fieldset style='float:left' id='F2'><legend>Newer Than</legend>
  7. <select name='newer' id='newer' tabindex='4'>
  8. <option value='last week'>last week</option>
  9. <option value='last fortnight'>last fortnight</option>
  10. <option value='last month'>last month</option>
  11. <option value='last year'>last year</option>
  12.  
  13. </select></fieldset>
  14.  
  15. <fieldset style='float:left' id='F3'><legend>Older Than</legend>
  16. <select name='older' id='older' tabindex='5'>
  17. <option value='last week'>last week</option>
  18. <option value='last fortnight'>last fortnight</option>
  19. <option value='last month'>last month</option>
  20. <option value='last year'>last year</option>
  21.  
  22. </select></fieldset>
  23.  
  24. <fieldset style='float:left' id='F4'><legend>Sort By</legend>
  25. <select name='sort' id='sort' tabindex='6'>
  26. <option title='value' value='title'>title</option>
  27. <option value='author'>author</option>
  28.  
  29. </select></fieldset></fieldset>
  30.  
  31. <fieldset style='moop' id='sr1'><label for='F5'>label</label> <input name='scope1' type='radio' value='' tabindex='7' id='F5'>
  32.  
  33. <label for='newer1'>Newer Than</label> <select name='newer1' id='newer1' tabindex='8'>
  34. <option value='last week'>last week</option>
  35. <option value='last fortnight'>last fortnight</option>
  36. <option value='last month'>last month</option>
  37. <option value='last year'>last year</option>
  38.  
  39. </select>
  40.  
  41. <label for='older1'>Older Than</label> <select name='older1' id='older1' tabindex='9'>
  42. <option value='last week'>last week</option>
  43. <option value='last fortnight'>last fortnight</option>
  44. <option value='last month'>last month</option>
  45. <option value='last year'>last year</option>
  46.  
  47. </select>
  48. <label for='sort1'>Sort By</label> <select name='sort1' id='sort1' tabindex='10'><option value='title'>title</option>
  49. <option value='author'>author</option>
  50. </select></fieldset>
  51. <label for='fullname'>full name</label> <input name='fullname' type='text' value='' tabindex='11' id='fullname'>
  52. <button name='foo' tabindex='12'></button>
  53. <label for='F6'>...</label> <input name='rs' type='radio' value='' tabindex='13' id='F6'>
  54. <input name='text' type='text' value='...' tabindex='14' id='text'></form>
  55.