Esempio n. 1
0
?>
" size="10"></td>
</tr>
<tr>
	<td nowrap><?php 
echo GetMessage("VOTE_F_VOTE");
?>
</td>
	<td nowrap><input type="text" name="find_vote" size="47" value="<?php 
echo htmlspecialcharsbx($find_vote);
?>
"><?php 
echo InputType("checkbox", "find_vote_exact_match", "Y", $find_vote_exact_match, false, "", "title='" . GetMessage("VOTE_EXACT_MATCH") . "'");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
<br><?php 
echo SelectBox("find_vote_id", CVote::GetDropDownList(), GetMessage("VOTE_ALL"), htmlspecialcharsbx($find_vote_id));
?>
</td>
</tr>
<?php 
$oFilter->Buttons(array("table_id" => $sTableID, "url" => $APPLICATION->GetCurPage(), "form" => "form1"));
$oFilter->End();
#############################################################
?>
</form>
<?php 
$lAdmin->DisplayList();
require_once $_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/epilog_admin.php";