Beispiel #1
0
		       	<tr class="preceptor_manual">
		       		<td>&nbsp;</td>
				    <td><label for="preceptor_email" class="form-required">Preceptor Email:</label></td>
				    <td>
						<input id="preceptor_proxy_id" name="preceptor_proxy_id" type="hidden" value="" />
						<input id="preceptor_email" name="preceptor_email" value="<?php 
echo $OBSERVERSHIP->getPreceptorEmail();
?>
" style="width:50%;">
					</td>
		       	</tr>
				<tr class="preceptor_manual">
		       		<td>&nbsp;</td>
				    <td><label for="supervisor" class="form-required">Preceptor Firstname:</label></td>
				    <td><input id="preceptor_firstname" name="preceptor_firstname" value="<?php 
echo $OBSERVERSHIP->getPreceptorFirstname();
?>
" style="width:50%;"></td>
		       	</tr>
				<tr class="preceptor_manual">
		       		<td>&nbsp;</td>
				    <td><label for="supervisor" class="form-required">Preceptor Lastname:</label></td>
				    <td><input id="preceptor_lastname"  name="preceptor_lastname" value="<?php 
echo $OBSERVERSHIP->getPreceptorLastname();
?>
" style="width:50%;"></td>
		       	</tr>		       	
		       	<tr>
					<td colspan="3">&nbsp;</td>
				</tr>
			<?php