1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
tools.php
См. документацию.
1<?
2function SonetShowInFrame(&$component, $bPopup)
3{
4 global $APPLICATION;
5
6 $APPLICATION->RestartBuffer();
7
8 if (!$bPopup)
9 {
10 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
11 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?=LANGUAGE_ID?>" lang="<?=LANGUAGE_ID?>">
12 <head><?
13 $APPLICATION->ShowHead();
14 ?><style>
15 body {background: #fff !important; text-align: left !important; color: #000 !important;}
16 <?
17 if ($_REQUEST['IFRAME_TYPE'] != 'SIDE_SLIDER')
18 {
19 ?>
20 div#sonet-content-outer { padding: 15px; }
21 <?
22 }
23 ?>
24 </style>
25 </head>
26 <body class="<?$APPLICATION->ShowProperty("BodyClass");?>"><?
27
28 if (isset($_REQUEST['IFRAME_TYPE']) && $_REQUEST['IFRAME_TYPE'] == 'SIDE_SLIDER')
29 {
30 ?><div class="pagetitle-wrap">
31 <div class="pagetitle-inner-container">
32 <div class="pagetitle">
33 <span id="pagetitle-slider" class="pagetitle-item"><?$APPLICATION->ShowTitle(false);?></span>
34 </div>
35 </div>
36 </div><?
37 }
38 }
39 else
40 {
41 $APPLICATION->ShowAjaxHead();
42 }
43
44 ?><div id="sonet-content-outer">
45 <table cellpadding="0" cellspading="0" width="100%">
46 <tr>
47 <td valign="top"><? $component->IncludeComponentTemplate();?></td>
48 </tr>
49 </table>
50 </div><?
51
52 if (!$bPopup)
53 {
54 ?>
55 </body>
56 </html><?
57 }
58 require_once($_SERVER['DOCUMENT_ROOT'] . BX_ROOT . '/modules/main/include/epilog_after.php');
59 die();
60}
61?>
const BX_ROOT
Определения bx_root.php:3
global $APPLICATION
Определения include.php:80
bx popup label bx width30 PAGE_NEW_MENU_NAME text width
Определения file_new.php:677
background color
Определения file_new.php:745
hidden mSiteList<?=htmlspecialcharsbx(serialize( $siteList))?><?=htmlspecialcharsbx( $siteList[ $j]["ID"])?> _Propery<? if(((COption::GetOptionString( $module_id, "different_set", "N")=="Y") &&( $j !=0))||(COption::GetOptionString( $module_id, "different_set", "N")=="N")) echo "display: none;"?> top adm detail content cell l top adm detail content cell r heading center center ID left
Определения options.php:768
$_REQUEST["admin_mnu_menu_id"]
Определения get_menu.php:8
$_SERVER["DOCUMENT_ROOT"]
Определения cron_frame.php:9
die
Определения quickway.php:367
lang
Определения options.php:182
font style
Определения invoice.php:442
text align
Определения template.php:556
SonetShowInFrame(&$component, $bPopup)
Определения tools.php:2