Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
udvgroup.na4u.ru
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Акимов Владимир
udvgroup.na4u.ru
Commits
953df265
Commit
953df265
authored
Sep 23, 2024
by
Владимир Акимов
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Внедрние шапки и подвала
parent
3136efba
Changes
20
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
212 additions
and
356 deletions
+212
-356
.description.php
...tes/newudv/components/bitrix/menu/footer/.description.php
+8
-0
.description.php
...dv/components/bitrix/menu/footer/lang/en/.description.php
+4
-0
template.php
...newudv/components/bitrix/menu/footer/lang/en/template.php
+3
-0
.description.php
...dv/components/bitrix/menu/footer/lang/ru/.description.php
+4
-0
template.php
...newudv/components/bitrix/menu/footer/lang/ru/template.php
+3
-0
result_modifier.php
.../newudv/components/bitrix/menu/footer/result_modifier.php
+3
-0
template.php
...mplates/newudv/components/bitrix/menu/footer/template.php
+10
-0
.description.php
...plates/newudv/components/bitrix/menu/top/.description.php
+8
-0
.description.php
...ewudv/components/bitrix/menu/top/lang/en/.description.php
+4
-0
template.php
...es/newudv/components/bitrix/menu/top/lang/en/template.php
+3
-0
.description.php
...ewudv/components/bitrix/menu/top/lang/ru/.description.php
+4
-0
template.php
...es/newudv/components/bitrix/menu/top/lang/ru/template.php
+3
-0
result_modifier.php
...tes/newudv/components/bitrix/menu/top/result_modifier.php
+3
-0
template.php
.../templates/newudv/components/bitrix/menu/top/template.php
+35
-0
GolosText-Medium.woff
local/templates/newudv/css/fonts/GolosText-Medium.woff
+0
-0
GolosText-Medium.woff2
local/templates/newudv/css/fonts/GolosText-Medium.woff2
+0
-0
GolosText-Regular.woff
local/templates/newudv/css/fonts/GolosText-Regular.woff
+0
-0
GolosText-Regular.woff2
local/templates/newudv/css/fonts/GolosText-Regular.woff2
+0
-0
footer.php
local/templates/newudv/footer.php
+47
-48
header.php
local/templates/newudv/header.php
+70
-308
No files found.
local/templates/newudv/components/bitrix/menu/footer/.description.php
0 → 100644
View file @
953df265
<?
if
(
!
defined
(
"B_PROLOG_INCLUDED"
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
$arTemplateDescription
=
array
(
"NAME"
=>
GetMessage
(
"MENU_HORIZONT_MULTI_NAME"
),
"DESCRIPTION"
=>
GetMessage
(
"MENU_HORIZONT_MULTI_DESC"
),
);
?>
\ No newline at end of file
local/templates/newudv/components/bitrix/menu/footer/lang/en/.description.php
0 → 100644
View file @
953df265
<?
$MESS
[
'MENU_HORIZONT_MULTI_NAME'
]
=
"Horizontal multi level dropdown menu"
;
$MESS
[
'MENU_HORIZONT_MULTI_DESC'
]
=
"Horizontal multi level dropdown menu"
;
?>
\ No newline at end of file
local/templates/newudv/components/bitrix/menu/footer/lang/en/template.php
0 → 100644
View file @
953df265
<?
$MESS
[
'MENU_ITEM_ACCESS_DENIED'
]
=
"Access denied"
;
?>
\ No newline at end of file
local/templates/newudv/components/bitrix/menu/footer/lang/ru/.description.php
0 → 100644
View file @
953df265
<?
$MESS
[
'MENU_HORIZONT_MULTI_NAME'
]
=
"Горизонтальное многоуровневое выпадающее меню"
;
$MESS
[
'MENU_HORIZONT_MULTI_DESC'
]
=
"Горизонтальное многоуровневое выпадающее меню"
;
?>
\ No newline at end of file
local/templates/newudv/components/bitrix/menu/footer/lang/ru/template.php
0 → 100644
View file @
953df265
<?
$MESS
[
'MENU_ITEM_ACCESS_DENIED'
]
=
"Доступ запрещен"
;
?>
\ No newline at end of file
local/templates/newudv/components/bitrix/menu/footer/result_modifier.php
0 → 100644
View file @
953df265
<?
if
(
!
defined
(
'B_PROLOG_INCLUDED'
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
local/templates/newudv/components/bitrix/menu/footer/template.php
0 → 100644
View file @
953df265
<?
if
(
!
defined
(
"B_PROLOG_INCLUDED"
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
?>
<?php
if
(
!
empty
(
$arResult
))
{
?>
<ul
class=
"footer__nav-list"
data-accordion=
"content"
>
<?php
foreach
(
$arResult
as
$arItem
)
{
?>
<li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"
<?=
$arItem
[
"LINK"
]
?>
"
>
<?=
$arItem
[
"TEXT"
]
?>
</a>
</li>
<?
}
?>
</ul>
<?
}
?>
local/templates/newudv/components/bitrix/menu/top/.description.php
0 → 100644
View file @
953df265
<?
if
(
!
defined
(
"B_PROLOG_INCLUDED"
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
$arTemplateDescription
=
array
(
"NAME"
=>
GetMessage
(
"MENU_HORIZONT_MULTI_NAME"
),
"DESCRIPTION"
=>
GetMessage
(
"MENU_HORIZONT_MULTI_DESC"
),
);
?>
\ No newline at end of file
local/templates/newudv/components/bitrix/menu/top/lang/en/.description.php
0 → 100644
View file @
953df265
<?
$MESS
[
'MENU_HORIZONT_MULTI_NAME'
]
=
"Horizontal multi level dropdown menu"
;
$MESS
[
'MENU_HORIZONT_MULTI_DESC'
]
=
"Horizontal multi level dropdown menu"
;
?>
\ No newline at end of file
local/templates/newudv/components/bitrix/menu/top/lang/en/template.php
0 → 100644
View file @
953df265
<?
$MESS
[
'MENU_ITEM_ACCESS_DENIED'
]
=
"Access denied"
;
?>
\ No newline at end of file
local/templates/newudv/components/bitrix/menu/top/lang/ru/.description.php
0 → 100644
View file @
953df265
<?
$MESS
[
'MENU_HORIZONT_MULTI_NAME'
]
=
"Горизонтальное многоуровневое выпадающее меню"
;
$MESS
[
'MENU_HORIZONT_MULTI_DESC'
]
=
"Горизонтальное многоуровневое выпадающее меню"
;
?>
\ No newline at end of file
local/templates/newudv/components/bitrix/menu/top/lang/ru/template.php
0 → 100644
View file @
953df265
<?
$MESS
[
'MENU_ITEM_ACCESS_DENIED'
]
=
"Доступ запрещен"
;
?>
\ No newline at end of file
local/templates/newudv/components/bitrix/menu/top/result_modifier.php
0 → 100644
View file @
953df265
<?
if
(
!
defined
(
'B_PROLOG_INCLUDED'
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
local/templates/newudv/components/bitrix/menu/top/template.php
0 → 100644
View file @
953df265
<?
if
(
!
defined
(
"B_PROLOG_INCLUDED"
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
?>
<?php
if
(
!
empty
(
$arResult
))
{
?>
<?
$texts
=
[];
$texts
[]
=
"Ключевая информация о компании"
;
$texts
[]
=
"Все события и анонсы мероприятий"
;
$texts
[]
=
"Основные направления нашей работы"
;
$texts
[]
=
"Присоединяйтесь к нашей команде"
;
$texts
[]
=
"Адреса и телефоны для связи"
;
?>
<ul
class=
"main-nav__submenu-list"
>
<?php
foreach
(
$arResult
as
$k
=>
$arItem
)
{
?>
<li
class=
"main-nav__submenu-item"
>
<a
class=
"main-nav__submenu-link"
href=
"
<?=
$arItem
[
"LINK"
]
?>
"
data-close-menu
>
<span
class=
"main-nav__submenu-link-text"
>
<?=
$arItem
[
"TEXT"
]
?>
<span
class=
"main-nav__submenu-link-icon"
>
<svg
width=
"1em"
height=
"1em"
viewBox=
"0 0 20 20"
data-icon=
"icon-arrow-up-right"
>
<use
xlink:href=
"#ai:local:icon-arrow-up-right"
></use>
</svg>
</span>
</span>
<span
class=
"main-nav__submenu-link-description"
>
<?=
$texts
[
$k
]
?>
</span>
</a>
</li>
<?
}
?>
</ul>
<?
}
?>
local/templates/newudv/css/fonts/GolosText-Medium.woff
0 → 100644
View file @
953df265
File added
local/templates/newudv/css/fonts/GolosText-Medium.woff2
0 → 100644
View file @
953df265
File added
local/templates/newudv/css/fonts/GolosText-Regular.woff
0 → 100644
View file @
953df265
File added
local/templates/newudv/css/fonts/GolosText-Regular.woff2
0 → 100644
View file @
953df265
File added
local/templates/newudv/footer.php
View file @
953df265
...
...
@@ -18,29 +18,16 @@
</svg></span>
</div>
<ul
class=
"footer__nav-list"
data-accordion=
"content"
>
<li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
UDV DATAPK Industrial Kit
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
UDV Industrial Firewall
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
UDV Agentless EDR for OT
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
UDV Data Diode
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
UDV ITM
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
UDV eplat4m Pass
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
UDV eplat4m SOAR
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
UDV eplat4m SGRC
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
UDV eplat4m КИИ
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
UDV eplat4m
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
UDV SIEM
</a>
</li>
<?
$productsMenu
=
ListMenu
(
11
);
foreach
(
$productsMenu
as
$item
)
:
?>
<li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"
<?=
$item
[
'DETAIL_PAGE_URL'
]
?>
"
>
<?=
$item
[
'NAME'
]
?>
</a>
</li>
<?
endforeach
;
?>
</ul>
</div>
</div>
...
...
@@ -57,13 +44,16 @@
</svg></span>
</div>
<ul
class=
"footer__nav-list"
data-accordion=
"content"
>
<li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
Защита АСУ ТП и объектов КИИ
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
Мониторинг ИБ и реагирование на инциденты
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
Автоматизация бизнес-процессов
</a>
</li>
<?
$decisionsMenu
=
ListMenu
(
10
);
foreach
(
$decisionsMenu
as
$item
)
:
?>
<li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"
<?=
$item
[
'DETAIL_PAGE_URL'
]
?>
"
>
<?=
$item
[
'NAME'
]
?>
</a>
</li>
<?
endforeach
;
?>
</ul>
</div>
<div
class=
"footer__nav-section"
data-accordion=
"element"
>
...
...
@@ -78,11 +68,16 @@
</svg></span>
</div>
<ul
class=
"footer__nav-list"
data-accordion=
"content"
>
<li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
Образовательные сервисы
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
Техподдержка
</a>
</li>
<?
$serviceMenu
=
ListMenu
(
17
);
foreach
(
$serviceMenu
as
$item
)
:
?>
<li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"
<?=
$item
[
'DETAIL_PAGE_URL'
]
?>
"
>
<?=
$item
[
'NAME'
]
?>
</a>
</li>
<?
endforeach
;
?>
</ul>
</div>
</div>
...
...
@@ -98,19 +93,23 @@
</svg></span>
</div>
<ul
class=
"footer__nav-list"
data-accordion=
"content"
>
<li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
О группе компаний UDV
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
Новости
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
Исследовательский центр
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
Карьера
</a>
</li><li
class=
"footer__nav-item"
>
<a
class=
"footer__nav-link"
href=
"#"
>
Контакты
</a>
</li>
</ul>
<?
$APPLICATION
->
IncludeComponent
(
"bitrix:menu"
,
"footer"
,
Array
(
"ALLOW_MULTI_SELECT"
=>
"N"
,
"CHILD_MENU_TYPE"
=>
""
,
"DELAY"
=>
"N"
,
"MAX_LEVEL"
=>
"1"
,
"MENU_CACHE_GET_VARS"
=>
array
(
0
=>
""
,),
"MENU_CACHE_TIME"
=>
"3600"
,
"MENU_CACHE_TYPE"
=>
"N"
,
"MENU_CACHE_USE_GROUPS"
=>
"Y"
,
"ROOT_MENU_TYPE"
=>
"footer"
,
"USE_EXT"
=>
"N"
)
);
?>
</div>
<div
class=
"footer__nav-section"
data-accordion=
"element"
>
<div
class=
"footer__nav-title-wrap"
data-accordion=
"button"
>
...
...
local/templates/newudv/header.php
View file @
953df265
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment