?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<tr>
	<td><?php 
echo GetMessage("STAT_DESCRIPTION");
?>
</td>
	<td><input type="text" name="find_description" size="47" value="<?php 
echo htmlspecialcharsbx($find_description);
?>
"><?php 
echo ShowExactMatchCheckbox("find_description");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<?php 
$oFilter->Buttons(array("table_id" => $sTableID, "url" => $APPLICATION->GetCurPage(), "form" => "find_form"));
$oFilter->End();
?>
</form>

<?php 
$lAdmin->DisplayList();
?>
Example #2
0
<tr>
	<td nowrap><?php 
echo GetMessage("STAT_F_TO");
?>
</td>
	<td><?php 
echo SelectBoxFromArray("find_site_id", $arSiteDropdown, $find_site_id, GetMessage("STAT_D_SITE"));
?>
&nbsp;<?php 
echo SelectBoxFromArray("find_to_404", array("reference" => array(GetMessage("STAT_YES"), GetMessage("STAT_NO")), "reference_id" => array("Y", "N")), htmlspecialcharsbx($find_to_404), GetMessage("STAT_404"));
?>
&nbsp;<input type="text" name="find_to" size="34" value="<?php 
echo htmlspecialcharsbx($find_to);
?>
"><?php 
echo ShowExactMatchCheckbox("find_to");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</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>
Example #3
0
<tr>
	<td><?php 
echo GetMessage("STAT_F_URL_LAST");
?>
:</td>
	<td><?php 
echo SelectBoxFromArray("find_last_site_id", $arSiteDropdown, $find_last_site_id, GetMessage("STAT_D_SITE"));
?>
&nbsp;<?php 
echo SelectBoxFromArray("find_url_last_404", array("reference" => array(GetMessage("STAT_YES"), GetMessage("STAT_NO")), "reference_id" => array("Y", "N")), htmlspecialcharsbx($find_url_last_404), GetMessage("STAT_404"));
?>
&nbsp;<input type="text" name="find_url_last" size="34" value="<?php 
echo htmlspecialcharsbx($find_url_last);
?>
"><?php 
echo ShowExactMatchCheckbox("find_url_last");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<?php 
echo ShowLogicRadioBtn();
$filter->Buttons(array("table_id" => $sTableID, "url" => $APPLICATION->GetCurPage(), "form" => "form1"));
$filter->End();
?>
</form>

