RSS Git Download  Clone
Raw Blame History
<!-- BEGIN [% template.name %] -->
  <form method="get" action="[% app_url %]/config/parent-organisations/search"
	  name="parent_organisation_search" id="parent_organisation_search">
  	<table>
		<tr>
			<td class="label">Description:</td>
			<td>
				<input type="text" name="description" value="[% c.query.param('description') %]" />
				[% IF error_description %]
					[% error_description %]
				[% ELSE %]
					'%' for all
				[% END %]
			</td>
		</tr>

		<tr>
			<td class="label">Parent Code:</td>
			<td>
				<input type="text" name="parent_code" value="[% c.query.param('parent_code') %]" />
				[% error_parent_code %]
			</td>
		</tr>
		<tr>
			<td class="label">Location type:</td>
			<td>
				<select name="referral_type_id">
					<option value="">--select one--</option>
					<option value="4">hospital</option>
					<option value="5">practice</option>
				</select>
				[% error_location_type_id %]
			</td>
		</tr>
        <tr>
            <td class="borderless" colspan="2" align="center">[% site.html.submit %]</td>
        </tr>
	</table>
  </form>
<!-- END [% template.name %] -->