RSS Git Download  Clone
Raw Blame History
<!-- BEGIN hmrn/data/precursor.tt -->
    [% # PROCESS dumper.tt dump = hmrn_data.precursor %]
    
	<h4 class="indent">Precursor cell data:</h4>
	
    <form method="post" action="[% app_url %]/hmrn_data/edit_precursor_data/[% data.id
		%]/[% patient.id %]">
		<table class="indent">
			<tr>
				<td class="label">CNS disease:</td>
				<td class="content">
					<select name="cns_disease">
						<option value=""></option>
						[% FOREACH opt IN ['Y' 'N' 'U'] %]
							<option value="[% opt %]" [% 'seleted' IF foo == bar %]>
								[% opt %]
							</option>
						[% END %]					
					</select>            
				</td>
			</tr>
			[% INCLUDE hmrn_submit %]
		</table>
    </form>
<!-- END hmrn/data/precursor.tt -->