Exemple #1
0
<tr>
	<td nowrap><?php 
echo GetMessage("VOTE_F_CHANNEL");
?>
</td>
	<td nowrap><input type="text" name="find_channel" value="<?php 
echo htmlspecialcharsbx($find_channel);
?>
" size="47"><?php 
echo InputType("checkbox", "find_channel_exact_match", "Y", $find_channel_exact_match, false, "", "title='" . GetMessage("VOTE_EXACT_MATCH") . "'");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
<br><?php 
echo SelectBox("find_channel_id", CVoteChannel::GetDropDownList(), GetMessage("VOTE_ALL"), htmlspecialcharsbx($find_channel_id));
?>
</td>
</tr>
<tr>
	<td nowrap><?php 
echo GetMessage("VOTE_F_ACTIVE");
?>
</td>
	<td nowrap><?php 
$arr = array("reference" => array(GetMessage("VOTE_YES"), GetMessage("VOTE_NO")), "reference_id" => array("Y", "N"));
echo SelectBoxFromArray("find_active", $arr, htmlspecialcharsbx($find_active), GetMessage("VOTE_ALL"));
?>
</td>
</tr>
<tr>