Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-backend
view
adminhtml
templates
admin
page.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
9
?>
10
<?php ?>
11
<!doctype html>
12
<html lang=
"<?= /* @escapeNotVerified */ $block->getLang() ?>"
class
=
"no-js"
>
13
14
<head>
15
<?=
$block
->getChildHtml(
'head'
) ?>
16
</head>
17
18
<body
id
=
"html-body"
<?=
$block
->getBodyClass() ?
' class="'
.
$block
->getBodyClass() .
'"'
:
''
?> data-container=
"body"
data-
mage
-init=
'{"loaderAjax":{},"loader":{}}'
>
19
<div
class
=
"page-wrapper"
>
20
<?=
$block
->getChildHtml(
'notification_window'
) ?>
21
<?=
$block
->getChildHtml(
'global_notices'
) ?>
22
<div
class
=
"page-header-wrapper"
>
23
<?=
$block
->getChildHtml(
'header'
) ?>
24
</div>
25
<?=
$block
->getChildHtml(
'menu'
) ?>
26
<?=
$block
->getChildHtml(
'notifications'
) ?>
27
28
<
main
class
=
"page-content"
id
=
"anchor-content"
>
29
<?=
$block
->getChildHtml(
'main-top'
) ?>
30
<div
class
=
"messages"
id
=
"messages"
data-container-
for
=
"messages"
>
31
<?=
$block
->getLayout()->getMessagesBlock()->getGroupedHtml() ?>
32
</div>
33
<?=
$block
->getChildHtml(
'page_main_actions'
) ?>
34
<?php
if
(
$block
->getChildHtml(
'left'
)): ?>
35
<div
id
=
"page:main-container"
class
=
"<?= /* @escapeNotVerified */ $block->getContainerCssClass() ?> col-2-left-layout"
>
36
<div
class
=
"main-col"
id
=
"content"
>
37
<?=
$block
->getChildHtml(
'content'
) ?>
38
</div>
39
40
<div
class
=
"side-col"
id
=
"page:left"
>
41
<?=
$block
->getChildHtml(
'left'
) ?>
42
</div>
43
</div>
44
<?php
else
: ?>
45
<div
id
=
"page:main-container"
class
=
"col-1-layout"
>
46
<?=
$block
->getChildHtml(
'content'
) ?>
47
</div>
48
<?php
endif
; ?>
49
</
main
>
50
51
<?=
$block
->getChildHtml(
'js'
) ?>
52
<footer
class
=
"page-footer"
>
53
<?=
$block
->getChildHtml(
'footer'
) ?>
54
</footer>
55
</div>
56
<?=
$block
->getChildHtml(
'before_body_end'
) ?>
57
</body>
58
</html>
Magento\NonComposerComponentRegistration\main
main()
Definition:
NonComposerComponentRegistration.php:18
mage
if( $form)() ?>< script > require(['jquery' mage mage
Definition:
save.phtml:15
$block
$block
Definition:
block.php:8
endif
endif
Definition:
404.phtml:116