<?php

IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/form/admin/form_result_list.php");
?>
<br>
<?php 
echo BeginFilter($sess_filter, $is_filtered);
?>
<form name="form1" method="GET" action="<?php 
echo $APPLICATION->GetCurPage();
?>
?">
<input type="hidden" name="lang" value="<?php 
echo LANGUAGE_ID;
?>
">
<input type="hidden" name="WEB_FORM_ID" value="<?php 
echo $WEB_FORM_ID;
?>
">
<tr>
	<td class="tablebody"><font class="tablefieldtext"><?php 
echo GetMessage("FORM_F_ID");
?>
</font></td>
	<td class="tablebody"><?php 
echo CForm::GetTextFilter("id");
?>
</td>
</tr>
<?php 
Beispiel #2
0
    DelFilterEx($FilterArr, "ADV_EVENTS");
}
if (strlen($find_id) > 0 || strlen($find_event1) > 0 || strlen($find_event2) > 0 || strlen($find_keywords) > 0 || strlen($find_date1) > 0 || strlen($find_date2) > 0 || $find_group != "NOT_REF") {
    if (AdminListCheckDate($strError, array("find_date1" => $find_date1, "find_date2" => $find_date2))) {
        $arFilter = array("ID" => $find_id, "EVENT1" => $find_event1, "EVENT2" => $find_event2, "KEYWORDS" => $find_keywords, "DATE1_PERIOD" => $find_date1, "DATE2_PERIOD" => $find_date2, "GROUP" => $find_group);
    }
}
$events = CAdv::GetEventList($ID, $by, $order, $arFilter, $is_filtered);
$find_group = strlen($find_group) <= 0 ? "NOT_REF" : $find_group;
/***************************************************************************
				HTML form
****************************************************************************/
$APPLICATION->SetTitle(str_replace("#ID#", "{$ID}", GetMessage("STAT_TITLE")));
require $_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/prolog_popup_admin.php";
echo ShowError($strError);
echo BeginFilter("ADV_EVENTS", $is_filtered);
?>
<form name="form1" method="GET" action="<?php 
echo $APPLICATION->GetCurPage();
?>
?">
<tr>
	<td class="tablebody"><font class="tablefieldtext">ID:</font></td>
	<td class="tablebody"><input class="typeinput" type="text" name="find_id" size="47" value="<?php 
echo htmlspecialchars($find_id);
?>
"><?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
?>
");
	if (el)
		el.innerHTML = name;
	window.close();
}
//-->
</script>

<br>
<?php 
echo ShowError($strError);
?>

<?php 
echo BeginFilter("USER_LIST", $is_filtered);
?>

<form name="form1" method="GET" action="<?php 
echo $APPLICATION->GetCurPage();
?>
?">
<tr> 
	<td class="tablebody"><font class="tablefieldtext"><?php 
echo GetMessage("SALE_F_LOGIN");
?>
</font></td>
	<td class="tablebody"><input class="typeinput" type="text" name="find_login" size="47" value="<?php 
echo htmlspecialcharsbx($find_login);
?>
"><?php