Пример #1
0
				<td class='first'>Gender:</td>
				<td class='first'>Ethnicity:</td>
				<td class='first'></td>
				<td> <?php 
echo createSimpleButton('printButton', 'Print');
?>
</td>
			</tr>
			<tr class='bg'>
				<td><?php 
echo arrayToSelect(array("0" => "Any", "male" => "Male", "female" => "Female"), "0", 'gender', 'Gender', true);
?>
</td>
				<td>
				<?php 
$ethnicArray = ethnicsArray($conexion);
echo arrayToSelect($ethnicArray, 0, 'ethnicId', 'Ethnic');
?>
				</td>
				<td></td>
				<td> <?php 
echo createSimpleButton('searchButton', 'Search');
?>
</td>
			</tr>
		</table>
	</div>
	
	<div class='table' id='brokersTable' ></div>
</div>
<?include_once '../news.php';?>
Пример #2
0
			<tr>
				<td class='first'>Gender:</td>
				<td class='first'>Ethnicity:</td>
				<td class='first'></td>
				<td> <?php 
echo createSimpleButton('printButton', 'Print');
?>
</td>
			</tr>
			<tr class='bg'>
				<td><?php 
echo arrayToSelect(array("0" => "Any", "male" => "Male", "female" => "Female"), "0", 'driverGender', 'Gender', true);
?>
</td>
				<td><?php 
echo arrayToSelect(ethnicsArray($conexion), 0, 'ethnicId', 'Ethnic');
?>
</td>
				<td></td>
				<td> <?php 
echo createSimpleButton('searchButton', 'Search');
?>
</td>
			</tr>
		</table>
	</div>
	
	<div class='table' id='driversTable' ></div>
</div>
<?include_once '../news.php';?>
</div>