<?php 
if ($message) {
Example #4
0
    ?>
"><?php 
    echo ShowExactMatchCheckbox("find_event1");
    ?>
&nbsp;<?php 
    echo ShowFilterLogicHelp();
    ?>
</td>
</tr>
<tr>
	<td>event2:</td>
	<td><input type="text" name="find_event2" size="35" value="<?php 
    echo htmlspecialcharsbx($find_event2);
    ?>
"><?php 
    echo ShowExactMatchCheckbox("find_event2");
    ?>
&nbsp;<?php 
    echo ShowFilterLogicHelp();
    ?>
</td>
</tr>

<tr valign="top">
	<td><?php 
    echo GetMessage("STAT_F_SELECT_EVENTS");
    ?>
:</td>
	<td>
	<?php 
    echo SelectBoxMFromArray("find_events[]", array("REFERENCE" => $find_events_names, "REFERENCE_ID" => $find_events), $find_events, "", false, "10", "style=\"width:300px;\"");
Example #5
0
?>
?">
<?php 
$oFilter = new CAdminFilter($sTableID . "_filter", array(GetMessage("STAT_FL_DAY"), GetMessage("STAT_FL_SESS")));
$oFilter->Begin();
?>
<tr>
	<td nowrap><b><?php 
echo GetMessage("STAT_F_USER_AGENT");
?>
</b></td>
	<td><input type="text" name="find_user_agent" size="28" value="<?php 
echo htmlspecialcharsbx($find_user_agent);
?>
"><?php 
echo ShowExactMatchCheckbox("find_user_agent");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<tr>
	<td>
		<?php 
echo GetMessage("STAT_F_LAST_DAY");
?>
</td>
	<td>
		<?php 
$arr = array("reference" => array(GetMessage("STAT_YES"), GetMessage("STAT_NO")), "reference_id" => array("Y", "N"));
Example #6
0
<tr>
	<td><?php 
echo GetMessage("STAT_F_PAGE");
?>
:</td>
	<td><?php 
echo SelectBoxFromArray("find_site_id", $arSiteDropdown, $find_site_id, GetMessage("STAT_D_SITE"));
?>
&nbsp;<?php 
echo SelectBoxFromArray("find_url_404", array("reference" => array(GetMessage("STAT_YES"), GetMessage("STAT_NO")), "reference_id" => array("Y", "N")), htmlspecialcharsbx($find_url_404), GetMessage("STAT_404"));
?>
&nbsp;<input type="text" name="find_url" size="33" value="<?php 
echo htmlspecialcharsbx($find_url);
?>
"><?php 
echo ShowExactMatchCheckbox("find_url");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<?php 
echo ShowLogicRadioBtn();
$filter->Buttons(array("table_id" => $sTableID, "url" => $APPLICATION->GetCurPage(), "form" => "form1"));
$filter->End();
?>
</form>

<?php 
if ($message) {
?>
"><?php 
echo ShowExactMatchCheckbox("find_country_name");
?>
</td>
</tr>
<tr>
	<td><?php 
echo GetMessage("STAT_REGION_MSEL_REGION_NAME");
?>
</td>
	<td><input type="text" name="find_region_name" size="47" value="<?php 
echo htmlspecialcharsbx($find_region_name);
?>
"><?php 
echo ShowExactMatchCheckbox("find_region_name");
?>
</td>
</tr>
<?php 
$oFilter->Buttons(array("table_id" => $sTableID, "url" => $APPLICATION->GetCurPage(), "form" => "find_form"));
$oFilter->End();
?>
</form>

<?php 
$lAdmin->DisplayList();
?>

<?php 
require $_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/epilog_popup_admin.php";
Example #8
0
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<tr>
	<td><?php 
echo GetMessage("STAT_F_REDIRECT_URL");
?>
:</td>
	<td><input type="text" name="find_redirect_url" size="47" value="<?php 
echo htmlspecialcharsbx($find_redirect_url);
?>
"><?php 
echo ShowExactMatchCheckbox("find_redirect_url");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<?php 
if ($STAT_RIGHT > "M") {
    ?>
<tr>
	<td><?php 
    echo GetMessage("STAT_F_MONEY");
    ?>
:</td>
	<td><input type="text" maxlength="10" name="find_money1" value="<?php 
?>
"><?php 
echo ShowExactMatchCheckbox("find_region_name");
?>
</td>
</tr>
<tr>
	<td><?php 
echo GetMessage("STAT_CITY_MSEL_CITY_NAME");
?>
</td>
	<td><input type="text" name="find_city_name" size="47" value="<?php 
echo htmlspecialcharsbx($find_city_name);
?>
"><?php 
echo ShowExactMatchCheckbox("find_city_name");
?>
</td>
</tr>
<?php 
$oFilter->Buttons(array("table_id" => $sTableID, "url" => $APPLICATION->GetCurPage(), "form" => "find_form"));
$oFilter->End();
?>
</form>

<?php 
$lAdmin->DisplayList();
?>

<?php 
require $_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/epilog_popup_admin.php";
<tr valign="center">
	<td width="0%" nowrap><?php 
echo GetMessage("STAT_F_SECTIONS");
?>
:</td>
	<td width="0%" nowrap><?php 
echo SelectBoxFromArray("find_site_id", $arSiteDropdown, $find_site_id, GetMessage("STAT_D_SITE"));
?>
&nbsp;<?php 
echo SelectBoxFromArray("find_page_404", array("reference" => array(GetMessage("STAT_YES"), GetMessage("STAT_NO")), "reference_id" => array("Y", "N")), htmlspecialcharsbx($find_page_404), GetMessage("STAT_404"));
?>
&nbsp;<input type="text" name="find_section" size="37" value="<?php 
echo htmlspecialcharsbx($find_section);
?>
"><?php 
echo ShowExactMatchCheckbox("find_section");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<tr valign="center">
	<td width="0%" nowrap><?php 
echo GetMessage("STAT_F_VIEW");
?>
:</td>
	<td width="100%" nowrap><?php 
$arr = array("reference" => array(GetMessage("STAT_F_VIEW_SECTIONS"), GetMessage("STAT_F_VIEW_FILES")), "reference_id" => array("D", "F"));
echo SelectBoxFromArray("find_show", $arr, htmlspecialcharsbx($find_show), GetMessage("MAIN_ALL"));
?>
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<tr valign="center">
	<td nowrap valign="top"><?php 
echo GetMessage("FLOW_F_STATUS");
?>
:</td>
	<td nowrap><input type="text" name="find_status" value="<?php 
echo htmlspecialcharsbx($find_status);
?>
" size="47"><?php 
echo ShowExactMatchCheckbox("find_status");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
<br><?php 
echo SelectBox("find_status_id", CWorkflowStatus::GetDropDownList("Y"), GetMessage("MAIN_ALL"), htmlspecialcharsbx($find_status_id));
?>
</td>
</tr>
<?php 
echo ShowLogicRadioBtn();
$filter->Buttons(array("table_id" => $sTableID, "url" => $APPLICATION->GetCurPage(), "form" => "form1"));
$filter->End();
?>
</form>
</tr>
<tr>
	<td><?echo GetMessage("STAT_F_ADV_BACK")?>:</td>
	<td><?echo SelectBoxFromArray("find_adv_back", $arrYN, $adminFilter["find_adv_back"], GetMessage("MAIN_ALL"));?></td>
</tr>
<tr>
	<td><?echo GetMessage("STAT_FIRST_FROM_PAGE")?>:</td>
	<td><input type="text" name="find_first_from" size="34" value="<?echo htmlspecialcharsbx($adminFilter["find_first_from"])?>"><?=ShowExactMatchCheckbox("find_first_from")?>&nbsp;<?=ShowFilterLogicHelp()?></td>
</tr>
<tr>
	<td><?echo GetMessage("STAT_F_URL_LAST")?>:</td>
	<td><?
		echo SelectBoxFromArray("find_last_site_id", $arSiteDropdown, $adminFilter["find_last_site_id"], GetMessage("STAT_D_SITE"));
	?>&nbsp;<?
		echo SelectBoxFromArray("find_url_last_404", $arr, $adminFilter["find_url_last_404"], GetMessage("STAT_404"));
	?>&nbsp;<input type="text" name="find_url_last" size="34" value="<?echo htmlspecialcharsbx($adminFilter["find_url_last"])?>"><?=ShowExactMatchCheckbox("find_url_last")?>&nbsp;<?=ShowFilterLogicHelp()?></td>
</tr>
<?
$filter->Buttons(array(
	"table_id" => $sTableID,
	"url" => $APPLICATION->GetCurPage(),
	"form" => "form1",
));
$filter->End();?>
</form>

<?
$lAdmin->DisplayList();

require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/epilog_admin.php");?>
Example #13
0
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<tr valign="center">
	<td width="0%" nowrap><?php 
echo GetMessage("STAT_F_COMMENTS");
?>
:</td>
	<td width="0%" nowrap><input type="text" name="find_comments" value="<?php 
echo htmlspecialcharsbx($find_comments);
?>
" size="47"><?php 
echo ShowExactMatchCheckbox("find_comments");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<?php 
echo ShowLogicRadioBtn();
$filter->Buttons(array("table_id" => $sTableID, "url" => $APPLICATION->GetCurPage(), "form" => "form1"));
$filter->End();
?>
</form>

<?php 
if ($message) {
Example #14
0
?>
</td>
</tr>
<tr>
	<td><?php 
echo GetMessage("STAT_F_REFERER_1_2");
?>
:</td>
	<td><input type="text" name="find_referer1" size="9" value="<?php 
echo htmlspecialcharsbx($find_referer1);
?>
">&nbsp;&nbsp;/&nbsp;&nbsp;<input class="typeinput" type="text" name="find_referer2" size="9" value="<?php 
echo htmlspecialcharsbx($find_referer2);
?>
"><?php 
echo ShowExactMatchCheckbox("find_referer12");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<tr>
	<td><?php 
echo GetMessage("STAT_F_DURATION");
?>
:</td>
	<td><input type="text" maxlength="10" name="find_duration1" value="<?php 
echo htmlspecialcharsbx($find_duration1);
?>
" size="9">&nbsp;<?php 
Example #15
0
<tr valign="center">
	<td width="0%" nowrap><?php 
echo GetMessage("STAT_F_LAST_PAGE");
?>
:</td>
	<td width="0%" nowrap><?php 
echo SelectBoxFromArray("find_last_page_site_id", $arSiteDropdown, $find_last_page_site_id, GetMessage("STAT_D_SITE"));
?>
&nbsp;<?php 
echo SelectBoxFromArray("find_last_page_404", array("reference" => array(GetMessage("STAT_YES"), GetMessage("STAT_NO")), "reference_id" => array("Y", "N")), htmlspecialcharsbx($find_last_page_404), GetMessage("STAT_404"));
?>
&nbsp;<input type="text" name="find_last_page" size="37" value="<?php 
echo htmlspecialcharsbx($find_last_page);
?>
"><?php 
echo ShowExactMatchCheckbox("find_last_page");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<tr valign="top">
	<td width="0%" nowrap valign="top"><?php 
echo GetMessage("STAT_F_ADV");
?>
:<br><img src="/bitrix/images/statistic/mouse.gif" width="44" height="21" border=0 alt=""></td>
	<td width="100%" nowrap>
	<?php 
echo SelectBoxMFromArray("find_adv[]", array("REFERENCE" => $find_adv_names, "REFERENCE_ID" => $find_adv), $find_adv, "", false, "5", "style=\"width:300px;\"");
?>
Example #16
0
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<tr>
	<td nowrap><?php 
echo GetMessage("STAT_F_SESSION");
?>
</td>
	<td><input type="text" name="find_session_id" size="47" value="<?php 
echo htmlspecialcharsbx($find_session_id);
?>
"><?php 
echo ShowExactMatchCheckbox("find_session_id");
?>
&nbsp;<?php 
echo ShowFilterLogicHelp();
?>
</td>
</tr>
<input type="hidden" name="group_by" value="<?php 
echo $find_group;
?>
">
<?php 
if (intval($menu_item_id) > 0) {
    ?>
<input type="hidden" name="menu_item_id" value="<?php 
    echo intval($menu_item_id);