1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
prolog_popup_admin.php
См. документацию.
1<?
2if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die();
3?>
4<!DOCTYPE html>
5<html id="bx-admin-prefix">
6<head>
7<meta http-equiv="X-UA-Compatible" content="IE=edge">
8<title><?echo $APPLICATION->GetTitle()?></title>
9<meta http-equiv="Content-Type" content="text/html; charset=<?echo LANG_CHARSET?>">
10<?
11if(!is_object($adminPage))
12 $adminPage = new CAdminPage();
13
14CJSCore::Init(array('admin_interface'));
15
16$APPLICATION->AddBufferContent(array($adminPage, "ShowCSS"));
17echo $adminPage->ShowScript();
18$APPLICATION->ShowHeadStrings();
19$APPLICATION->ShowHeadScripts();
20?>
21<script>
22function PopupOnKeyPress(e)
23{
24 if(!e) e = window.event
25 if(!e) return;
26 if(e.keyCode == 27)
27 window.close();
28}
29jsUtils.addEvent(window, "keypress", PopupOnKeyPress);
30</script>
31</head>
32<body class="body-popup adm-workarea" onkeypress="PopupOnKeyPress();">
global $APPLICATION
Определения include.php:80
Определения admin_lib.php:22
static Init($arExt=array(), $bReturn=false)
Определения jscore.php:66
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
<? if( $useEditor3):?>< tr class="heading">< td colspan="2"><? echo GetMessage("FILEMAN_OPTION_SPELL_SET");?></td ></tr ><? if(function_exists( 'pspell_config_create')):$use_pspell_checked=(COption::GetOptionString( $module_id, "use_pspell", "Y")=="Y") ? "checked" :"";?>< tr >< td valign="top">< label for="use_pspell"><?echo GetMessage("FILEMAN_OPTION_USE_PSPELL");?></label >< br >< a title="<?echo GetMessage("FILEMAN_OPTION_ADDISH_DICS_TITLE");?> http
Определения options.php:1473
global $adminPage
Определения init_admin.php:7
<? endif;?> window document title
Определения prolog_main_admin.php:76
die
Определения quickway.php:367