本文整理汇总了PHP中CAdminList::DisplayList方法的典型用法代码示例。如果您正苦于以下问题:PHP CAdminList::DisplayList方法的具体用法?PHP CAdminList::DisplayList怎么用?PHP CAdminList::DisplayList使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类CAdminList
的用法示例。
在下文中一共展示了CAdminList::DisplayList方法的14个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: GetMessage
?>
<tr>
<td><?php
echo GetMessage("curr_rates_date1");
?>
:</td>
<td>
<?php
echo CalendarPeriod("filter_period_from", $filter_period_from, "filter_period_to", $filter_period_to, "find_form", "Y");
?>
</td>
</tr>
<tr>
<td><?php
echo GetMessage("curr_rates_curr1");
?>
:</td>
<td>
<?php
echo CCurrency::SelectBox("filter_currency", $filter_currency, GetMessage("curr_rates_all"), True, "", "");
?>
</td>
</tr>
<?php
$filter->Buttons(array("table_id" => $sTableID, "url" => $APPLICATION->GetCurPage(), "form" => "find_form"));
$filter->End();
?>
</form>
<?php
$lAdmin->DisplayList();
require $_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/epilog_admin.php";
示例2: CAdminMessage
}
else
{
BX.adminPanel.closeWait(btn);
}
if(!!res.error && (!!res.error.message || !!res.error.code))
{
alert(res.error.message||res.error.code);
}
else
{
window['<?php
echo $tableID;
?>
'].GetAdminList(window.location.href.replace(/#.*/, ''));
}
});
}
</script>
<?php
require_once "tab/seo_search_yandex_direct_auth.php";
$adminList->DisplayList();
$messageText = '<ul>';
foreach (Adv\YandexCampaignTable::$supportedStrategy as $startegy) {
$messageText .= '<li>' . Loc::getMessage('SEO_CAMPAIGN_STRATEGY_' . $startegy) . '</li>';
}
$messageText .= '</ul>';
$message = new CAdminMessage(array('TYPE' => 'OK', 'MESSAGE' => Loc::getMessage('SEO_SUPPORTED_STRATEGY_NOTE'), "DETAILS" => $messageText, 'HTML' => 'Y'));
echo $message->show();
require_once $_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/epilog_admin.php";
示例3:
<? } ?>
</select>
</td>
</tr>
<?
$oFilter->Buttons(
array(
"table_id" => $sTableID_tab5,
"url" => $APPLICATION->GetCurPage(),
"form" => "find_form5"
)
);
$oFilter->End();
?>
</form>
<?$lAdmin_tab5->DisplayList(array("FIX_HEADER" => false, "FIX_FOOTER" => false));?>
</div>
<div class="sale_popup_form" id="popup_form_sku_order" style="display:none;">
<table width="100%">
<tr><td></td></tr>
<tr>
<td><small><span id="listItemPrice"></span> <span id="listItemOldPrice"></span></small></td>
</tr>
<tr>
<td><hr></td>
</tr>
</table>
<table width="100%" id="sku_selectors_list">
<tr>
示例4: GetMessage
echo GetMessage("MOD_SMP_DELETE_OPINION_REASON5");
?>
</label><br />
<input type="radio" name="reason" value="6" id="r6" checked> <label for="r6"><?php
echo GetMessage("MOD_SMP_DELETE_OPINION_REASON6");
?>
</label><br /><br />
<textarea name="comments" style="width: 500px; height: 100px;"></textarea>
<p><?php
echo GetMessage("MOD_SMP_DELETE_OPINION_THANKS");
?>
</p>
<input type="submit" value="<?php
echo GetMessage("MOD_SMP_OPONION_ADD");
?>
">
</form>
<?
echo EndNote();
unset($_SESSION["MP_MOD_DELETED"]);
}
if($bHaveNew)
{
$lAdmin1->DisplayList();
}
$lAdmin->DisplayList();
require($_SERVER["DOCUMENT_ROOT"].FX_ROOT."/modules/main/include/epilog_admin.php");
示例5: BeginNote
<div class="adm-detail-content-wrap">
<div class="adm-detail-content">
<?php
$tabControl->Begin();
$tabControl->BeginNextTab();
$lAdmin_tab1->DisplayList();
echo BeginNote();
?>
<span class="required">*</span> - <?php
echo GetMessage("STAT_ADV_BACK_ALT");
echo EndNote();
?>
<?php
$tabControl->BeginNextTab();
$lAdmin_tab9->DisplayList();
?>
<?php
if ($STAT_RIGHT > "M") {
$tabControl->BeginNextTab();
$lAdmin_tab2->DisplayList();
echo BeginNote();
?>
<span class="required">*</span> - <?php
echo GetMessage("STAT_ADV_BACK_ALT");
echo EndNote();
}
?>
<?php
示例6:
}
?>
<?php
}
?>
<?php
if ($canHasProfiles) {
?>
<?php
$tabControl->BeginNextTab();
?>
<tr>
<td colspan="2">
<?php
$lAdminSubServices->DisplayList(array("FIX_HEADER" => false, "FIX_FOOTER" => false));
?>
</td>
</tr>
<?php
}
?>
<?php
if (strlen($restrictionsHtml) > 0) {
?>
<?php
$tabControl->BeginNextTab();
?>
<tr><td id="sale-delivery-restriction-container"><?php
echo $restrictionsHtml;
示例7: GetMessage
$lAdmin2->BeginPrologContent();
echo "<h4>" . GetMessage("PERFMON_TABLES_RECENTLY_BROWSED") . "</h4>\n";
$lAdmin2->EndPrologContent();
$lAdmin2->AddHeaders(array(array("id" => "NAME", "content" => GetMessage("PERFMON_TABLES_NAME"), "default" => true)));
$rsData = new CDBResult();
$rsData->InitFromArray($arLastTables);
$rsData = new CAdminResult($rsData, $sTableID2);
$j = 0;
while ($arRes = $rsData->NavNext(true, "f_")) {
$row =& $lAdmin2->AddRow($j++, $arRes);
foreach ($arRes as $key => $value) {
$row->AddViewField($key, $value);
}
}
$lAdmin2->CheckListMode();
$lAdmin2->DisplayList();
}
}
?>
<h4><?php
echo GetMessage("PERFMON_TABLES_QUICK_SEARCH");
?>
</h4>
<input type="text" id="instant-search">
<script>
BX.ready(function ()
{
if (location.hash != '#empty' && location.hash != '#authorize')
BX('instant-search').value = location.hash.replace(/^#/, '');
BX('instant-search').focus();
setTimeout(filter_rows, 250);
示例8: htmlspecialcharsbx
</option>
<?php
foreach ($arOperations as $type => $name) {
?>
<option value="<?php
echo $type;
?>
"<?php
if ($filter_type == $type) {
echo " selected";
}
?>
><?php
echo htmlspecialcharsbx($name);
?>
</option>
<?php
}
?>
</select>
</td>
</tr>
<?php
$oFilter->Buttons(array("table_id" => $sTableHistory, "url" => $APPLICATION->GetCurPageParam(), "form" => "find_form_history"));
$oFilter->End();
?>
</form>
<?php
$lAdminHistory->DisplayList(array("FIX_HEADER" => false, "FIX_FOOTER" => false));
?>
</div>
示例9: CAdminMessage
<?php
$arMessageNoReps = new CAdminMessage(array('MESSAGE' => GetMessage('SALE_REPORT_EMPTY_LIST'), 'TYPE' => 'OK'));
echo $arMessageNoReps->Show();
?>
<form action="" method="POST">
<input type="hidden" name="CREATE_DEFAULT" value="1" />
<input class="adm-btn-save" type="submit" value="<?php
echo GetMessage('SALE_REPORT_CREATE_DEFAULT');
?>
" />
</form>
<?php
} else {
?>
<?php
if ($needDisplayUpdate14_5_2message) {
$admMessage = new CAdminMessage(array("TYPE" => "OK", "MESSAGE" => GetMessage('REPORT_UPDATE_14_5_2_MESSAGE')));
echo $admMessage->Show();
unset($admMessage);
}
?>
<?php
$lReports->DisplayList();
?>
<?php
}
}
// </editor-fold>
require $_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/epilog_admin.php";
示例10:
};
<?
if($tabControl->selectedTab == "edit_stats"):
?>
showStats();
<?
endif;
?>
</script>
</td>
</tr>
<tr>
<td colspan="3" style="padding: 0 100px 20px; text-align: center;">
<div id="yandex_sublist_layout">
<?
$statsAdminList->DisplayList();
?>
</div>
</td>
</tr>
<?
}
}
$tabControl->EndTab();
if(!$bReadOnly)
{
$tabControl->Buttons(array(
"back_url" => $back_url ? $back_url : "seo_search_yandex_direct.php?lang=".LANGUAGE_ID,
));
}
示例11: GetMessage
?>
&set_default=Y&group_by=none&menu_item_id=1"><?php
echo GetMessage("STAT_VIEW_ALL_PHRASES");
?>
</a><br><br>
<?php
$lAdmin_tab5->DisplayList();
?>
<?php
$tabControl->BeginNextTab();
?>
<a href="/bitrix/admin/searcher_list.php?lang=<?php
echo LANG;
?>
"><?php
echo GetMessage("STAT_VIEW_ALL_SEACHERS");
?>
</a><br><br>
<?php
$lAdmin_tab6->DisplayList();
?>
<?php
$tabControl->End();
?>
</div>
<br />
</div>
<?php
require_once $_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/epilog_admin.php";
示例12: catch
if ($user["ID"] > 0) {
$cache_users[$arr_order["USER_ID"]] = $user["NAME"] . " " . $user["LAST_NAME"];
$arr_order["USER_ID"] = $cache_users[$arr_order["USER_ID"]];
}
} else {
$arr_order["USER_ID"] = $cache_users[$arr_order["USER_ID"]];
}
$row =& $o_table->AddRow($var_ID, $arr_order);
$name = Loc::getMessage("DEVTM_BEGATEWAY_ORDER_TITLE") . $arr_order["ID"];
$row->AddViewField("ID", "<a href=\"begateway_transaction_payment.php?ID=" . $var_ID . "&lang=" . LANG . "\" >" . $name . "</a>");
/*$action = array(
array(
"ICON" => "edit",
"DEFAULT" => true,
"TEXT" => Loc::getMessage("DEVTM_BEGATEWAY_CONTEXT_MENU_MESSAGE"),
"ACTION" => $o_table->ActionRedirect("begateway_transaction_payment.php?ID=".$var_ID."&lang=".LANG)
),
);
$row->AddActions($action);*/
}
$o_table->AddAdminContextMenu();
$o_table->CheckListMode();
$APPLICATION->SetTitle(Loc::getMessage("DEVTM_BEGATEWAY_TITLE"));
require $_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/prolog_admin_after.php";
$o_table->DisplayList();
} catch (Exception $e) {
require $_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/prolog_admin_after.php";
CAdminMessage::ShowMessage(array("MESSAGE" => $e->getMessage(), "TYPE" => "ERROR"));
}
require $_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/epilog_admin.php";
示例13: show
/**
* Выводит сформированный список.
* Сохраняет обработанный GET-запрос в сессию
*/
public function show()
{
if (!$this->hasReadRights()) {
$this->addErrors(Loc::getMessage('DIGITALWAND_ADMIN_HELPER_ACCESS_FORBIDDEN'));
$this->showMessages();
return false;
}
$this->showMessages();
$this->list->DisplayList();
if ($this->isPopup()) {
print $this->popupClickFunctionCode;
}
$this->saveGetQuery();
}
示例14: show
/**
* Выводит сформированный список.
* Сохраняет обработанный GET-запрос в сессию
*/
public function show()
{
$this->showMessages();
$this->list->DisplayList();
if ($this->isPopup()) {
print $this->popupClickFunctionCode;
}
$this->saveGetQuery();
}