Skip to content

Instantly share code, notes, and snippets.

@tdreyno
Created December 29, 2009 19:00
Show Gist options
  • Save tdreyno/265493 to your computer and use it in GitHub Desktop.
Save tdreyno/265493 to your computer and use it in GitHub Desktop.
:table
&nbsp; | <h3>Find a Doctor Near You by Name or Specialty</h3>
Doctor Name: | <input type="text" size="30" />
Your Zip Code: | <input type="text" size="10" />
Doctors within: | <select><option>5</option></select>
Speciality: | <select><option>Any Speciality</option></select>
Gender of Doctor: | <select><option>No Preference</option></select>
Additional Languages Spoken: | <select><option>No Language Preference</option></select>
Show: | <label><input type="radio" name="show" />PeaceHealth Medical Group doctors only</label><br /><label><input type="radio" name="show" />All PeaceHealth and affiliated community doctors</label>
&nbsp; | <input type="submit" value="Search" />&nbsp;&nbsp;&nbsp;&nbsp;<a href="">Clear Search</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment