Beispiel #1
0
echo replace_query(array("step" => 2));
?>
" method="post" id="observership_form">
		<table style="width: 100%" cellspacing="0" cellpadding="2" border="0" summary="Adding Course Details">
			<colgroup>
				<col style="width: 3%" />
				<col style="width: 22%" />
				<col style="width: 75%" />
			</colgroup>
			<tbody>
				<tr>
					<td>&nbsp;</td>
					<td><label for="activity_type" class="form-required">Activity Type:</label></td>
					<td>
						<select id="activity_type" name="activity_type" data-init="<?php 
echo $OBSERVERSHIP->getActivityType();
?>
">
							<option value="observership">Observership</option>
							<option value="ipobservership">IP Observership (2 are required)</option>
						</select>
					</td>
				</tr>
				<tr id="observership_details">
					<td>&nbsp;</td>
					<td style="vertical-align:top;"><label for="activity_type" class="form-required">IP Observership Details:</label></td>
					<td>
						<textarea class="expandable" name="observership_details"><?php 
echo $OBSERVERSHIP->getObservershipDetails();
?>
</textarea>