<a name="tb"></a>
<form name="form1" method="GET" action="<?php 
echo $APPLICATION->GetCurPage();
?>
?">
<?php 
$oFilter = new CAdminFilter($sTableID . "_filter", array(GetMessage("STAT_F_PERIOD")));
$oFilter->Begin();
?>
<tr>
	<td><?php 
echo GetMessage("STAT_F_SEARCHER_ID");
?>
</td>
	<td><?php 
echo SelectBox("find_searcher_id", CSearcher::GetDropDownList(), "", htmlspecialcharsbx($find_searcher_id));
?>
</td>
</tr>
<tr>
	<td width="0%" nowrap><?php 
echo GetMessage("STAT_F_PERIOD") . ":";
?>
</td>
	<td width="0%" nowrap><?php 
echo CalendarPeriod("find_date1", $find_date1, "find_date2", $find_date2, "form1", "Y");
?>
</td>
</tr>
<?php 
$oFilter->Buttons(array("table_id" => $sTableID, "url" => $APPLICATION->GetCurPage()));
示例#2
0
<tr>
	<td nowrap><b><?php 
echo GetMessage("STAT_F_SEARCH_SYSTEM");
?>
</b></td>
	<td><input type="text" name="find_searcher" size="67" value="<?php 
echo htmlspecialcharsbx($find_searcher);
?>
"><?php 
echo ShowExactMatchCheckbox("find_searcher");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
<br><?php 
echo SelectBox("find_searcher_id", CSearcher::GetDropDownList(), GetMessage("MAIN_ALL"), htmlspecialcharsbx($find_searcher_id));
?>
</td>
</tr>
<tr>
	<td><?php 
echo GetMessage("STAT_F_ID");
?>
</td>
	<td><input type="text" name="find_id" size="67" value="<?php 
echo htmlspecialcharsbx($find_id);
?>
"><?php 
echo ShowExactMatchCheckbox("find_id");
?>
&nbsp;<?php 
示例#3
0
?>
"><?php 
echo ShowExactMatchCheckbox("find_id");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<tr valign=top>
	<td nowrap><?php 
echo GetMessage("STAT_F_SEARCH_SYSTEM");
?>
</td>
	<td><?php 
$z = CSearcher::GetDropDownList();
echo SelectBox("find_searcher_id", $z, GetMessage("MAIN_ALL"), htmlspecialcharsbx($find_searcher_id));
?>
<br>
		ID: <input type="text" name="find_searcher_id_str" size="20" value="<?php 
echo htmlspecialcharsbx($find_searcher_id_str);
?>
"> <?php 
echo GetMessage("STAT_NAME");
?>
: <input type="text" name="find_searcher" size="40" value="<?php 
echo htmlspecialcharsbx($find_searcher);
?>
"><?php 
echo ShowExactMatchCheckbox("find_searcher");
?>