1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
epilog_admin_mobile.php
См. документацию.
1<? if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();
2
3$mobileAdminPageHtml = ob_get_contents();
4ob_end_clean();
5
7
8?>
9<!DOCTYPE html>
10<html<?=$APPLICATION->ShowProperty("Manifest");?> class="<?=CMobile::$platform;?>">
11 <head>
12 <meta http-equiv="Content-Type" content="text/html;charset=<?=SITE_CHARSET?>"/>
13 <meta name="format-detection" content="telephone=no"><?
14 $APPLICATION->ShowHeadStrings(true);
15 $APPLICATION->ShowHeadStrings();
16 $APPLICATION->ShowHeadScripts();
17 CJSCore::Init('ajax');
18 ?><title><?$APPLICATION->ShowTitle()?></title>
19 </head>
20 <body class="<?=$APPLICATION->ShowProperty("BodyClass")?>">
22 </body>
23</html>
24
25<script type="text/javascript">
26 var pullParams = {
27 enable:true,
28 pulltext:"<?=GetMessage("PULL_TEXT")?>",
29 downtext:"<?=GetMessage("DOWN_TEXT")?>",
30 loadtext:"<?=GetMessage("LOAD_TEXT")?>"
31 };
32 if(app.enableInVersion(2))
33 pullParams.action = "RELOAD";
34 else
35 pullParams.callback = function(){document.location.reload();};
36 app.pullDown(pullParams);
37</script>
38
39<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/epilog_admin_after.php"); ?>
global $APPLICATION
Определения include.php:80
static Init()
Определения mobile.php:199
static Init($arExt=array(), $bReturn=false)
Определения jscore.php:66
$mobileAdminPageHtml
Определения epilog_admin_mobile.php:3
<? 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
$_SERVER["DOCUMENT_ROOT"]
Определения cron_frame.php:9
<? endif;?> window document title
Определения prolog_main_admin.php:76
die
Определения quickway.php:367