Пример #1
0
				</tr>";
			/******/
				print "<tr>
						<th>High School Name</th>
						<td><input size='50' type='text' name='highschool_name' value='$highschool_name' /></td>
					</tr>";
			/******/
				print "<tr>
						<th>High School City</th>
						<td><input size='50' type='text' name='highschool_city' value='$highschool_city' /></td>
					</tr>";
			/******/
				print "<tr>
						<th>High School State</th>
						<td><select name='highschool_state'>
								".$common->printSelectState($highschool_state)." 
							</select>
						</td>
					</tr>";
			/******/
				print "<tr>
						<th>Graduation Year</th>
						<td><input type='text' size='20' name='graduation_year' value='$graduation_year' /></td>
					</tr>";
		/******/
			print "<tr>
					<td colspan='2'>Complete this section if you have a GED</td>
				</tr>";
			/******/
				print "<tr>
						<th>State Exam was Taken:</th>
Пример #2
0
					/******/
						print "<tr>
									<th>Address</th>
									<td><input type='text' size='50' name='address_1' value='$address_1' /></td>
								</tr>";	
					/******/
						print "<tr>
									<th>City</th>
									<td><input type='text' size='50' name='city_1' value='$city_1' /></td>
								</tr>";	
					/******/
						print "<tr>
								<th>State</th>
								<td>
									<select name='state_1'>
										".$common->printSelectState($state_1)." 
									</select> 
								Zip <input size='20' type='text' name='zip_1' value='$zip_1' /></td>
							</tr>";	
					/******/
						print "<tr>
									<th>Position</th>
									<td><input type='text' size='50' name='position_1' value='$position_1' /></td>
								</tr>";		
					/******/
						print "<tr>
									<th>Date Started</th>
									<td><input type='text' size='20' name='date_started_1' value='$date_started_1' /></td>
								</tr>";		
					/******/
						print "<tr>
Пример #3
0
						</tr>";
			/******/
				print "<tr>
							<th><span class='star_required'>*</span>Address</th>
							<td><input class='required' type='text' name='address' value='$address'  size='50' /></td>
						</tr>";
			/******/
				print "<tr>
							<th><span class='star_required'>*</span>City</th>
							<td><input class='required' type='text' name='city' value='$city'  size='50' /></td>
						</tr>";
			/******/
				print "<tr>
							<th><span class='star_required'>*</span>State</th><td>
							<select name='state'>
								".$common->printSelectState($state)." 
							</select>
							Zip <input class='required' type='text' name='zip' value='$zip'  size='20' /></td>
						</tr>";
			/******/
				print "<tr>
							<th><span class='star_required'>*</span>Home Phone</th>
							<td><input class='required' type='text' name='home_phone' value='$home_phone' size='30' /></td>
						</tr>";
			/******/
				print "<tr>
							<th>Work Phone</th>
							<td><input type='text' name='work_phone' value='$work_phone' size='30' /></td>
						</tr>";
			/******/
				print "<tr>