Commit ecd43b4b89d6ee5125d8300b8e6552580451ee20
1 parent
60c6f0893a
Exists in
master
Коммит актуальный
Showing 28 changed files with 687 additions and 498 deletions Inline Diff
- .left.menu.php
- .top.menu.php
- __auth.php\275
- bitrix/templates/furniture_gray/.styles.php
- bitrix/templates/furniture_gray/description.php
- bitrix/templates/furniture_gray/header.php
- bitrix/templates/furniture_gray/styles.css
- bitrix/templates/furniture_gray/template_styles.css
- bitrix/templates/main/images/img02.png
- bitrix/templates/main/images/img02_old.png
- bitrix/templates/primary/components/bitrix/news.detail/iner_winners/result_modifier.php
- bitrix/templates/primary/components/bitrix/news.detail/iner_winners/template.php
- competition/.additional.menu.php
- competition/.inerleft.menu.php
- competition/index.php
- competition/participants/index.php
- competition/programs/index.php
- competition/youthful/.section.php
- competition/youthful/index.php
- contacts/index.php
- en/.left.menu.php
- en/.top.menu.php
- en/contacts/index.php
- images/2023_1.jpg
- images/2023_2.jpg
- include/copearite.php
- include/copyright.php
- urlrewrite.php
.left.menu.php
1 | <? | 1 | <? |
2 | $aMenuLinks = Array( | 2 | $aMenuLinks = Array( |
3 | Array( | 3 | Array( |
4 | "Вера Лотар-Шевченко", | 4 | "Вера Лотар-Шевченко", |
5 | "/lothar_shevchenko/", | 5 | "/lothar_shevchenko/", |
6 | Array(), | 6 | Array(), |
7 | Array("modification"=>"/lothar_shevchenko/biography/"), | 7 | Array("modification"=>"/lothar_shevchenko/biography/"), |
8 | "" | 8 | "" |
9 | ), | 9 | ), |
10 | Array( | 10 | Array( |
11 | "О конкурсе", | 11 | "О конкурсе", |
12 | "/about_the_contest/", | 12 | "/about_the_contest/", |
13 | Array(), | 13 | Array(), |
14 | Array("modification"=>"/about_the_contest/history/"), | 14 | Array("modification"=>"/about_the_contest/history/"), |
15 | "" | 15 | "" |
16 | ), | 16 | ), |
17 | Array( | 17 | Array( |
18 | "Пресс-центр", | 18 | "Пресс-центр", |
19 | "/press_center/", | 19 | "/press_center/", |
20 | Array(), | 20 | Array(), |
21 | Array(), | 21 | Array(), |
22 | "" | 22 | "" |
23 | ), | 23 | ), |
24 | Array( | 24 | Array( |
25 | "Конкурс 2018", | 25 | "Конкурс 2025", |
26 | "/competition/", | 26 | "/competition/", |
27 | Array(), | 27 | Array(), |
28 | Array("modification"=>"/competition/terms/"), | 28 | Array("modification"=>"/competition/terms/"), |
29 | "" | 29 | "" |
30 | ), | 30 | ), |
31 | Array( | 31 | Array( |
32 | "Архив", | 32 | "Архив", |
33 | "/archive/", | 33 | "/archive/", |
34 | Array(), | 34 | Array(), |
35 | Array(), | 35 | Array(), |
36 | "" | 36 | "" |
37 | ) | 37 | ) |
38 | ); | 38 | ); |
39 | ?> | 39 | ?> |
.top.menu.php
1 | <? | 1 | <? |
2 | $aMenuLinks = Array( | 2 | $aMenuLinks = Array( |
3 | Array( | 3 | Array( |
4 | "<span>Вера</span> Лотар-Шевченко", | 4 | "<span>Вера</span> Лотар-Шевченко", |
5 | "/lothar_shevchenko/", | 5 | "/lothar_shevchenko/", |
6 | Array(), | 6 | Array(), |
7 | Array("modification"=>"/lothar_shevchenko/biography/"), | 7 | Array("modification"=>"/lothar_shevchenko/biography/"), |
8 | "" | 8 | "" |
9 | ), | 9 | ), |
10 | Array( | 10 | Array( |
11 | "О конкурсе", | 11 | "О конкурсе", |
12 | "/about_the_contest/", | 12 | "/about_the_contest/", |
13 | Array(), | 13 | Array(), |
14 | Array("modification"=>"/about_the_contest/history/"), | 14 | Array("modification"=>"/about_the_contest/history/"), |
15 | "" | 15 | "" |
16 | ), | 16 | ), |
17 | Array( | 17 | Array( |
18 | "Пресс-центр", | 18 | "Пресс-центр", |
19 | "/press_center/", | 19 | "/press_center/", |
20 | Array(), | 20 | Array(), |
21 | Array(), | 21 | Array(), |
22 | "" | 22 | "" |
23 | ), | 23 | ), |
24 | Array( | 24 | Array( |
25 | "Конкурс 2018", | 25 | "Конкурс 2025", |
26 | "/competition/", | 26 | "/competition/", |
27 | Array(), | 27 | Array(), |
28 | Array("modification"=>"/competition/terms/"), | 28 | Array("modification"=>"/competition/terms/"), |
29 | "" | 29 | "" |
30 | ), | 30 | ), |
31 | Array( | 31 | Array( |
32 | "Архив", | 32 | "Архив", |
33 | "/archive/", | 33 | "/archive/", |
34 | Array(), | 34 | Array(), |
35 | Array("modification"=>"/archive/contests/"), | 35 | Array("modification"=>"/archive/contests/"), |
36 | "" | 36 | "" |
37 | ), | 37 | ), |
38 | Array( | 38 | Array( |
39 | "Контакты", | 39 | "Контакты", |
40 | "/contacts/", | 40 | "/contacts/", |
41 | Array(), | 41 | Array(), |
42 | Array(), | 42 | Array(), |
43 | "" | 43 | "" |
44 | ) | 44 | ) |
45 | ); | 45 | ); |
46 | ?> | 46 | ?> |
bitrix/templates/furniture_gray/.styles.php
File was created | 1 | <? | |
2 | return array( | ||
3 | ); | ||
4 | ?> |
bitrix/templates/furniture_gray/description.php
1 | <?$arTemplate = Array( | ||
2 | "NAME"=>GetMessage('CFST_TEMPLATE_NAME'), | ||
3 | "DESCRIPTION"=>GetMessage('CFST_TEMPLATE_DESC') | ||
4 | );?> | ||
1 | <?$arTemplate = array( | ||
2 | "NAME" => "Фиксированный", |
bitrix/templates/furniture_gray/header.php
1 | <?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?> | 1 | <?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?> |
2 | <? | 2 | <? |
3 | IncludeTemplateLangFile(__FILE__); | 3 | IncludeTemplateLangFile(__FILE__); |
4 | ?> | 4 | ?> |
5 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 5 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
6 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru"> | 6 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru"> |
7 | <head> | 7 | <head> |
8 | <?$APPLICATION->ShowHead();?> | 8 | <?$APPLICATION->ShowHead();?> |
9 | 9 | ||
10 | <link href="<?=SITE_TEMPLATE_PATH?>/common.css" type="text/css" rel="stylesheet" /> | 10 | <link href="<?=SITE_TEMPLATE_PATH?>/common.css" type="text/css" rel="stylesheet" /> |
11 | <link href="<?=SITE_TEMPLATE_PATH?>/colors.css" type="text/css" rel="stylesheet" /> | 11 | <link href="<?=SITE_TEMPLATE_PATH?>/colors.css" type="text/css" rel="stylesheet" /> |
12 | 12 | ||
13 | <!--[if lte IE 6]> | 13 | <!--[if lte IE 6]> |
14 | <style type="text/css"> | 14 | <style type="text/css"> |
15 | 15 | ||
16 | #banner-overlay { | 16 | #banner-overlay { |
17 | background-image: none; | 17 | background-image: none; |
18 | filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?=SITE_TEMPLATE_PATH?>images/overlay.png', sizingMethod = 'crop'); | 18 | filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?=SITE_TEMPLATE_PATH?>images/overlay.png', sizingMethod = 'crop'); |
19 | } | 19 | } |
20 | 20 | ||
21 | div.product-overlay { | 21 | div.product-overlay { |
22 | background-image: none; | 22 | background-image: none; |
23 | filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?=SITE_TEMPLATE_PATH?>images/product-overlay.png', sizingMethod = 'crop'); | 23 | filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?=SITE_TEMPLATE_PATH?>images/product-overlay.png', sizingMethod = 'crop'); |
24 | } | 24 | } |
25 | 25 | ||
26 | </style> | 26 | </style> |
27 | <![endif]--> | 27 | <![endif]--> |
28 | 28 | ||
29 | <title><?$APPLICATION->ShowTitle()?></title> | 29 | <title><?$APPLICATION->ShowTitle()?></title> |
30 | </head> | 30 | </head> |
31 | <body> | 31 | <body class="test"> |
32 | <div id="page-wrapper"> | 32 | <div id="page-wrapper"> |
33 | <div id="panel"><?$APPLICATION->ShowPanel();?></div> | 33 | <div id="panel"><?$APPLICATION->ShowPanel();?></div> |
34 | <div id="header"> | 34 | <div id="header"> |
35 | 35 | ||
36 | <table id="logo"> | 36 | <table id="logo"> |
37 | <tr> | 37 | <tr> |
38 | <td><a href="<?=SITE_DIR?>" title="<?=GetMessage('CFT_MAIN')?>"><? | 38 | <td><a href="<?=SITE_DIR?>" title="<?=GetMessage('CFT_MAIN')?>"><? |
39 | $APPLICATION->IncludeFile( | 39 | $APPLICATION->IncludeFile( |
40 | SITE_DIR."include/company_name.php", | 40 | SITE_DIR."include/company_name.php", |
41 | Array(), | 41 | Array(), |
42 | Array("MODE"=>"html") | 42 | Array("MODE"=>"html") |
43 | ); | 43 | ); |
44 | ?></a></td> | 44 | ?></a></td> |
45 | </tr> | 45 | </tr> |
46 | </table> | 46 | </table> |
47 | 47 | ||
48 | <div id="top-menu"> | 48 | <div id="top-menu"> |
49 | <div id="top-menu-inner"> | 49 | <div id="top-menu-inner"> |
50 | <?$APPLICATION->IncludeComponent("bitrix:menu", "horizontal_multilevel", array( | 50 | <?$APPLICATION->IncludeComponent("bitrix:menu", "horizontal_multilevel", array( |
51 | "ROOT_MENU_TYPE" => "top", | 51 | "ROOT_MENU_TYPE" => "top", |
52 | "MAX_LEVEL" => "2", | 52 | "MAX_LEVEL" => "2", |
53 | "CHILD_MENU_TYPE" => "left", | 53 | "CHILD_MENU_TYPE" => "left", |
54 | "USE_EXT" => "Y", | 54 | "USE_EXT" => "Y", |
55 | "MENU_CACHE_TYPE" => "A", | 55 | "MENU_CACHE_TYPE" => "A", |
56 | "MENU_CACHE_TIME" => "36000000", | 56 | "MENU_CACHE_TIME" => "36000000", |
57 | "MENU_CACHE_USE_GROUPS" => "Y", | 57 | "MENU_CACHE_USE_GROUPS" => "Y", |
58 | "MENU_CACHE_GET_VARS" => "" | 58 | "MENU_CACHE_GET_VARS" => "" |
59 | ), | 59 | ), |
60 | false, | 60 | false, |
61 | array( | 61 | array( |
62 | "ACTIVE_COMPONENT" => "Y" | 62 | "ACTIVE_COMPONENT" => "Y" |
63 | ) | 63 | ) |
64 | );?> | 64 | );?> |
65 | </div> | 65 | </div> |
66 | </div> | 66 | </div> |
67 | 67 | ||
68 | <div id="top-icons"> | 68 | <div id="top-icons"> |
69 | <a href="<?=SITE_DIR?>" class="home-icon" title="<?=GetMessage('CFT_MAIN')?>"></a> | 69 | <a href="<?=SITE_DIR?>" class="home-icon" title="<?=GetMessage('CFT_MAIN')?>"></a> |
70 | <a href="<?=SITE_DIR?>search/" class="search-icon" title="<?=GetMessage('CFT_SEARCH')?>"></a> | 70 | <a href="<?=SITE_DIR?>search/" class="search-icon" title="<?=GetMessage('CFT_SEARCH')?>"></a> |
71 | <a href="<?=SITE_DIR?>contacts/" class="feedback-icon" title="<?=GetMessage('CFT_FEEDBACK')?>"></a> | 71 | <a href="<?=SITE_DIR?>contacts/" class="feedback-icon" title="<?=GetMessage('CFT_FEEDBACK')?>"></a> |
72 | </div> | 72 | </div> |
73 | 73 | ||
74 | </div> | 74 | </div> |
75 | 75 | ||
76 | <div id="banner"> | 76 | <div id="banner"> |
77 | <table id="banner-layout" cellspacing="0"> | 77 | <table id="banner-layout" cellspacing="0"> |
78 | <tr> | 78 | <tr> |
79 | <td id="banner-image"><div><img src="<?=SITE_TEMPLATE_PATH?>/images/head.jpg" /></div></td> | 79 | <td id="banner-image"><div><img src="<?=SITE_TEMPLATE_PATH?>/images/head.jpg" /></div></td> |
80 | <td id="banner-slogan"> | 80 | <td id="banner-slogan"> |
81 | <? | 81 | <? |
82 | $APPLICATION->IncludeFile( | 82 | $APPLICATION->IncludeFile( |
83 | SITE_DIR."include/motto.php", | 83 | SITE_DIR."include/motto.php", |
84 | Array(), | 84 | Array(), |
85 | Array("MODE"=>"html") | 85 | Array("MODE"=>"html") |
86 | ); | 86 | ); |
87 | ?> | 87 | ?> |
88 | </td> | 88 | </td> |
89 | </tr> | 89 | </tr> |
90 | </table> | 90 | </table> |
91 | <div id="banner-overlay"></div> | 91 | <div id="banner-overlay"></div> |
92 | </div> | 92 | </div> |
93 | 93 | ||
94 | <div id="content"> | 94 | <div id="content"> |
95 | 95 | ||
96 | <div id="sidebar"> | 96 | <div id="sidebar"> |
97 | <?$APPLICATION->IncludeComponent("bitrix:menu", "left", array( | 97 | <?$APPLICATION->IncludeComponent("bitrix:menu", "left", array( |
98 | "ROOT_MENU_TYPE" => "left", | 98 | "ROOT_MENU_TYPE" => "left", |
99 | "MENU_CACHE_TYPE" => "A", | 99 | "MENU_CACHE_TYPE" => "A", |
100 | "MENU_CACHE_TIME" => "36000000", | 100 | "MENU_CACHE_TIME" => "36000000", |
101 | "MENU_CACHE_USE_GROUPS" => "Y", | 101 | "MENU_CACHE_USE_GROUPS" => "Y", |
102 | "MENU_CACHE_GET_VARS" => array( | 102 | "MENU_CACHE_GET_VARS" => array( |
103 | ), | 103 | ), |
104 | "MAX_LEVEL" => "1", | 104 | "MAX_LEVEL" => "1", |
105 | "CHILD_MENU_TYPE" => "left", | 105 | "CHILD_MENU_TYPE" => "left", |
106 | "USE_EXT" => "Y", | 106 | "USE_EXT" => "Y", |
107 | "ALLOW_MULTI_SELECT" => "N" | 107 | "ALLOW_MULTI_SELECT" => "N" |
108 | ), | 108 | ), |
109 | false, | 109 | false, |
110 | array( | 110 | array( |
111 | "ACTIVE_COMPONENT" => "Y" | 111 | "ACTIVE_COMPONENT" => "Y" |
112 | ) | 112 | ) |
113 | );?> | 113 | );?> |
114 | <div class="content-block"> | 114 | <div class="content-block"> |
115 | <div class="content-block-inner"> | 115 | <div class="content-block-inner"> |
116 | <h3><?=GetMessage('CFT_NEWS')?></h3> | 116 | <h3><?=GetMessage('CFT_NEWS')?></h3> |
117 | <? | 117 | <? |
118 | $APPLICATION->IncludeFile( | 118 | $APPLICATION->IncludeFile( |
119 | SITE_DIR."include/news.php", | 119 | SITE_DIR."include/news.php", |
120 | Array(), | 120 | Array(), |
121 | Array("MODE"=>"html") | 121 | Array("MODE"=>"html") |
122 | ); | 122 | ); |
123 | ?> | 123 | ?> |
124 | </div> | 124 | </div> |
125 | </div> | 125 | </div> |
126 | 126 | ||
127 | <div class="content-block"> | 127 | <div class="content-block"> |
128 | <div class="content-block-inner"> | 128 | <div class="content-block-inner"> |
129 | 129 | ||
130 | <? | 130 | <? |
131 | $APPLICATION->IncludeComponent("bitrix:search.form", "flat", Array( | 131 | $APPLICATION->IncludeComponent("bitrix:search.form", "flat", Array( |
132 | "PAGE" => "#SITE_DIR#search/", | 132 | "PAGE" => "#SITE_DIR#search/", |
133 | ), | 133 | ), |
134 | false | 134 | false |
135 | ); | 135 | ); |
136 | ?> | 136 | ?> |
137 | </div> | 137 | </div> |
138 | </div> | 138 | </div> |
139 | 139 | ||
140 | <div class="information-block"> | 140 | <div class="information-block"> |
141 | <div class="top"></div> | 141 | <div class="top"></div> |
142 | <div class="information-block-inner"> | 142 | <div class="information-block-inner"> |
143 | <h3><?=GetMessage('CFT_FEATURED')?></h3> | 143 | <h3><?=GetMessage('CFT_FEATURED')?></h3> |
144 | <? | 144 | <? |
145 | $APPLICATION->IncludeFile( | 145 | $APPLICATION->IncludeFile( |
146 | SITE_DIR."include/random.php", | 146 | SITE_DIR."include/random.php", |
147 | Array(), | 147 | Array(), |
148 | Array("MODE"=>"html") | 148 | Array("MODE"=>"html") |
149 | ); | 149 | ); |
150 | ?> | 150 | ?> |
151 | </div> | 151 | </div> |
152 | <div class="bottom"></div> | 152 | <div class="bottom"></div> |
153 | </div> | 153 | </div> |
154 | </div> | 154 | </div> |
155 | 155 | ||
156 | <div id="workarea"> | 156 | <div id="workarea"> |
157 | <h1 id="pagetitle"><?$APPLICATION->ShowTitle(false);?></h1> | 157 | <h1 id="pagetitle"><?$APPLICATION->ShowTitle(false);?></h1> |
158 | 158 |
bitrix/templates/furniture_gray/styles.css
1 | img {border:0 none;} | 1 | img {border:0 none;} |
2 | 2 | ||
3 | h1, h2, h3, h4, h5, h6 | 3 | h1, h2, h3, h4, h5, h6 |
4 | { | 4 | { |
5 | font-family: Arial, Helvetica,sans-serif; | 5 | font-family: Arial, Helvetica,sans-serif; |
6 | margin:1.3em 0 1em; | 6 | margin:1.3em 0 1em; |
7 | font-weight:normal; | 7 | font-weight:normal; |
8 | line-height:1.2; | 8 | line-height:1.2; |
9 | } | 9 | } |
10 | 10 | ||
11 | h1 { font-size:200%; margin:0 0 1em; } | 11 | h1 { font-size:200%; margin:0 0 1em; } |
12 | h2 { font-size:160%; } | 12 | h2 { font-size:160%; } |
13 | h3 { font-size:140%; } | 13 | h3 { font-size:140%; } |
14 | h4 { font-size:140%; } | 14 | h4 { font-size:140%; } |
15 | h5 { font-size:120%; } | 15 | h5 { font-size:120%; } |
16 | h6 { font-size:100%; } | 16 | h6 { font-size:100%; } |
17 | 17 | ||
18 | hr, .hr | 18 | hr, .hr |
19 | { | 19 | { |
20 | border-top:1px solid; | 20 | border-top:1px solid; |
21 | display:block; | 21 | display:block; |
22 | font-size:1px; | 22 | font-size:1px; |
23 | height:1px; | 23 | height:1px; |
24 | line-height:1px; | 24 | line-height:1px; |
25 | margin:12px 0; | 25 | margin:12px 0; |
26 | overflow:hidden; | 26 | overflow:hidden; |
27 | padding:0; | 27 | padding:0; |
28 | } | 28 | } |
29 | 29 | ||
30 | #workarea ol li, #workarea ul li { margin: 0.6em 0; } | 30 | #workarea ol li, #workarea ul li { margin: 0.6em 0; } |
31 | #workarea ul { list-style-type: disc; } | 31 | #workarea ul { list-style-type: disc; } |
bitrix/templates/furniture_gray/template_styles.css
1 | html { width:100%; height: 100%; } | 1 | html { width:100%; height: 100%; } |
2 | 2 | ||
3 | body | 3 | body |
4 | { | 4 | { |
5 | height:100%; | 5 | height:100%; |
6 | margin:0; | 6 | margin:0; |
7 | padding:0; | 7 | padding:0; |
8 | font-size: 80.01%; | 8 | font-size: 80.01%; |
9 | font-family: Verdana, Arial, Helvetica, sans-serif; | 9 | font-family: Verdana, Arial, Helvetica, sans-serif; |
10 | } | 10 | } |
11 | 11 | ||
12 | form { margin:0; padding:0;} | 12 | form { margin:0; padding:0;} |
13 | form.main-form | 13 | form.main-form |
14 | { | 14 | { |
15 | display: block; | 15 | display: block; |
16 | margin:0; | 16 | margin:0; |
17 | padding:0; | 17 | padding:0; |
18 | width:100%; | 18 | width:100%; |
19 | height:100%; | 19 | height:100%; |
20 | } | 20 | } |
21 | 21 | ||
22 | #page-wrapper | 22 | #page-wrapper |
23 | { | 23 | { |
24 | min-height:100%; | 24 | min-height:100%; |
25 | /*width:878px;*/ | 25 | /*width:878px;*/ |
26 | margin: 0 auto -90px; | 26 | margin: 0 auto -90px; |
27 | } | 27 | } |
28 | 28 | ||
29 | * html #page-wrapper { height: 100%; } | 29 | * html #page-wrapper { height: 100%; } |
30 | 30 | ||
31 | #header { height: 106px; position: relative; z-index: 10; width:878px; margin:0 auto;} | 31 | #header { height: 106px; position: relative; z-index: 10; width:878px; margin:0 auto;} |
32 | 32 | ||
33 | #top-menu | 33 | #top-menu |
34 | { | 34 | { |
35 | position: absolute; | 35 | position: absolute; |
36 | top: 46px; | 36 | top: 46px; |
37 | width: 638px; | 37 | width: 638px; |
38 | height: 30px; | 38 | height: 30px; |
39 | right: 0; | 39 | right: 0; |
40 | 40 | ||
41 | } | 41 | } |
42 | 42 | ||
43 | #top-menu-inner | 43 | #top-menu-inner |
44 | { | 44 | { |
45 | margin-left: 16px; | 45 | margin-left: 16px; |
46 | padding-right: 16px; | 46 | padding-right: 16px; |
47 | height: 30px; | 47 | height: 30px; |
48 | } | 48 | } |
49 | 49 | ||
50 | #logo | 50 | #logo |
51 | { | 51 | { |
52 | width: 235px; | 52 | width: 235px; |
53 | height: 100px; | 53 | height: 100px; |
54 | position:absolute; | 54 | position:absolute; |
55 | left:0; | 55 | left:0; |
56 | top:0; | 56 | top:0; |
57 | text-align: center; | 57 | text-align: center; |
58 | } | 58 | } |
59 | 59 | ||
60 | #logo td { padding: 0;} | 60 | #logo td { padding: 0;} |
61 | #logo a { outline: none;} | 61 | #logo a { outline: none;} |
62 | 62 | ||
63 | #top-icons { overflow: hidden; height: 15px; position: absolute; top: 17px; width: 200px; left: 252px; } | 63 | #top-icons { overflow: hidden; height: 15px; position: absolute; top: 17px; width: 200px; left: 252px; } |
64 | #top-icons a | 64 | #top-icons a |
65 | { | 65 | { |
66 | float: left; | 66 | float: left; |
67 | margin-right: 31px; | 67 | margin-right: 31px; |
68 | } | 68 | } |
69 | 69 | ||
70 | a.home-icon { width: 12px; height: 11px;} | 70 | a.home-icon { width: 12px; height: 11px;} |
71 | a.search-icon { width: 12px; height: 12px;} | 71 | a.search-icon { width: 12px; height: 12px;} |
72 | a.feedback-icon { width: 14px; height: 10px;} | 72 | a.feedback-icon { width: 14px; height: 10px;} |
73 | 73 | ||
74 | #banner { margin:0 auto; width:878px; height: 153px; position: relative; } | 74 | #banner { margin:0 auto; width:878px; height: 153px; position: relative; } |
75 | #banner-layout { height: 142px; table-layout: fixed; } | 75 | #banner-layout { height: 142px; table-layout: fixed; } |
76 | #banner-overlay { height: 153px; position: absolute; width:437px; left:0; top: 0;} | 76 | #banner-overlay { height: 153px; position: absolute; width:437px; left:0; top: 0;} |
77 | #banner-image { padding:0; width: 437px; vertical-align: top;} | 77 | #banner-image { padding:0; width: 437px; vertical-align: top;} |
78 | #banner-image div { width: 437px; height: 142px; overflow: hidden;} | 78 | #banner-image div { width: 437px; height: 142px; overflow: hidden;} |
79 | #banner-slogan | 79 | #banner-slogan |
80 | { | 80 | { |
81 | padding:0; | 81 | padding:0; |
82 | width: 441px; | 82 | width: 441px; |
83 | font-family: Arial; | 83 | font-family: Arial; |
84 | font-style: italic; | 84 | font-style: italic; |
85 | font-size: 2em; | 85 | font-size: 2em; |
86 | font-weight: bold; | 86 | font-weight: bold; |
87 | padding:10px 0 32px; | 87 | padding:10px 0 32px; |
88 | } | 88 | } |
89 | 89 | ||
90 | #content { width:878px; overflow: hidden; margin: 20px auto 29px; zoom: 1;} | 90 | #content { width:878px; overflow: hidden; margin: 20px auto 29px; zoom: 1;} |
91 | 91 | ||
92 | #sidebar { width: 233px; float: left; } | 92 | #sidebar { width: 233px; float: left; } |
93 | 93 | ||
94 | #workarea { padding-top:10px; width:612px; float: right;} | 94 | #workarea { padding-top:10px; width:612px; float: right;} |
95 | 95 | ||
96 | #footer | 96 | #footer |
97 | { | 97 | { |
98 | background: #F5F5F5 url(images/footer-corner.gif) no-repeat left top; | 98 | background: #F5F5F5 url(images/footer-corner.gif) no-repeat left top; |
99 | height: 90px; | 99 | height: 90px; |
100 | width:878px; | 100 | width:878px; |
101 | margin:0 auto; | 101 | margin:0 auto; |
102 | position: relative; | 102 | position: relative; |
103 | } | 103 | } |
104 | 104 | ||
105 | #copyright { width: 49%; position: absolute; top: 20px; left: 25px;} | 105 | #copyright { width: 49%; position: absolute; top: 20px; left: 25px;} |
106 | #copyright p { margin: 0;} | 106 | #copyright p { margin: 0;} |
107 | .footer-links { width:50%; position:absolute; right:25px; top: 20px; } | 107 | .footer-links { width:50%; position:absolute; right:25px; top: 20px; } |
108 | #footer-links { margin:0; padding:0; list-style: none; text-align: right;} | 108 | #footer-links { margin:0; padding:0; list-style: none; text-align: right;} |
109 | #footer-links li { display: inline; padding-left:1.5em;} | 109 | #footer-links li { display: inline; padding-left:1.5em;} |
110 | 110 | ||
111 | #space-for-footer { height: 90px; } | 111 | #space-for-footer { height: 90px; } |
112 | 112 | ||
113 | #footer-design { width:300px; position:absolute; right:25px; top: 52px; text-align: right;} | 113 | #footer-design { width:300px; position:absolute; right:25px; top: 52px; text-align: right;} |
114 | #footer-design a{color:#757575; font-size:11px; text-decoration:none;} | 114 | #footer-design a{color:#757575; font-size:11px; text-decoration:none;} |
115 | #footer-design a:hover{text-decoration:underline;} | 115 | #footer-design a:hover{text-decoration:underline;} |
116 | 116 | ||
117 | div.content-block { margin-bottom: 24px; } | 117 | div.content-block { margin-bottom: 24px; } |
118 | div.content-block-inner { padding: 22px 18px 22px 21px;} | 118 | div.content-block-inner { padding: 22px 18px 22px 21px;} |
119 | 119 | ||
120 | div.information-block div.top | 120 | div.information-block div.top |
121 | { | 121 | { |
122 | height: 13px; | 122 | height: 13px; |
123 | border-right: 1px solid; | 123 | border-right: 1px solid; |
124 | font-size: 1px; | 124 | font-size: 1px; |
125 | background: #FFF url(images/sidebar-corners-form.gif) no-repeat left top; | 125 | background: #FFF url(images/sidebar-corners-form.gif) no-repeat left top; |
126 | } | 126 | } |
127 | 127 | ||
128 | div.information-block div.bottom | 128 | div.information-block div.bottom |
129 | { | 129 | { |
130 | height: 13px; | 130 | height: 13px; |
131 | border-left: 1px solid; | 131 | border-left: 1px solid; |
132 | font-size: 1px; | 132 | font-size: 1px; |
133 | background: #FFF url(images/sidebar-corners-form.gif) no-repeat right bottom; | 133 | background: #FFF url(images/sidebar-corners-form.gif) no-repeat right bottom; |
134 | } | 134 | } |
135 | 135 | ||
136 | div.information-block-inner | 136 | div.information-block-inner |
137 | { | 137 | { |
138 | border-left: 1px solid; | 138 | border-left: 1px solid; |
139 | border-right: 1px solid; | 139 | border-right: 1px solid; |
140 | padding: 9px 18px 9px 21px; | 140 | padding: 9px 18px 9px 21px; |
141 | zoom: 1; | 141 | zoom: 1; |
142 | } | 142 | } |
143 | 143 | ||
144 | div.information-block div.top, div.information-block div.bottom, div.information-block-inner { border-color: #E3E3E3; } | 144 | div.information-block div.top, div.information-block div.bottom, div.information-block-inner { border-color: #E3E3E3; } |
145 | 145 | ||
146 | #search { width:190px; overflow: hidden;} | 146 | #search { width:190px; overflow: hidden;} |
147 | #search div.rounded-box { float: left; width:135px;} | 147 | #search div.rounded-box { float: left; width:135px;} |
148 | #search div.search-inner-box | 148 | #search div.search-inner-box |
149 | { | 149 | { |
150 | border: 1px solid; | 150 | border: 1px solid; |
151 | padding-left: 20px; | 151 | padding-left: 20px; |
152 | height: 20px; | 152 | height: 20px; |
153 | overflow:hidden; | 153 | overflow:hidden; |
154 | background: white url(images/loupe.gif) no-repeat 4px 4px; | 154 | background: white url(images/loupe.gif) no-repeat 4px 4px; |
155 | } | 155 | } |
156 | 156 | ||
157 | #search div.search-inner-box input | 157 | #search div.search-inner-box input |
158 | { | 158 | { |
159 | border:1px solid; | 159 | border:1px solid; |
160 | width: 110px; | 160 | width: 110px; |
161 | height: 18px; | 161 | height: 18px; |
162 | padding:0; | 162 | padding:0; |
163 | margin:0; | 163 | margin:0; |
164 | } | 164 | } |
165 | 165 | ||
166 | #search input { vertical-align: top;} | 166 | #search input { vertical-align: top;} |
167 | #search-button { float: right; width:48px; border: 1px solid;} | 167 | #search-button { float: right; width:48px; border: 1px solid;} |
168 | #search-button input::-moz-focus-inner { border: 0; padding: 0; }/*Remove button padding in FF*/ | 168 | #search-button input::-moz-focus-inner { border: 0; padding: 0; }/*Remove button padding in FF*/ |
169 | #search-button input | 169 | #search-button input |
170 | { | 170 | { |
171 | display: block; | 171 | display: block; |
172 | border: none; | 172 | border: none; |
173 | background: none; | 173 | background: none; |
174 | width:48px; | 174 | width:48px; |
175 | padding:0; | 175 | padding:0; |
176 | margin:0; | 176 | margin:0; |
177 | font-family: Georgia, serif; | 177 | font-family: Georgia, serif; |
178 | font-size: 12px; | 178 | font-size: 12px; |
179 | height: 19px; | 179 | height: 19px; |
180 | cursor: pointer; | 180 | cursor: pointer; |
181 | cursor: hand; | 181 | cursor: hand; |
182 | outline: none; | 182 | outline: none; |
183 | } | 183 | } |
184 | 184 | ||
185 | div.search-item h4 { margin-bottom: 0.4em;} | 185 | div.search-item h4 { margin-bottom: 0.4em;} |
186 | 186 | ||
187 | dl.block-list { margin: 0; padding:0; font-size: 0.85em;} | 187 | dl.block-list { margin: 0; padding:0; font-size: 0.85em;} |
188 | dl.block-list dt { margin: 1.5em 0 0.5em; } | 188 | dl.block-list dt { margin: 1.5em 0 0.5em; } |
189 | dl.block-list dd { margin:0; padding:0;} | 189 | dl.block-list dd { margin:0; padding:0;} |
190 | dl.block-list a { text-decoration: none; outline: none;} | 190 | dl.block-list a { text-decoration: none; outline: none;} |
191 | dl.block-list a:hover { text-decoration: underline;} | 191 | dl.block-list a:hover { text-decoration: underline;} |
192 | 192 | ||
193 | #sidebar h3 | 193 | #sidebar h3 |
194 | { | 194 | { |
195 | font-family: Verdana; | 195 | font-family: Verdana; |
196 | font-size: 1em; | 196 | font-size: 1em; |
197 | font-weight: bold; | 197 | font-weight: bold; |
198 | padding: 0 0 1em; | 198 | padding: 0 0 1em; |
199 | margin: 0 0 1em; | 199 | margin: 0 0 1em; |
200 | } | 200 | } |
201 | 201 | ||
202 | #left-menu | 202 | #left-menu |
203 | { | 203 | { |
204 | margin:0; | 204 | margin:0; |
205 | padding:0; | 205 | padding:0; |
206 | list-style: none; | 206 | list-style: none; |
207 | } | 207 | } |
208 | 208 | ||
209 | #left-menu li | 209 | #left-menu li |
210 | { | 210 | { |
211 | margin:0 0 0.7em; | 211 | margin:0 0 0.7em; |
212 | padding: 0 0 0.7em; | 212 | padding: 0 0 0.7em; |
213 | display: block; | 213 | display: block; |
214 | } | 214 | } |
215 | 215 | ||
216 | #left-menu a | 216 | #left-menu a |
217 | { | 217 | { |
218 | text-decoration: none; | 218 | text-decoration: none; |
219 | font-size: 1em; | 219 | font-size: 1em; |
220 | font-weight: bold; | 220 | font-weight: bold; |
221 | padding: 1em 1em 1em 0; | 221 | padding: 1em 1em 1em 0; |
222 | outline: none; | 222 | outline: none; |
223 | } | 223 | } |
224 | 224 | ||
225 | #left-menu li.last-item { background: none; margin-bottom: 0; padding-bottom: 0;} | 225 | #left-menu li.last-item { background: none; margin-bottom: 0; padding-bottom: 0;} |
226 | #left-menu li.selected a { padding-left: 1em; } | 226 | #left-menu li.selected a { padding-left: 1em; } |
227 | #left-menu li.selected { text-indent: -1em; padding-left:1em;} | 227 | #left-menu li.selected { text-indent: -1em; padding-left:1em;} |
228 | 228 | ||
229 | /* Navigation */ | 229 | /* Navigation */ |
230 | div.navigation { font-size:100%; line-height:200%; } | 230 | div.navigation { font-size:100%; line-height:200%; } |
231 | span.navigation-title { padding-right:0.65em; font-weight: bold;} | 231 | span.navigation-title { padding-right:0.65em; font-weight: bold;} |
232 | div.navigation a { text-decoration:underline; padding:0.2em 0.3em;} | 232 | div.navigation a { text-decoration:underline; padding:0.2em 0.3em;} |
233 | span.nav-current-page { padding:0.2em 0.3em; } | 233 | span.nav-current-page { padding:0.2em 0.3em; } |
234 | div.navigation span.arrow { font-size:100%; font-family:Times, serif; } | 234 | div.navigation span.arrow { font-size:100%; font-family:Times, serif; } |
235 | div.navigation span.ctrl { font-size:85%; } | 235 | div.navigation span.ctrl { font-size:85%; } |
236 | 236 | ||
237 | /* Product List */ | 237 | /* Product List */ |
238 | div.product-list { overflow: hidden; } | 238 | div.product-list { overflow: hidden; } |
239 | 239 | ||
240 | div.product | 240 | div.product |
241 | { | 241 | { |
242 | overflow: hidden; | 242 | overflow: hidden; |
243 | width: 280px; | 243 | width: 280px; |
244 | height: 105px; | 244 | height: 105px; |
245 | margin: 0 25px 20px 0; | 245 | margin: 0 25px 20px 0; |
246 | position: relative; | 246 | position: relative; |
247 | float: left; | 247 | float: left; |
248 | } | 248 | } |
249 | 249 | ||
250 | div.product-alt { margin-right: 0;} | 250 | div.product-alt { margin-right: 0;} |
251 | 251 | ||
252 | div.product-image | 252 | div.product-image |
253 | { | 253 | { |
254 | width: 250px; | 254 | width: 250px; |
255 | height: 105px; | 255 | height: 105px; |
256 | background-repeat: no-repeat; | 256 | background-repeat: no-repeat; |
257 | background-position: left top; | 257 | background-position: left top; |
258 | position: absolute; | 258 | position: absolute; |
259 | top:0; | 259 | top:0; |
260 | left: 0; | 260 | left: 0; |
261 | } | 261 | } |
262 | 262 | ||
263 | div.product-overlay | 263 | div.product-overlay |
264 | { | 264 | { |
265 | width: 280px; | 265 | width: 280px; |
266 | height: 105px; | 266 | height: 105px; |
267 | position: absolute; | 267 | position: absolute; |
268 | z-index: 1; | 268 | z-index: 1; |
269 | } | 269 | } |
270 | 270 | ||
271 | a.product-desc | 271 | a.product-desc |
272 | { | 272 | { |
273 | float:right; | 273 | float:right; |
274 | height:62px; | 274 | height:62px; |
275 | overflow:hidden; | 275 | overflow:hidden; |
276 | position:absolute; | 276 | position:absolute; |
277 | right:0; | 277 | right:0; |
278 | top:0px; | 278 | top:0px; |
279 | width:142px; | 279 | width:142px; |
280 | z-index:2; | 280 | z-index:2; |
281 | font-size: 1em; | 281 | font-size: 1em; |
282 | text-decoration: none; | 282 | text-decoration: none; |
283 | padding:13px 10px 30px 129px; | 283 | padding:13px 10px 30px 129px; |
284 | } | 284 | } |
285 | 285 | ||
286 | a.product-desc p { font-size: 0.85em; margin:7px 0 0;} | 286 | a.product-desc p { font-size: 0.85em; margin:7px 0 0;} |
287 | 287 | ||
288 | /* News List */ | 288 | /* News List */ |
289 | div.news-list { margin: 0 0 2em;} | 289 | div.news-list { margin: 0 0 2em;} |
290 | div.news-item { margin: 0 0 2em; padding: 0 0 2em; border-bottom: 1px solid; } | 290 | div.news-item { margin: 0 0 2em; padding: 0 0 2em; border-bottom: 1px solid; } |
291 | div.news-date { margin: 0 0 1em;} | 291 | div.news-date { margin: 0 0 1em;} |
292 | div.news-title { font-size: 1em; margin: 0 0 1em; font-weight: bold;} | 292 | div.news-title { font-size: 1em; margin: 0 0 1em; font-weight: bold;} |
293 | a.news-detail-link { display: block; margin: 1em 0 0; outline: none;} | 293 | a.news-detail-link { display: block; margin: 1em 0 0; outline: none;} |
294 | 294 | ||
295 | /* Catalog List */ | 295 | /* Catalog List */ |
296 | div.catalog-list, div.catalog-detail { padding: 1em 0 0;} | 296 | div.catalog-list, div.catalog-detail { padding: 1em 0 0;} |
297 | div.catalog-item { margin: 0 0 2em; padding: 0 0 2em; border-bottom: 1px solid; overflow: hidden; zoom: 1;} | 297 | div.catalog-item { margin: 0 0 2em; padding: 0 0 2em; border-bottom: 1px solid; overflow: hidden; zoom: 1;} |
298 | div.catalog-detail div.catalog-item { border: none; } | 298 | div.catalog-detail div.catalog-item { border: none; } |
299 | div.catalog-item-title { margin: 0 0 1em;} | 299 | div.catalog-item-title { margin: 0 0 1em;} |
300 | div.catalog-item-title a { font-weight: bold; } | 300 | div.catalog-item-title a { font-weight: bold; } |
301 | 301 | ||
302 | div.catalog-item-image { float: left; margin: 0 1em 1em 0; border:1px solid; padding: 4px; } | 302 | div.catalog-item-image { float: left; margin: 0 1em 1em 0; border:1px solid; padding: 4px; } |
303 | div.catalog-item-price {clear: left; float:left; padding: 0.5em 1em; margin:1em 0 0; font-weight: bold; } | 303 | div.catalog-item-price {clear: left; float:left; padding: 0.5em 1em; margin:1em 0 0; font-weight: bold; } |
304 | div.catalog-item-desc { clear: left; } | 304 | div.catalog-item-desc { clear: left; } |
305 | div.catalog-item-desc-float { } | 305 | div.catalog-item-desc-float { } |
306 | div.catalog-item-properties { clear: both; padding: 1em 0 0; overflow: hidden;} | 306 | div.catalog-item-properties { clear: both; padding: 1em 0 0; overflow: hidden;} |
307 | div.catalog-item-property { margin: 0 0 1em; border-bottom:1px dashed; float: left; width: 100%;} | 307 | div.catalog-item-property { margin: 0 0 1em; border-bottom:1px dashed; float: left; width: 100%;} |
308 | div.catalog-item-property b { float: right; position: relative; top: 0.31em; padding-left: 3px; font-style:italic; font-weight:normal; } | 308 | div.catalog-item-property b { float: right; position: relative; top: 0.31em; padding-left: 3px; font-style:italic; font-weight:normal; } |
309 | div.catalog-item-property span { float: left; position: relative; top: 0.31em; padding-right: 3px; zoom: 1;} | 309 | div.catalog-item-property span { float: left; position: relative; top: 0.31em; padding-right: 3px; zoom: 1;} |
310 | div.catalog-item-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; } | 310 | div.catalog-item-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; } |
311 | 311 | ||
312 | /* Special Product */ | 312 | /* Special Product */ |
313 | div.special-product-title { text-align: center; margin: 0 0 1em;} | 313 | div.special-product-title { text-align: center; margin: 0 0 1em;} |
314 | div.special-product-image { text-align: center; margin: 0 0 1em;} | 314 | div.special-product-image { text-align: center; margin: 0 0 1em;} |
315 | div.special-product { text-align: center; } | 315 | div.special-product { text-align: center; } |
316 | 316 | ||
317 | /* Top menu */ | 317 | /* Top menu */ |
318 | #horizontal-multilevel-menu, #horizontal-multilevel-menu ul | 318 | #horizontal-multilevel-menu, #horizontal-multilevel-menu ul |
319 | { | 319 | { |
320 | margin:0; padding:0; | 320 | margin:0; padding:0; |
321 | min-height:27px; | 321 | min-height:27px; |
322 | width:100%; | 322 | width:100%; |
323 | list-style:none; | 323 | list-style:none; |
324 | font-size:12px; | 324 | font-size:12px; |
325 | float:left; | 325 | float:left; |
326 | background: none; | 326 | background: none; |
327 | } | 327 | } |
328 | 328 | ||
329 | #horizontal-multilevel-menu a | 329 | #horizontal-multilevel-menu a |
330 | { | 330 | { |
331 | display:block; | 331 | display:block; |
332 | padding:5px 3px; | 332 | padding:5px 3px; |
333 | text-decoration:none; | 333 | text-decoration:none; |
334 | text-align:center; | 334 | text-align:center; |
335 | outline: none; | 335 | outline: none; |
336 | } | 336 | } |
337 | 337 | ||
338 | #horizontal-multilevel-menu li { float:left; } | 338 | #horizontal-multilevel-menu li { float:left; } |
339 | #horizontal-multilevel-menu li a.root-item { font-weight:bold; padding:8px 12px 8px; } /*Root items*/ | 339 | #horizontal-multilevel-menu li a.root-item { font-weight:bold; padding:8px 12px 8px; } /*Root items*/ |
340 | #horizontal-multilevel-menu a.parent { background: url(images/top-menu-arrow.gif) center right no-repeat; } /*Item-parents*/ | 340 | #horizontal-multilevel-menu a.parent { background: url(images/top-menu-arrow.gif) center right no-repeat; } /*Item-parents*/ |
341 | #horizontal-multilevel-menu li a.root-item-selected { font-weight:bold; padding:8px 12px 8px; } /*Root menu selected*/ | 341 | #horizontal-multilevel-menu li a.root-item-selected { font-weight:bold; padding:8px 12px 8px; } /*Root menu selected*/ |
342 | #horizontal-multilevel-menu li.last-item { border: none; } | 342 | #horizontal-multilevel-menu li.last-item { border: none; } |
343 | 343 | ||
344 | /*Sub-menu box*/ | 344 | /*Sub-menu box*/ |
345 | #horizontal-multilevel-menu li ul | 345 | #horizontal-multilevel-menu li ul |
346 | { | 346 | { |
347 | position:absolute; | 347 | position:absolute; |
348 | top:auto; | 348 | top:auto; |
349 | display:none; | 349 | display:none; |
350 | z-index:500; | 350 | z-index:500; |
351 | height:auto; | 351 | height:auto; |
352 | width:163px; | 352 | width:163px; |
353 | padding: 3px 11px; | 353 | padding: 3px 11px; |
354 | border:1px solid; | 354 | border:1px solid; |
355 | } | 355 | } |
356 | 356 | ||
357 | #horizontal-multilevel-menu li li { width:100%; border-bottom:1px solid; } /*Sub-menu item box*/ | 357 | #horizontal-multilevel-menu li li { width:100%; border-bottom:1px solid; } /*Sub-menu item box*/ |
358 | #horizontal-multilevel-menu li ul a { text-align:left; font-size: 12px;} /*Item link*/ | 358 | #horizontal-multilevel-menu li ul a { text-align:left; font-size: 12px;} /*Item link*/ |
359 | #horizontal-multilevel-menu li ul ul { margin:-27px 0 0 160px; } | 359 | #horizontal-multilevel-menu li ul ul { margin:-27px 0 0 160px; } |
360 | 360 | ||
361 | #horizontal-multilevel-menu li:hover ul ul, | 361 | #horizontal-multilevel-menu li:hover ul ul, |
362 | #horizontal-multilevel-menu li:hover ul ul ul, | 362 | #horizontal-multilevel-menu li:hover ul ul ul, |
363 | #horizontal-multilevel-menu li:hover ul ul ul ul, | 363 | #horizontal-multilevel-menu li:hover ul ul ul ul, |
364 | #horizontal-multilevel-menu li:hover ul ul ul ul ul | 364 | #horizontal-multilevel-menu li:hover ul ul ul ul ul |
365 | { | 365 | { |
366 | display:none; | 366 | display:none; |
367 | } | 367 | } |
368 | 368 | ||
369 | #horizontal-multilevel-menu li:hover ul, | 369 | #horizontal-multilevel-menu li:hover ul, |
370 | #horizontal-multilevel-menu li li:hover ul, | 370 | #horizontal-multilevel-menu li li:hover ul, |
371 | #horizontal-multilevel-menu li li li:hover ul, | 371 | #horizontal-multilevel-menu li li li:hover ul, |
372 | #horizontal-multilevel-menu li li li li:hover ul, | 372 | #horizontal-multilevel-menu li li li li:hover ul, |
373 | #horizontal-multilevel-menu li li li li li:hover ul | 373 | #horizontal-multilevel-menu li li li li li:hover ul |
374 | { | 374 | { |
375 | display:block; | 375 | display:block; |
376 | } | 376 | } |
377 | 377 | ||
378 | div.menu-clear-left { clear:left; } | 378 | div.menu-clear-left { clear:left; } |
379 | 379 | ||
380 | /*Common Elements */ | 380 | /*Common Elements */ |
381 | div.content-form { padding-left:1em; } | 381 | div.content-form { padding-left:1em; } |
bitrix/templates/main/images/img02.png
bitrix/templates/main/images/img02_old.png
183 KB
bitrix/templates/primary/components/bitrix/news.detail/iner_winners/result_modifier.php
1 | <?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?> | 1 | <?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?> |
2 | <? | 2 | <? |
3 | //echo"<pre>";print_r($arResult['DISPLAY_PROPERTIES']['MAIN_PARTICIPANTS']);echo"</pre>"; | 3 | //echo"<pre>";print_r($arResult['DISPLAY_PROPERTIES']['MAIN_PARTICIPANTS']);echo"</pre>"; |
4 | if($arResult['DISPLAY_PROPERTIES']['MAIN_PARTICIPANTS']) | 4 | if($arResult['DISPLAY_PROPERTIES']['MAIN_PARTICIPANTS']) |
5 | { | 5 | { |
6 | $arFilter = Array( | 6 | $arFilter = Array( |
7 | "IBLOCK_ID" => 8 | 7 | "IBLOCK_ID" => 8 |
8 | ); | 8 | ); |
9 | $arFilter["ID"] = $arResult['DISPLAY_PROPERTIES']['MAIN_PARTICIPANTS']['VALUE']; | 9 | $arFilter["ID"] = $arResult['DISPLAY_PROPERTIES']['MAIN_PARTICIPANTS']['VALUE']; |
10 | $rsSections = CIBlockSection::GetList(array(), $arFilter, true, $arSelect); | 10 | $rsSections = CIBlockSection::GetList(array(), $arFilter, true, $arSelect); |
11 | $arSection["SECTION"] = $rsSections->GetNext(); | 11 | $arSection["SECTION"] = $rsSections->GetNext(); |
12 | if(is_array($arSection["SECTION"])) | 12 | if(is_array($arSection["SECTION"])) |
13 | { | 13 | { |
14 | unset($arFilter["ID"]); | 14 | unset($arFilter["ID"]); |
15 | unset($arFilter["CODE"]); | 15 | unset($arFilter["CODE"]); |
16 | $arFilter["LEFT_MARGIN"]=$arSection["SECTION"]["LEFT_MARGIN"]+1; | 16 | $arFilter["LEFT_MARGIN"]=$arSection["SECTION"]["LEFT_MARGIN"]+1; |
17 | $arFilter["RIGHT_MARGIN"]=$arSection["SECTION"]["RIGHT_MARGIN"]; | 17 | $arFilter["RIGHT_MARGIN"]=$arSection["SECTION"]["RIGHT_MARGIN"]; |
18 | $arFilter["<="."DEPTH_LEVEL"]=$arSection["SECTION"]["DEPTH_LEVEL"] + 3; | 18 | $arFilter["<="."DEPTH_LEVEL"]=$arSection["SECTION"]["DEPTH_LEVEL"] + 3; |
19 | 19 | ||
20 | $arSection["SECTION"]["PATH"] = array(); | 20 | $arSection["SECTION"]["PATH"] = array(); |
21 | $rsPath = CIBlockSection::GetNavChain($arSection["SECTION"]["IBLOCK_ID"], $arSection["SECTION"]["ID"]); | 21 | $rsPath = CIBlockSection::GetNavChain($arSection["SECTION"]["IBLOCK_ID"], $arSection["SECTION"]["ID"]); |
22 | while($arPath = $rsPath->GetNext()) | 22 | while($arPath = $rsPath->GetNext()) |
23 | { | 23 | { |
24 | $arSection["SECTION"]["PATH"][]=$arPath; | 24 | $arSection["SECTION"]["PATH"][]=$arPath; |
25 | } | 25 | } |
26 | $Sections = $arSection; | 26 | $Sections = $arSection; |
27 | } | 27 | } |
28 | $resSection = CIBlockSection::GetList(Array("left_margin"=>"asc"), $arFilter,false); | 28 | $resSection = CIBlockSection::GetList(Array("left_margin"=>"asc"), $arFilter,false); |
29 | while($Section = $resSection -> GetNext()) | 29 | while($Section = $resSection -> GetNext()) |
30 | { | 30 | { |
31 | $arSectionID[] = $Section['ID']; | 31 | $arSectionID[] = $Section['ID']; |
32 | $Sections[$Section['ID']] = $Section; | 32 | $Sections[$Section['ID']] = $Section; |
33 | } | 33 | } |
34 | 34 | ||
35 | if(count($arSectionID)<1) | 35 | if(count($arSectionID)>0) { |
36 | return; | 36 | //return; |
37 | $arFilter = Array( | 37 | $arFilter = Array( |
38 | "SECTION_ID" => $arSectionID, | 38 | "SECTION_ID" => $arSectionID, |
39 | "ACTIVE" => "Y", | 39 | "ACTIVE" => "Y", |
40 | "IBLOCK_ID" => 8 | 40 | "IBLOCK_ID" => 8 |
41 | ); | 41 | ); |
42 | $arSelect = Array( | 42 | $arSelect = Array( |
43 | "ID", | 43 | "ID", |
44 | "IBLOCK_ID", | 44 | "IBLOCK_ID", |
45 | "NAME", | 45 | "NAME", |
46 | "IBLOCK_SECTION_ID", | 46 | "IBLOCK_SECTION_ID", |
47 | "PREVIEW_PICTURE", | 47 | "PREVIEW_PICTURE", |
48 | "PREVIEW_TEXT", | 48 | "PREVIEW_TEXT", |
49 | "PROPERTY_*" | 49 | "PROPERTY_*" |
50 | ); | 50 | ); |
51 | $rsElement = CIBlockElement::GetList(Array(),$arFilter, false, false, $arSelect); | 51 | $rsElement = CIBlockElement::GetList(Array(),$arFilter, false, false, $arSelect); |
52 | while($obElement = $rsElement->GetNextElement()) | 52 | while($obElement = $rsElement->GetNextElement()) |
53 | { | 53 | { |
54 | $arItem = $obElement->GetFields(); | 54 | $arItem = $obElement->GetFields(); |
55 | 55 | ||
56 | if(array_key_exists("PREVIEW_PICTURE", $arItem)) | 56 | if(array_key_exists("PREVIEW_PICTURE", $arItem)) |
57 | $arItem["PREVIEW_PICTURE"] = CFile::GetFileArray($arItem["PREVIEW_PICTURE"]); | 57 | $arItem["PREVIEW_PICTURE"] = CFile::GetFileArray($arItem["PREVIEW_PICTURE"]); |
58 | if(array_key_exists("DETAIL_PICTURE", $arItem)) | 58 | if(array_key_exists("DETAIL_PICTURE", $arItem)) |
59 | $arItem["DETAIL_PICTURE"] = CFile::GetFileArray($arItem["DETAIL_PICTURE"]); | 59 | $arItem["DETAIL_PICTURE"] = CFile::GetFileArray($arItem["DETAIL_PICTURE"]); |
60 | 60 | ||
61 | $arItem["PROPERTIES"] = $obElement->GetProperties(); | 61 | $arItem["PROPERTIES"] = $obElement->GetProperties(); |
62 | $Sections[$arItem['IBLOCK_SECTION_ID']]['ELEMENTS'][] = $arItem; | 62 | $Sections[$arItem['IBLOCK_SECTION_ID']]['ELEMENTS'][] = $arItem; |
63 | } | ||
64 | $arResult["ITEMS"] = $Sections; | ||
63 | } | 65 | } |
64 | $arResult["ITEMS"] = $Sections; | ||
65 | } | 66 | } |
66 | 67 | ||
67 | 68 | ||
68 | //if($arResult['DISPLAY_PROPERTIES']['YOUTH_PARTICIPANTS']) | 69 | //if($arResult['DISPLAY_PROPERTIES']['YOUTH_PARTICIPANTS']) |
69 | //{ | 70 | //{ |
70 | // $arFilter = Array( | 71 | // $arFilter = Array( |
71 | // "IBLOCK_ID" => 8 | 72 | // "IBLOCK_ID" => 8 |
72 | // ); | 73 | // ); |
73 | // $arFilter["ID"] = $arResult['DISPLAY_PROPERTIES']['YOUTH_PARTICIPANTS']['VALUE']; | 74 | // $arFilter["ID"] = $arResult['DISPLAY_PROPERTIES']['YOUTH_PARTICIPANTS']['VALUE']; |
74 | // $rsSections = CIBlockSection::GetList(array(), $arFilter, true, $arSelect); | 75 | // $rsSections = CIBlockSection::GetList(array(), $arFilter, true, $arSelect); |
75 | // $arSection["SECTION"] = $rsSections->GetNext(); | 76 | // $arSection["SECTION"] = $rsSections->GetNext(); |
76 | // if(is_array($arSection["SECTION"])) | 77 | // if(is_array($arSection["SECTION"])) |
77 | // { | 78 | // { |
78 | // unset($arFilter["ID"]); | 79 | // unset($arFilter["ID"]); |
79 | // unset($arFilter["CODE"]); | 80 | // unset($arFilter["CODE"]); |
80 | // $arFilter["LEFT_MARGIN"]=$arSection["SECTION"]["LEFT_MARGIN"]+1; | 81 | // $arFilter["LEFT_MARGIN"]=$arSection["SECTION"]["LEFT_MARGIN"]+1; |
81 | // $arFilter["RIGHT_MARGIN"]=$arSection["SECTION"]["RIGHT_MARGIN"]; | 82 | // $arFilter["RIGHT_MARGIN"]=$arSection["SECTION"]["RIGHT_MARGIN"]; |
82 | // $arFilter["<="."DEPTH_LEVEL"]=$arSection["SECTION"]["DEPTH_LEVEL"] + 3; | 83 | // $arFilter["<="."DEPTH_LEVEL"]=$arSection["SECTION"]["DEPTH_LEVEL"] + 3; |
83 | // | 84 | // |
84 | // $arSection["SECTION"]["PATH"] = array(); | 85 | // $arSection["SECTION"]["PATH"] = array(); |
85 | // $rsPath = CIBlockSection::GetNavChain($arSection["SECTION"]["IBLOCK_ID"], $arSection["SECTION"]["ID"]); | 86 | // $rsPath = CIBlockSection::GetNavChain($arSection["SECTION"]["IBLOCK_ID"], $arSection["SECTION"]["ID"]); |
86 | // while($arPath = $rsPath->GetNext()) | 87 | // while($arPath = $rsPath->GetNext()) |
87 | // { | 88 | // { |
88 | // $arSection["SECTION"]["PATH"][]=$arPath; | 89 | // $arSection["SECTION"]["PATH"][]=$arPath; |
89 | // } | 90 | // } |
90 | // $Sections = $arSection; | 91 | // $Sections = $arSection; |
91 | // } | 92 | // } |
92 | // $resSection = CIBlockSection::GetList(Array("left_margin"=>"asc"), $arFilter,false); | 93 | // $resSection = CIBlockSection::GetList(Array("left_margin"=>"asc"), $arFilter,false); |
93 | // while($Section = $resSection -> GetNext()) | 94 | // while($Section = $resSection -> GetNext()) |
94 | // { | 95 | // { |
95 | // $arSectionID[] = $Section['ID']; | 96 | // $arSectionID[] = $Section['ID']; |
96 | // $Sections[$Section['ID']] = $Section; | 97 | // $Sections[$Section['ID']] = $Section; |
97 | // } | 98 | // } |
98 | // | 99 | // |
99 | // if(count($arSectionID)<1) | 100 | // if(count($arSectionID)<1) |
100 | // return; | 101 | // return; |
101 | // $arFilter = Array( | 102 | // $arFilter = Array( |
102 | // "SECTION_ID" => $arSectionID, | 103 | // "SECTION_ID" => $arSectionID, |
103 | // "ACTIVE" => "Y", | 104 | // "ACTIVE" => "Y", |
104 | // "IBLOCK_ID" => 8 | 105 | // "IBLOCK_ID" => 8 |
105 | // ); | 106 | // ); |
106 | // $arSelect = Array( | 107 | // $arSelect = Array( |
107 | // "ID", | 108 | // "ID", |
108 | // "IBLOCK_ID", | 109 | // "IBLOCK_ID", |
109 | // "NAME", | 110 | // "NAME", |
110 | // "IBLOCK_SECTION_ID", | 111 | // "IBLOCK_SECTION_ID", |
111 | // "PREVIEW_PICTURE", | 112 | // "PREVIEW_PICTURE", |
112 | // "PREVIEW_TEXT", | 113 | // "PREVIEW_TEXT", |
113 | // "PROPERTY_*" | 114 | // "PROPERTY_*" |
114 | // ); | 115 | // ); |
115 | // $rsElement = CIBlockElement::GetList(Array(),$arFilter, false, false, $arSelect); | 116 | // $rsElement = CIBlockElement::GetList(Array(),$arFilter, false, false, $arSelect); |
116 | // while($obElement = $rsElement->GetNextElement()) | 117 | // while($obElement = $rsElement->GetNextElement()) |
117 | // { | 118 | // { |
118 | // $arItem = $obElement->GetFields(); | 119 | // $arItem = $obElement->GetFields(); |
119 | // | 120 | // |
120 | // if(array_key_exists("PREVIEW_PICTURE", $arItem)) | 121 | // if(array_key_exists("PREVIEW_PICTURE", $arItem)) |
121 | // $arItem["PREVIEW_PICTURE"] = CFile::GetFileArray($arItem["PREVIEW_PICTURE"]); | 122 | // $arItem["PREVIEW_PICTURE"] = CFile::GetFileArray($arItem["PREVIEW_PICTURE"]); |
122 | // if(array_key_exists("DETAIL_PICTURE", $arItem)) | 123 | // if(array_key_exists("DETAIL_PICTURE", $arItem)) |
123 | // $arItem["DETAIL_PICTURE"] = CFile::GetFileArray($arItem["DETAIL_PICTURE"]); | 124 | // $arItem["DETAIL_PICTURE"] = CFile::GetFileArray($arItem["DETAIL_PICTURE"]); |
124 | // | 125 | // |
125 | // $arItem["PROPERTIES"] = $obElement->GetProperties(); | 126 | // $arItem["PROPERTIES"] = $obElement->GetProperties(); |
126 | // $Sections[$arItem['IBLOCK_SECTION_ID']]['ELEMENTS'][] = $arItem; | 127 | // $Sections[$arItem['IBLOCK_SECTION_ID']]['ELEMENTS'][] = $arItem; |
127 | // } | 128 | // } |
128 | // $arResult["ITEMS"] = array_merge($arResult["ITEMS"],$Sections); | 129 | // $arResult["ITEMS"] = array_merge($arResult["ITEMS"],$Sections); |
129 | //} | 130 | //} |
130 | ?> | 131 | ?> |
bitrix/templates/primary/components/bitrix/news.detail/iner_winners/template.php
1 | <?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?> | 1 | <?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?> |
2 | <?//echo"<pre>";print_r($arResult['ITEMS']);echo"</pre>";?> | 2 | <?//echo"<pre>";print_r($arResult['ITEMS']);echo"</pre>";?> |
3 | <?= (($arParams["PEOPLE"] == "YOUTHFUL")?$arResult["PROPERTIES"]["YOUTHFUL"]["~VALUE"]["TEXT"]:"") ?> | ||
3 | <div class="info-post-area"> | 4 | <div class="info-post-area"> |
4 | <? | 5 | <? |
5 | // Перебираем список разделов для дерева | 6 | // Перебираем список разделов для дерева |
6 | $CURRENT_DEPTH=$arResult['ITEMS']["SECTION"]["DEPTH_LEVEL"]+1; | 7 | $CURRENT_DEPTH=$arResult['ITEMS']["SECTION"]["DEPTH_LEVEL"]+1; |
7 | array_shift($arResult['ITEMS']); | 8 | array_shift($arResult['ITEMS']); |
8 | foreach($arResult['ITEMS'] as $arSection):?> | 9 | foreach($arResult['ITEMS'] as $arSection):?> |
9 | <?if($CURRENT_DEPTH<$arSection["DEPTH_LEVEL"]) | 10 | <?if($CURRENT_DEPTH<$arSection["DEPTH_LEVEL"]) |
10 | echo "<div class=\"info-post-holder\">"; | 11 | echo "<div class=\"info-post-holder\">"; |
11 | elseif($CURRENT_DEPTH>$arSection["DEPTH_LEVEL"]) | 12 | elseif($CURRENT_DEPTH>$arSection["DEPTH_LEVEL"]) |
12 | echo str_repeat("</div>", $CURRENT_DEPTH - $arSection["DEPTH_LEVEL"]); | 13 | echo str_repeat("</div>", $CURRENT_DEPTH - $arSection["DEPTH_LEVEL"]); |
13 | $CURRENT_DEPTH = $arSection["DEPTH_LEVEL"]; | 14 | $CURRENT_DEPTH = $arSection["DEPTH_LEVEL"]; |
14 | ?> | 15 | ?> |
15 | <?if(is_array($arSection['ELEMENTS'])):?> | 16 | <?if(is_array($arSection['ELEMENTS'])):?> |
16 | <div class="info-post-block"> | 17 | <div class="info-post-block"> |
17 | <h3><?=$arSection['NAME']?></h3> | 18 | <h3><?=$arSection['NAME']?></h3> |
18 | <?if(is_array($arSection['ELEMENTS'])):?> | 19 | <?if(is_array($arSection['ELEMENTS'])):?> |
19 | <?foreach($arSection['ELEMENTS'] as $Element):?> | 20 | <?foreach($arSection['ELEMENTS'] as $Element):?> |
20 | <div class="info-post"> | 21 | <div class="info-post"> |
21 | <?if(is_array($Element['PREVIEW_PICTURE'])):?> | 22 | <?if(is_array($Element['PREVIEW_PICTURE'])):?> |
22 | <img alt="<?=$Element['NAME']?>" src="<?=$Element['PREVIEW_PICTURE']['SRC']?>" /> | 23 | <img alt="<?=$Element['NAME']?>" src="<?=$Element['PREVIEW_PICTURE']['SRC']?>" /> |
23 | <?endif;?> | 24 | <?endif;?> |
24 | <div class="holder"> | 25 | <div class="holder"> |
25 | <strong class="name"> | 26 | <strong class="name"> |
26 | <?=$Element['NAME']?> <?=$Element['PROPERTIES']['LAST_NAME']['VALUE']?> | 27 | <?=$Element['NAME']?> <?=$Element['PROPERTIES']['LAST_NAME']['VALUE']?> |
27 | </strong> | 28 | </strong> |
28 | <p><?=$Element['PREVIEW_TEXT']?></p> | 29 | <p><?=$Element['PREVIEW_TEXT']?></p> |
29 | </div> | 30 | </div> |
30 | </div> | 31 | </div> |
31 | <?endforeach;?> | 32 | <?endforeach;?> |
32 | <?endif;?> | 33 | <?endif;?> |
33 | </div> | 34 | </div> |
34 | <?else:?> | 35 | <?else:?> |
35 | <h2><?=$arSection['NAME']?></h2> | 36 | <h2><?=$arSection['NAME']?></h2> |
36 | <?endif;?> | 37 | <?endif;?> |
37 | <?endforeach?> | 38 | <?endforeach?> |
38 | </div> | 39 | </div> |
39 | 40 |
competition/.additional.menu.php
1 | <? | 1 | <? |
2 | $aMenuLinks = Array( | 2 | $aMenuLinks = Array( |
3 | Array( | 3 | Array( |
4 | "Условия", | 4 | "Условия", |
5 | "/competition/terms/", | 5 | "/competition/terms/", |
6 | Array(), | 6 | Array(), |
7 | Array(), | 7 | Array(), |
8 | "" | 8 | "" |
9 | ), | 9 | ), |
10 | Array( | 10 | Array( |
11 | "Призы", | 11 | "Призы", |
12 | "/competition/prizes/", | 12 | "/competition/prizes/", |
13 | Array(), | 13 | Array(), |
14 | Array(), | 14 | Array(), |
15 | "" | 15 | ), |
16 | ), | ||
17 | Array( | 16 | Array( |
18 | "Расписание конкурсов", | 17 | "Расписание конкурсов", |
19 | "/competition/programs/", | 18 | "/competition/programs/", |
20 | Array(), | 19 | Array(), |
21 | Array(), | 20 | Array(), |
22 | "" | 21 | "" |
23 | ), | 22 | ), |
24 | Array( | 23 | Array( |
25 | "Участники", | 24 | "Основной", |
26 | "/competition/participants/", | 25 | "/competition/participants/", |
27 | Array(), | 26 | Array(), |
28 | Array(), | 27 | Array(), |
29 | "" | 28 | "" |
30 | ), | 29 | ), |
31 | Array( | 30 | Array( |
31 | "Юношеский", | ||
32 | "/competition/youthful/", | ||
33 | Array(), | ||
34 | Array(), | ||
35 | "" | ||
36 | ), | ||
37 | Array( | ||
32 | "Жюри", | 38 | "Жюри", |
33 | "/competition/jury/", | 39 | "/competition/jury/", |
34 | Array(), | 40 | Array(), |
35 | Array(), | 41 | Array(), |
36 | "" | 42 | "" |
37 | ), | 43 | ), |
38 | Array( | 44 | Array( |
39 | "Дирекция", | 45 | "Дирекция", |
40 | "/competition/direction/", | 46 | "/competition/direction/", |
41 | Array(), | 47 | Array(), |
42 | Array(), | 48 | Array(), |
43 | "" | 49 | "" |
44 | ), | 50 | ) |
45 |
competition/.inerleft.menu.php
1 | <? | 1 | <? |
2 | $aMenuLinks = Array( | 2 | $aMenuLinks = Array( |
3 | Array( | 3 | Array( |
4 | "Условия", | 4 | "Условия", |
5 | "/competition/terms/", | 5 | "/competition/terms/", |
6 | Array(), | 6 | Array(), |
7 | Array(), | 7 | Array(), |
8 | "" | 8 | "" |
9 | ), | 9 | ), |
10 | Array( | 10 | /*Array( |
11 | "Призы", | 11 | "Призы", |
12 | "/competition/prizes/", | 12 | "/competition/prizes/", |
13 | Array(), | 13 | Array(), |
14 | Array(), | 14 | Array(), |
15 | "" | 15 | "" |
16 | ), | 16 | ),*/ |
17 | Array( | 17 | Array( |
18 | "Расписание конкурса", | 18 | "Программы", |
19 | "/competition/programs/", | 19 | "/competition/programs/", |
20 | Array(), | 20 | Array(), |
21 | Array(), | 21 | Array(), |
22 | "" | 22 | "" |
23 | ), | 23 | ), |
24 | Array( | 24 | /*Array( |
25 | "Участники", | 25 | "Основной", |
26 | "/competition/participants/", | 26 | "/competition/participants/", |
27 | Array(), | 27 | Array(), |
28 | Array(), | 28 | Array(), |
29 | "" | 29 | "" |
30 | ), | 30 | ),*/ |
31 | /*Array( | ||
32 | "Юношеский", | ||
33 | "/competition/youthful/", | ||
34 | Array(), | ||
35 | Array(), | ||
36 | "" | ||
37 | ),*/ | ||
31 | Array( | 38 | Array( |
32 | "Жюри", | 39 | "Жюри", |
33 | "/competition/jury/", | 40 | "/competition/jury/", |
34 | Array(), | 41 | Array(), |
35 | Array(), | 42 | Array(), |
36 | "" | 43 | "" |
37 | ), | 44 | ), |
38 | Array( | 45 | Array( |
39 | "Дирекция", | 46 | "Дирекция", |
40 | "/competition/direction/", | 47 | "/competition/direction/", |
41 | Array(), | 48 | Array(), |
42 | Array(), | 49 | Array(), |
43 | "" | 50 | "" |
44 | ), | 51 | ),/* |
45 | Array( | 52 | Array( |
46 | "Фотографии", | 53 | "Фотографии", |
47 | "/competition/photos/", | 54 | "/competition/photos/", |
48 | Array(), | 55 | Array(), |
49 | Array(), | 56 | Array(), |
50 | "" | 57 | "" |
51 | ) | 58 | )*/ |
52 | ); | 59 | ); |
53 | ?> | 60 | ?> |
competition/index.php
1 | <? | 1 | <? |
2 | require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); | 2 | require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); |
3 | $APPLICATION->SetTitle("Конкурс 2012"); | 3 | $APPLICATION->SetTitle("Конкурс 2025"); |
4 | ?><?$APPLICATION->IncludeComponent("citrus:contests", "competition", array( | 4 | ?><?$APPLICATION->IncludeComponent("citrus:contests", "competition", array( |
5 | "IBLOCK_TYPE" => "FESTIVALS_AND_CONTESTS", | 5 | "IBLOCK_TYPE" => "FESTIVALS_AND_CONTESTS", |
6 | "IBLOCK_ID" => "11", | 6 | "IBLOCK_ID" => "11", |
7 | "SEF_MODE" => "Y", | 7 | "SEF_MODE" => "Y", |
8 | "SEF_FOLDER" => "/competition/", | 8 | "SEF_FOLDER" => "/competition/", |
9 | "AJAX_MODE" => "N", | 9 | "AJAX_MODE" => "N", |
10 | "AJAX_OPTION_JUMP" => "N", | 10 | "AJAX_OPTION_JUMP" => "N", |
11 | "AJAX_OPTION_STYLE" => "Y", | 11 | "AJAX_OPTION_STYLE" => "Y", |
12 | "AJAX_OPTION_HISTORY" => "N", | 12 | "AJAX_OPTION_HISTORY" => "N", |
13 | "CACHE_TYPE" => "A", | 13 | "CACHE_TYPE" => "A", |
14 | "CACHE_TIME" => "36000000", | 14 | "CACHE_TIME" => "36000000", |
15 | "PAGE_CON_COUNT" => "30", | 15 | "PAGE_CON_COUNT" => "30", |
16 | "CON_SORT_BY1" => "ACTIVE_FROM", | 16 | "CON_SORT_BY1" => "ACTIVE_FROM", |
17 | "CON_SORT_ORDER1" => "DESC", | 17 | "CON_SORT_ORDER1" => "DESC", |
18 | "CON_SORT_BY2" => "SORT", | 18 | "CON_SORT_BY2" => "SORT", |
19 | "CON_SORT_ORDER2" => "ASC", | 19 | "CON_SORT_ORDER2" => "ASC", |
20 | "TITLE_CON_COUNT" => "Туры", | 20 | "TITLE_CON_COUNT" => "Туры", |
21 | "LIST_PROPERTY_CODE" => array( | 21 | "LIST_PROPERTY_CODE" => array( |
22 | 0 => "", | 22 | 0 => "", |
23 | 1 => "PICTURE_STORY", | 23 | 1 => "PICTURE_STORY", |
24 | 2 => "", | 24 | 2 => "", |
25 | ), | 25 | ), |
26 | "LIST_META_KEYWORDS" => "-", | 26 | "LIST_META_KEYWORDS" => "-", |
27 | "LIST_META_DESCRIPTION" => "-", | 27 | "LIST_META_DESCRIPTION" => "-", |
28 | "LIST_BROWSER_TITLE" => "-", | 28 | "LIST_BROWSER_TITLE" => "-", |
29 | "DETAIL_PROPERTY_CODE" => array( | 29 | "DETAIL_PROPERTY_CODE" => array( |
30 | 0 => "", | 30 | 0 => "", |
31 | 1 => "PICTURE_STORY", | 31 | 1 => "PICTURE_STORY", |
32 | 2 => "", | 32 | 2 => "", |
33 | ), | 33 | ), |
34 | "DETAIL_META_KEYWORDS" => "-", | 34 | "DETAIL_META_KEYWORDS" => "-", |
35 | "DETAIL_META_DESCRIPTION" => "-", | 35 | "DETAIL_META_DESCRIPTION" => "-", |
36 | "DETAIL_BROWSER_TITLE" => "-", | 36 | "DETAIL_BROWSER_TITLE" => "-", |
37 | "list" => "", | 37 | "list" => "", |
38 | "contests" => "Описание", | 38 | "contests" => "Описание", |
39 | "terms" => "Фоторепортаж", | 39 | "terms" => "Фоторепортаж", |
40 | "prizes" => "", | 40 | "prizes" => "", |
41 | "programs" => "", | 41 | "programs" => "", |
42 | "jury" => "", | 42 | "jury" => "", |
43 | "jury_detail" => "", | 43 | "jury_detail" => "", |
44 | "AJAX_OPTION_ADDITIONAL" => "", | 44 | "AJAX_OPTION_ADDITIONAL" => "", |
45 | "SEF_URL_TEMPLATES" => array( | 45 | "SEF_URL_TEMPLATES" => array( |
46 | "SEF_BASE_URL" => "/competition/", | 46 | "SEF_BASE_URL" => "/competition/", |
47 | "list" => "#CON_CODE#/", | 47 | "list" => "#CON_CODE#/", |
48 | "contests" => "#CON_CODE#/description/", | 48 | "contests" => "#CON_CODE#/description/", |
49 | "JUVENILE_PAGE_URL" => "#CON_CODE#/winners/juvenile/", | 49 | "JUVENILE_PAGE_URL" => "#CON_CODE#/winners/juvenile/", |
50 | "terms" => "#CON_CODE#/photo/", | 50 | "terms" => "#CON_CODE#/photo/", |
51 | "prizes" => "#CON_CODE#/prizes/", | 51 | "prizes" => "#CON_CODE#/prizes/", |
52 | "programs" => "#CON_CODE#/programs/", | 52 | "programs" => "#CON_CODE#/programs/", |
53 | "jury" => "#CON_CODE#/jury/", | 53 | "jury" => "#CON_CODE#/jury/", |
54 | "jury_detail" => "#CON_CODE#/jury/#ELEMENT_CODE#/", | 54 | "jury_detail" => "#CON_CODE#/jury/#ELEMENT_CODE#/", |
55 | ) | 55 | ) |
56 | ), | 56 | ), |
57 | false | 57 | false |
58 | );?><?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?> | 58 | );?><?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?> |
competition/participants/index.php
1 | <? | 1 | <? |
2 | require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); | 2 | require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); |
3 | $APPLICATION->SetTitle("Участники"); | 3 | $APPLICATION->SetTitle("Основной конкурс"); |
4 | ?> | 4 | ?> |
5 | <?$GLOBALS['FilterCon'] = Array("PROPERTY_STATUS" => 5);?> | 5 | <h3>Итоги основного конкурса</h3> |
6 | <?$APPLICATION->IncludeComponent( | 6 | |
7 | "bitrix:news.detail", | 7 | <p><strong>I премия: </strong></p> |
8 | "iner_winners", | 8 | |
9 | array( | 9 | <ul> |
10 | <li>ШУМКОВ Матвей</li> | ||
11 | |||
12 | <li>ИВАШКО Евгений | ||
13 | <br /> | ||
14 | </li> | ||
15 | </ul> | ||
16 | |||
17 | <p><strong>II премия:</strong></p> | ||
18 | |||
19 | <ul> | ||
20 | <li> МЕРЗЛОВ Арсений </li> | ||
21 | |||
22 | <li> ПРОКОПОВ Кирилл </li> | ||
23 | </ul> | ||
24 | |||
25 | <p><strong>III премия:</strong></p> | ||
26 | |||
27 | <ul> | ||
28 | <li> ОСИНЦЕВА Наталья</li> | ||
29 | |||
30 | <li> ЛАЗУРЕНКО Ольга</li> | ||
31 | </ul> | ||
32 | |||
33 | <p><strong>Дипломанты:</strong></p> | ||
34 | |||
35 | <ul> | ||
36 | <li>Бычкова Ангелина</li> | ||
37 | |||
38 | <li> Клявина Алёна </li> | ||
39 | |||
40 | <li> Лисак Яна </li> | ||
41 | |||
42 | <li> Скоморохов Владимир </li> | ||
43 | |||
44 | <li> Страхов Александр </li> | ||
45 | |||
46 | <li> Сушляков Антон </li> | ||
47 | |||
48 | <li> Чернов Александр</li> | ||
49 | </ul> | ||
50 | |||
51 | <p><strong> Благодарность за участие:</strong></p> | ||
52 | |||
53 | <ul> | ||
54 | <li>Гордеев Михаил </li> | ||
55 | |||
56 | <li> Кравцов Лев </li> | ||
57 | |||
58 | <li> Кузин Владимир</li> | ||
59 | |||
60 | <li> Онофрей Андрей</li> | ||
61 | |||
62 | <li> Степанов Игорь </li> | ||
63 | </ul> | ||
64 | <hr> | ||
65 | <ol> | ||
66 | <li> Бычкова Ангелина</li> | ||
67 | |||
68 | <li> Гордеев Михаил</li> | ||
69 | |||
70 | <li>Евграфов Евгений</li> | ||
71 | |||
72 | <li> Ивашко Евгений</li> | ||
73 | |||
74 | <li> Клявина Анна</li> | ||
75 | |||
76 | <li> Кравцов Лев</li> | ||
77 | |||
78 | <li> Кузин Владимир</li> | ||
79 | |||
80 | <li>Курдюмов-Маркосян Николай</li> | ||
81 | |||
82 | <li> Лазуренко Ольга</li> | ||
83 | |||
84 | <li> Лисак Яна</li> | ||
85 | |||
86 | <li> Мерзлов Арсений</li> | ||
87 | |||
88 | <li> Онофрей Андрей</li> | ||
89 | |||
90 | <li> Осинцева Наталья</li> | ||
91 | |||
92 | <li> Поэта Валерия</li> | ||
93 | |||
94 | <li> Прокопов Кирилл</li> | ||
95 | |||
96 | <li> Скоморохов Федор</li> | ||
97 | |||
98 | <li> Степанов Игорь</li> | ||
99 | |||
100 | <li> Страхов Александр</li> | ||
101 | |||
102 | <li> Сушляков Антон</li> | ||
103 | |||
104 | <li> Цзесинь Бао</li> | ||
105 | |||
106 | <li> Чернов Александр</li> | ||
107 | |||
108 | <li> Шумков Матвей </li> | ||
109 | </ol> | ||
110 | |||
111 | <p> </p> | ||
112 | |||
113 | <br /> | ||
114 | <?$GLOBALS['FilterCon'] = Array("PROPERTY_STATUS" => 5);?> <?$APPLICATION->IncludeComponent( | ||
115 | "bitrix:news.detail", | ||
116 | "iner_winners", | ||
117 | Array( | ||
10 | "IBLOCK_TYPE" => "tenders", | 118 | "IBLOCK_TYPE" => "tenders", |
11 | "IBLOCK_ID" => "5", | 119 | "IBLOCK_ID" => "5", |
12 | "ELEMENT_ID" => "", | 120 | "ELEMENT_ID" => "", |
13 | "ELEMENT_CODE" => "konkurs-2018", | 121 | "ELEMENT_CODE" => "konkurs-2018", |
14 | "CHECK_DATES" => "Y", | 122 | "CHECK_DATES" => "Y", |
15 | "FIELD_CODE" => array( | 123 | "FIELD_CODE" => array(0=>"",1=>"",), |
16 | 0 => "", | 124 | "PROPERTY_CODE" => array(0=>"",1=>"YOUTH_PARTICIPANTS",2=>"MAIN_PARTICIPANTS",), |
17 | 1 => "", | ||
18 | ), | ||
19 | "PROPERTY_CODE" => array( | ||
20 | 0 => "", | ||
21 | 1 => "YOUTH_PARTICIPANTS", | ||
22 | 2 => "MAIN_PARTICIPANTS", | ||
23 | ), | ||
24 | "IBLOCK_URL" => "", | 125 | "IBLOCK_URL" => "", |
25 | "AJAX_MODE" => "N", | 126 | "AJAX_MODE" => "N", |
26 | "AJAX_OPTION_JUMP" => "N", | 127 | "AJAX_OPTION_JUMP" => "N", |
27 | "AJAX_OPTION_STYLE" => "N", | 128 | "AJAX_OPTION_STYLE" => "N", |
28 | "AJAX_OPTION_HISTORY" => "N", | 129 | "AJAX_OPTION_HISTORY" => "N", |
29 | "CACHE_TYPE" => "A", | 130 | "CACHE_TYPE" => "A", |
30 | "CACHE_TIME" => "36000000", | 131 | "CACHE_TIME" => "36000000", |
31 | "CACHE_GROUPS" => "Y", | 132 | "CACHE_GROUPS" => "Y", |
32 | "META_KEYWORDS" => "-", | 133 | "META_KEYWORDS" => "-", |
33 | "META_DESCRIPTION" => "-", | 134 | "META_DESCRIPTION" => "-", |
34 | "BROWSER_TITLE" => "-", | 135 | "BROWSER_TITLE" => "-", |
35 | "SET_TITLE" => "N", | 136 | "SET_TITLE" => "N", |
36 | "SET_STATUS_404" => "N", | 137 | "SET_STATUS_404" => "N", |
37 | "INCLUDE_IBLOCK_INTO_CHAIN" => "N", | 138 | "INCLUDE_IBLOCK_INTO_CHAIN" => "N", |
38 | "ADD_SECTIONS_CHAIN" => "N", | 139 | "ADD_SECTIONS_CHAIN" => "N", |
39 | "ACTIVE_DATE_FORMAT" => "d.m.Y", | 140 | "ACTIVE_DATE_FORMAT" => "d.m.Y", |
40 | "USE_PERMISSIONS" => "N", | 141 | "USE_PERMISSIONS" => "N", |
41 | "DISPLAY_TOP_PAGER" => "N", | 142 | "DISPLAY_TOP_PAGER" => "N", |
42 | "DISPLAY_BOTTOM_PAGER" => "N", | 143 | "DISPLAY_BOTTOM_PAGER" => "N", |
43 | "PAGER_TITLE" => " ", | 144 | "PAGER_TITLE" => " ", |
44 | "PAGER_TEMPLATE" => "", | 145 | "PAGER_TEMPLATE" => "", |
45 | "PAGER_SHOW_ALL" => "N", | 146 | "PAGER_SHOW_ALL" => "N", |
46 | "DISPLAY_DATE" => "N", | 147 | "DISPLAY_DATE" => "N", |
47 | "DISPLAY_NAME" => "Y", | 148 | "DISPLAY_NAME" => "Y", |
48 | "DISPLAY_PICTURE" => "Y", | 149 | "DISPLAY_PICTURE" => "Y", |
competition/programs/index.php
1 | <? | 1 | <? |
2 | require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); | 2 | require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); |
3 | $APPLICATION->SetTitle("Расписание конкурса"); | 3 | $APPLICATION->SetTitle("Программы"); |
4 | ?> | 4 | ?> |
5 | <? | 5 | <? |
6 | $GLOBALS['arFilterCon'] = Array("PROPERTY_STATUS" => 5); | 6 | $GLOBALS['arFilterCon'] = Array("PROPERTY_STATUS" => 5); |
7 | ?> | 7 | ?> |
8 | <?$APPLICATION->IncludeComponent("bitrix:news.list", "iner_programs", Array( | 8 | <?$APPLICATION->IncludeComponent("bitrix:news.list", "iner_programs", Array( |
9 | "IBLOCK_TYPE" => "tenders", // Тип информационного блока (используется только для проверки) | 9 | "IBLOCK_TYPE" => "tenders", // Тип информационного блока (используется только для проверки) |
10 | "IBLOCK_ID" => "5", // Код информационного блока | 10 | "IBLOCK_ID" => "5", // Код информационного блока |
11 | "NEWS_COUNT" => "1", // Количество новостей на странице | 11 | "NEWS_COUNT" => "1", // Количество новостей на странице |
12 | "SORT_BY1" => "ACTIVE_FROM", // Поле для первой сортировки новостей | 12 | "SORT_BY1" => "ACTIVE_FROM", // Поле для первой сортировки новостей |
13 | "SORT_ORDER1" => "DESC", // Направление для первой сортировки новостей | 13 | "SORT_ORDER1" => "DESC", // Направление для первой сортировки новостей |
14 | "SORT_BY2" => "SORT", // Поле для второй сортировки новостей | 14 | "SORT_BY2" => "SORT", // Поле для второй сортировки новостей |
15 | "SORT_ORDER2" => "ASC", // Направление для второй сортировки новостей | 15 | "SORT_ORDER2" => "ASC", // Направление для второй сортировки новостей |
16 | "FILTER_NAME" => "arFilterCon", // Фильтр | 16 | "FILTER_NAME" => "arFilterCon", // Фильтр |
17 | "FIELD_CODE" => array( // Поля | 17 | "FIELD_CODE" => array( // Поля |
18 | 0 => "", | 18 | 0 => "", |
19 | 1 => "", | 19 | 1 => "", |
20 | ), | 20 | ), |
21 | "PROPERTY_CODE" => array( // Свойства | 21 | "PROPERTY_CODE" => array( // Свойства |
22 | 0 => "PREW_TEXT", | 22 | 0 => "PREW_TEXT", |
23 | 1 => "PROGRAMS", | 23 | 1 => "PROGRAMS", |
24 | ), | 24 | ), |
25 | "CHECK_DATES" => "Y", // Показывать только активные на данный момент элементы | 25 | "CHECK_DATES" => "Y", // Показывать только активные на данный момент элементы |
26 | "DETAIL_URL" => "", // URL страницы детального просмотра (по умолчанию - из настроек инфоблока) | 26 | "DETAIL_URL" => "", // URL страницы детального просмотра (по умолчанию - из настроек инфоблока) |
27 | "AJAX_MODE" => "N", // Включить режим AJAX | 27 | "AJAX_MODE" => "N", // Включить режим AJAX |
28 | "AJAX_OPTION_JUMP" => "N", // Включить прокрутку к началу компонента | 28 | "AJAX_OPTION_JUMP" => "N", // Включить прокрутку к началу компонента |
29 | "AJAX_OPTION_STYLE" => "Y", // Включить подгрузку стилей | 29 | "AJAX_OPTION_STYLE" => "Y", // Включить подгрузку стилей |
30 | "AJAX_OPTION_HISTORY" => "N", // Включить эмуляцию навигации браузера | 30 | "AJAX_OPTION_HISTORY" => "N", // Включить эмуляцию навигации браузера |
31 | "CACHE_TYPE" => "A", // Тип кеширования | 31 | "CACHE_TYPE" => "A", // Тип кеширования |
32 | "CACHE_TIME" => "36000000", // Время кеширования (сек.) | 32 | "CACHE_TIME" => "36000000", // Время кеширования (сек.) |
33 | "CACHE_FILTER" => "N", // Кешировать при установленном фильтре | 33 | "CACHE_FILTER" => "N", // Кешировать при установленном фильтре |
34 | "CACHE_GROUPS" => "Y", // Учитывать права доступа | 34 | "CACHE_GROUPS" => "Y", // Учитывать права доступа |
35 | "PREVIEW_TRUNCATE_LEN" => "", // Максимальная длина анонса для вывода (только для типа текст) | 35 | "PREVIEW_TRUNCATE_LEN" => "", // Максимальная длина анонса для вывода (только для типа текст) |
36 | "ACTIVE_DATE_FORMAT" => "d.m.Y", // Формат показа даты | 36 | "ACTIVE_DATE_FORMAT" => "d.m.Y", // Формат показа даты |
37 | "SET_TITLE" => "N", // Устанавливать заголовок страницы | 37 | "SET_TITLE" => "N", // Устанавливать заголовок страницы |
38 | "SET_STATUS_404" => "Y", // Устанавливать статус 404, если не найдены элемент или раздел | 38 | "SET_STATUS_404" => "Y", // Устанавливать статус 404, если не найдены элемент или раздел |
39 | "INCLUDE_IBLOCK_INTO_CHAIN" => "N", // Включать инфоблок в цепочку навигации | 39 | "INCLUDE_IBLOCK_INTO_CHAIN" => "N", // Включать инфоблок в цепочку навигации |
40 | "ADD_SECTIONS_CHAIN" => "N", // Включать раздел в цепочку навигации | 40 | "ADD_SECTIONS_CHAIN" => "N", // Включать раздел в цепочку навигации |
41 | "HIDE_LINK_WHEN_NO_DETAIL" => "N", // Скрывать ссылку, если нет детального описания | 41 | "HIDE_LINK_WHEN_NO_DETAIL" => "N", // Скрывать ссылку, если нет детального описания |
42 | "PARENT_SECTION" => "", // ID раздела | 42 | "PARENT_SECTION" => "", // ID раздела |
43 | "PARENT_SECTION_CODE" => "", // Код раздела | 43 | "PARENT_SECTION_CODE" => "", // Код раздела |
44 | "DISPLAY_TOP_PAGER" => "N", // Выводить над списком | 44 | "DISPLAY_TOP_PAGER" => "N", // Выводить над списком |
45 | "DISPLAY_BOTTOM_PAGER" => "N", // Выводить под списком | 45 | "DISPLAY_BOTTOM_PAGER" => "N", // Выводить под списком |
46 | "PAGER_TITLE" => "Новости", // Название категорий | 46 | "PAGER_TITLE" => "Новости", // Название категорий |
47 | "PAGER_SHOW_ALWAYS" => "N", // Выводить всегда | 47 | "PAGER_SHOW_ALWAYS" => "N", // Выводить всегда |
48 | "PAGER_TEMPLATE" => "", // Название шаблона | 48 | "PAGER_TEMPLATE" => "", // Название шаблона |
49 | "PAGER_DESC_NUMBERING" => "N", // Использовать обратную навигацию | 49 | "PAGER_DESC_NUMBERING" => "N", // Использовать обратную навигацию |
50 | "PAGER_DESC_NUMBERING_CACHE_TIME" => "36000", // Время кеширования страниц для обратной навигации | 50 | "PAGER_DESC_NUMBERING_CACHE_TIME" => "36000", // Время кеширования страниц для обратной навигации |
51 | "PAGER_SHOW_ALL" => "N", // Показывать ссылку "Все" | 51 | "PAGER_SHOW_ALL" => "N", // Показывать ссылку "Все" |
52 | "DISPLAY_DATE" => "N", // Выводить дату элемента | 52 | "DISPLAY_DATE" => "N", // Выводить дату элемента |
53 | "DISPLAY_NAME" => "Y", // Выводить название элемента | 53 | "DISPLAY_NAME" => "Y", // Выводить название элемента |
54 | "DISPLAY_PICTURE" => "Y", // Выводить изображение для анонса | 54 | "DISPLAY_PICTURE" => "Y", // Выводить изображение для анонса |
55 | "DISPLAY_PREVIEW_TEXT" => "Y", // Выводить текст анонса | 55 | "DISPLAY_PREVIEW_TEXT" => "Y", // Выводить текст анонса |
56 | "AJAX_OPTION_ADDITIONAL" => "", // Дополнительный идентификатор | 56 | "AJAX_OPTION_ADDITIONAL" => "", // Дополнительный идентификатор |
57 | ), | 57 | ), |
58 | false | 58 | false |
59 | );?><?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?> | 59 | );?><?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?> |
60 | 60 |
competition/youthful/.section.php
File was created | 1 | <? | |
2 | $sSectionName="Участники"; | ||
3 | ?> |
competition/youthful/index.php
File was created | 1 | <? | |
2 | require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); | ||
3 | $APPLICATION->SetTitle("Юношеский конкурс"); | ||
4 | ?> | ||
5 | |||
6 | <?$GLOBALS['FilterCon'] = Array("PROPERTY_STATUS" => 5);?> | ||
7 | <?$APPLICATION->IncludeComponent( | ||
8 | "bitrix:news.detail", | ||
9 | "iner_winners", | ||
10 | array( | ||
11 | "IBLOCK_TYPE" => "tenders", | ||
12 | "IBLOCK_ID" => "5", | ||
13 | "ELEMENT_ID" => "", | ||
14 | "ELEMENT_CODE" => "konkurs-2018", | ||
15 | "CHECK_DATES" => "Y", | ||
16 | "FIELD_CODE" => array( | ||
17 | 0 => "", | ||
18 | 1 => "", | ||
19 | ), | ||
20 | "PROPERTY_CODE" => array( | ||
21 | 0 => "", | ||
22 | 1 => "YOUTH_PARTICIPANTS", | ||
23 | 2 => "MAIN_PARTICIPANTS", | ||
24 | ), | ||
25 | "IBLOCK_URL" => "", | ||
26 | "AJAX_MODE" => "N", | ||
27 | "AJAX_OPTION_JUMP" => "N", | ||
28 | "AJAX_OPTION_STYLE" => "N", | ||
29 | "AJAX_OPTION_HISTORY" => "N", | ||
30 | "CACHE_TYPE" => "A", | ||
31 | "CACHE_TIME" => "36000000", | ||
32 | "CACHE_GROUPS" => "Y", | ||
33 | "META_KEYWORDS" => "-", | ||
34 | "META_DESCRIPTION" => "-", | ||
35 | "BROWSER_TITLE" => "-", | ||
36 | "SET_TITLE" => "N", | ||
37 | "SET_STATUS_404" => "N", | ||
38 | "INCLUDE_IBLOCK_INTO_CHAIN" => "N", | ||
39 | "ADD_SECTIONS_CHAIN" => "N", | ||
40 | "ACTIVE_DATE_FORMAT" => "d.m.Y", | ||
41 | "USE_PERMISSIONS" => "N", | ||
42 | "DISPLAY_TOP_PAGER" => "N", | ||
43 | "DISPLAY_BOTTOM_PAGER" => "N", | ||
44 | "PAGER_TITLE" => " ", | ||
45 | "PAGER_TEMPLATE" => "", | ||
46 | "PAGER_SHOW_ALL" => "N", | ||
47 | "DISPLAY_DATE" => "N", | ||
48 | "DISPLAY_NAME" => "Y", | ||
49 | "DISPLAY_PICTURE" => "Y", | ||
50 | "DISPLAY_PREVIEW_TEXT" => "Y", | ||
51 | "USE_SHARE" => "N", | ||
52 | "AJAX_OPTION_ADDITIONAL" => $arParams["AJAX_OPTION_ADDITIONAL"], | ||
53 | "ADD_ELEMENT_CHAIN" => "N", | ||
54 | "PEOPLE" => "YOUTHFUL", | ||
55 | ), | ||
56 | $component | ||
57 | );?><?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?> | ||
58 |
contacts/index.php
1 | <? | 1 | <? |
2 | require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); | 2 | require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); |
3 | $APPLICATION->SetTitle("Контакты"); | 3 | $APPLICATION->SetTitle("Контакты"); |
4 | ?>Тел.: +7 (495) 729-41-52 | 4 | ?><!--Тел.: +7 (495) 729-41-52 |
5 | <br /> | 5 | <br /--> |
6 | e-mail: <a target="_blank" href="mailto:veralotar2014@gmail.com" >veralotar2014@gmail.com</a> | 6 | e-mail: <a target="_blank" href="mailto:lotarvera2022@gmail.com" >lotarvera2022@gmail.com</a> |
7 | <ul></ul> | 7 | <ul></ul> |
8 | 8 | ||
9 | <br /> | 9 | <br /> |
10 | 10 | ||
11 | <br /> | 11 | <br /> |
12 | <?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?> | 12 | <?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?> |
en/.left.menu.php
1 | <? | 1 | <? |
2 | $aMenuLinks = Array( | 2 | $aMenuLinks = Array( |
3 | Array( | 3 | Array( |
4 | "Vera Lotar-Shevchenko", | 4 | "Vera Lotar-Shevchenko", |
5 | "/en/lothar_shevchenko/", | 5 | "/en/lothar_shevchenko/", |
6 | Array(), | 6 | Array(), |
7 | Array("modification"=>"/en/lothar_shevchenko/biography/"), | 7 | Array("modification"=>"/en/lothar_shevchenko/biography/"), |
8 | "" | 8 | "" |
9 | ), | 9 | ), |
10 | Array( | 10 | Array( |
11 | "About contest", | 11 | "About contest", |
12 | "/en/about_the_contest/", | 12 | "/en/about_the_contest/", |
13 | Array(), | 13 | Array(), |
14 | Array("modification"=>"/en/about_the_contest/history/"), | 14 | Array("modification"=>"/en/about_the_contest/history/"), |
15 | "" | 15 | "" |
16 | ), | 16 | ), |
17 | Array( | 17 | Array( |
18 | "Press centre", | 18 | "Press centre", |
19 | "/en/press_center/", | 19 | "/en/press_center/", |
20 | Array(), | 20 | Array(), |
21 | Array(), | 21 | Array(), |
22 | "" | 22 | "" |
23 | ), | 23 | ), |
24 | Array( | 24 | Array( |
25 | "Competition 2018", | 25 | "Competition 2025", |
26 | "/en/competition/", | 26 | "/en/competition/", |
27 | Array(), | 27 | Array(), |
28 | Array("modification"=>"/en/competition/terms/"), | 28 | Array("modification"=>"/en/competition/terms/"), |
29 | "" | 29 | "" |
30 | ), | 30 | ), |
31 | Array( | 31 | Array( |
32 | "Archive", | 32 | "Archive", |
33 | "/en/archive/contests/", | 33 | "/en/archive/contests/", |
34 | Array(), | 34 | Array(), |
35 | Array(), | 35 | Array(), |
36 | "" | 36 | "" |
37 | ) | 37 | ) |
38 | ); | 38 | ); |
39 | ?> | 39 | ?> |
en/.top.menu.php
1 | <? | 1 | <? |
2 | $aMenuLinks = Array( | 2 | $aMenuLinks = Array( |
3 | Array( | 3 | Array( |
4 | "Vera Lotar-Shevchenko", | 4 | "Vera Lotar-Shevchenko", |
5 | "/en/lothar_shevchenko/", | 5 | "/en/lothar_shevchenko/", |
6 | Array(), | 6 | Array(), |
7 | Array("modification"=>"/en/lothar_shevchenko/biography/"), | 7 | Array("modification"=>"/en/lothar_shevchenko/biography/"), |
8 | "" | 8 | "" |
9 | ), | 9 | ), |
10 | Array( | 10 | Array( |
11 | "About ", | 11 | "About ", |
12 | "/en/about_the_contest/", | 12 | "/en/about_the_contest/", |
13 | Array(), | 13 | Array(), |
14 | Array("modification"=>"/en/about_the_contest/history/"), | 14 | Array("modification"=>"/en/about_the_contest/history/"), |
15 | "" | 15 | "" |
16 | ), | 16 | ), |
17 | Array( | 17 | Array( |
18 | "Press center", | 18 | "Press center", |
19 | "/en/press_center/", | 19 | "/en/press_center/", |
20 | Array(), | 20 | Array(), |
21 | Array(), | 21 | Array(), |
22 | "" | 22 | "" |
23 | ), | 23 | ), |
24 | Array( | 24 | Array( |
25 | "Competition-2018", | 25 | "Competition 2025", |
26 | "/en/competition/", | 26 | "/en/competition/", |
27 | Array(), | 27 | Array(), |
28 | Array("modification"=>"/en/competition/terms/"), | 28 | Array("modification"=>"/en/competition/terms/"), |
29 | "" | 29 | "" |
30 | ), | 30 | ), |
31 | Array( | 31 | Array( |
32 | "Archive", | 32 | "Archive", |
33 | "/en/archive/", | 33 | "/en/archive/", |
34 | Array(), | 34 | Array(), |
35 | Array("modification"=>"/en/archive/contests/"), | 35 | Array("modification"=>"/en/archive/contests/"), |
36 | "" | 36 | "" |
37 | ), | 37 | ), |
38 | Array( | 38 | Array( |
39 | "Contacts", | 39 | "Contacts", |
40 | "/en/contacts/", | 40 | "/en/contacts/", |
41 | Array(), | 41 | Array(), |
42 | Array(), | 42 | Array(), |
43 | "" | 43 | "" |
44 | ) | 44 | ) |
45 | ); | 45 | ); |
46 | ?> | 46 | ?> |
en/contacts/index.php
1 | <? | 1 | <? |
2 | require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); | 2 | require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); |
3 | $APPLICATION->SetTitle("Contact us"); | 3 | $APPLICATION->SetTitle("Contact us"); |
4 | ?>tel.: +7 (495) 729-41-52 | 4 | ?>tel.: +7 (495) 729-41-52 |
5 | <br /> | 5 | <br /> |
6 | e-mail: <a target="_blank" href="mailto:veralotar2014@gmail.com" >veralotar2014@gmail.com</a> | 6 | e-mail: <a target="_blank" href="mailto:lotarvera2022@gmail.com" >lotarvera2022@gmail.com</a> |
7 | <ul></ul> | 7 | <ul></ul> |
8 | 8 | ||
9 | <br /> | 9 | <br /> |
10 | 10 | ||
11 | <br /> | 11 | <br /> |
12 | <?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?> | 12 | <?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?> |
images/2023_1.jpg
1.09 MB
images/2023_2.jpg
870 KB
include/copearite.php
1 | © МЕЖДУНАРОДНЫЙ КОНКУРС ПИАНИСТОВ | 1 | © МЕЖДУНАРОДНЫЙ КОНКУРС ПИАНИСТОВ |
2 | <br /> | 2 | <br /> |
3 | памяти Веры Лотар-Шевченко, 2005–2015 |
include/copyright.php
1 | © МЕЖДУНАРОДНЫЙ КОНКУРС ПИАНИСТОВ | 1 | © МЕЖДУНАРОДНЫЙ КОНКУРС ПИАНИСТОВ |
2 | <br /> | 2 | <br /> |
3 | памяти Веры Лотар-Шевченко, 2005–2015 |
urlrewrite.php
1 | <? | 1 | <? |
2 | $arUrlRewrite = array( | 2 | $arUrlRewrite = array( |
3 | array( | 3 | array( |
4 | "CONDITION" => "#^/tseremoniya-nagrazhdeniya-i-kontserta-laureatov-v-mezhdunarodnogo-konkursa-pianistov-pamyati-v-lotar/#", | 4 | "CONDITION" => "#^/tseremoniya-nagrazhdeniya-i-kontserta-laureatov-v-mezhdunarodnogo-konkursa-pianistov-pamyati-v-lotar/#", |
5 | "RULE" => "", | 5 | "RULE" => "", |
6 | "ID" => "", | 6 | "ID" => "", |
7 | "PATH" => "tseremoniya-nagrazhdeniya-i-kontserta-laureatov-v-mezhdunarodnogo-konkursa-pianistov-pamyati-v-lotar.php", | 7 | "PATH" => "tseremoniya-nagrazhdeniya-i-kontserta-laureatov-v-mezhdunarodnogo-konkursa-pianistov-pamyati-v-lotar.php", |
8 | ), | 8 | ), |
9 | array( | 9 | array( |
10 | "CONDITION" => "#^/fr/lothar_shevchenko/articles/#", | 10 | "CONDITION" => "#^/fr/lothar_shevchenko/articles/#", |
11 | "RULE" => "", | 11 | "RULE" => "", |
12 | "ID" => "bitrix:news", | 12 | "ID" => "bitrix:news", |
13 | "PATH" => "/fr/lothar_shevchenko/articles/index.php", | 13 | "PATH" => "/fr/lothar_shevchenko/articles/index.php", |
14 | ), | 14 | ), |
15 | array( | 15 | array( |
16 | "CONDITION" => "#^/en/lothar_shevchenko/articles/#", | 16 | "CONDITION" => "#^/en/lothar_shevchenko/articles/#", |
17 | "RULE" => "", | 17 | "RULE" => "", |
18 | "ID" => "bitrix:news", | 18 | "ID" => "bitrix:news", |
19 | "PATH" => "/en/lothar_shevchenko/articles/index.php", | 19 | "PATH" => "/en/lothar_shevchenko/articles/index.php", |
20 | ), | 20 | ), |
21 | array( | 21 | array( |
22 | "CONDITION" => "#^/lothar_shevchenko/articles/#", | 22 | "CONDITION" => "#^/lothar_shevchenko/articles/#", |
23 | "RULE" => "", | 23 | "RULE" => "", |
24 | "ID" => "bitrix:news", | 24 | "ID" => "bitrix:news", |
25 | "PATH" => "/lothar_shevchenko/articles/index.php", | 25 | "PATH" => "/lothar_shevchenko/articles/index.php", |
26 | ), | 26 | ), |
27 | array( | 27 | array( |
28 | "CONDITION" => "#^/en/archive/festivals/#", | 28 | "CONDITION" => "#^/en/archive/festivals/#", |
29 | "RULE" => "", | 29 | "RULE" => "", |
30 | "ID" => "citrus:contests", | 30 | "ID" => "citrus:contests", |
31 | "PATH" => "/en/archive/festivals/index.php", | 31 | "PATH" => "/en/archive/festivals/index.php", |
32 | ), | 32 | ), |
33 | array( | 33 | array( |
34 | "CONDITION" => "#^/fr/archive/festivals/#", | 34 | "CONDITION" => "#^/fr/archive/festivals/#", |
35 | "RULE" => "", | 35 | "RULE" => "", |
36 | "ID" => "citrus:contests", | 36 | "ID" => "citrus:contests", |
37 | "PATH" => "/fr/archive/festivals/index.php", | 37 | "PATH" => "/fr/archive/festivals/index.php", |
38 | ), | 38 | ), |
39 | array( | 39 | array( |
40 | "CONDITION" => "#^/fr/archive/contests/#", | 40 | "CONDITION" => "#^/fr/archive/contests/#", |
41 | "RULE" => "", | 41 | "RULE" => "", |
42 | "ID" => "citrus:contests", | 42 | "ID" => "citrus:contests", |
43 | "PATH" => "/fr/archive/contests/index.php", | 43 | "PATH" => "/fr/archive/contests/index.php", |
44 | ), | 44 | ), |
45 | array( | 45 | array( |
46 | "CONDITION" => "#^/en/archive/contests/#", | 46 | "CONDITION" => "#^/en/archive/contests/#", |
47 | "RULE" => "", | 47 | "RULE" => "", |
48 | "ID" => "citrus:contests", | 48 | "ID" => "citrus:contests", |
49 | "PATH" => "/en/archive/contests/index.php", | 49 | "PATH" => "/en/archive/contests/index.php", |
50 | ), | 50 | ), |
51 | array( | 51 | array( |
52 | "CONDITION" => "#^/archive/festivals/#", | 52 | "CONDITION" => "#^/archive/festivals/#", |
53 | "RULE" => "", | 53 | "RULE" => "", |
54 | "ID" => "citrus:contests", | 54 | "ID" => "citrus:contests", |
55 | "PATH" => "/archive/festivals/index.php", | 55 | "PATH" => "/archive/festivals/index.php", |
56 | ), | 56 | ), |
57 | array( | 57 | array( |
58 | "CONDITION" => "#^/competition/jury/#", | 58 | "CONDITION" => "#^/en/archive/tours/#", |
59 | "RULE" => "", | 59 | "RULE" => "", |
60 | "ID" => "bitrix:news", | 60 | "ID" => "citrus:contests", |
61 | "PATH" => "/fr/competition/jury/index.php", | 61 | "PATH" => "/en/archive/tours/index.php", |
62 | ), | 62 | ), |
63 | array( | 63 | array( |
64 | "CONDITION" => "#^/competition/jury/#", | 64 | "CONDITION" => "#^/competition/jury/#", |
65 | "RULE" => "", | 65 | "RULE" => "", |
66 | "ID" => "bitrix:news", | 66 | "ID" => "bitrix:news", |
67 | "PATH" => "/competition/jury/index.php", | 67 | "PATH" => "/competition/jury/index.php", |
68 | ), | 68 | ), |
69 | array( | 69 | array( |
70 | "CONDITION" => "#^/en/archive/tours/#", | 70 | "CONDITION" => "#^/competition/jury/#", |
71 | "RULE" => "", | 71 | "RULE" => "", |
72 | "ID" => "citrus:contests", | 72 | "ID" => "bitrix:news", |
73 | "PATH" => "/en/archive/tours/index.php", | 73 | "PATH" => "/fr/competition/jury/index.php", |
74 | ), | 74 | ), |
75 | array( | 75 | array( |
76 | "CONDITION" => "#^/fr/archive/tours/#", | 76 | "CONDITION" => "#^/archive/contests/#", |
77 | "RULE" => "", | 77 | "RULE" => "", |
78 | "ID" => "citrus:contests", | 78 | "ID" => "citrus:contests", |
79 | "PATH" => "/fr/archive/tours/index.php", | 79 | "PATH" => "/archive/contests/index.php", |
80 | ), | 80 | ), |
81 | array( | 81 | array( |
82 | "CONDITION" => "#^/competition/jury/#", | 82 | "CONDITION" => "#^/competition/jury/#", |
83 | "RULE" => "", | 83 | "RULE" => "", |
84 | "ID" => "bitrix:news", | 84 | "ID" => "bitrix:news", |
85 | "PATH" => "/en/competition/jury/index.php", | 85 | "PATH" => "/en/competition/jury/index.php", |
86 | ), | 86 | ), |
87 | array( | 87 | array( |
88 | "CONDITION" => "#^/archive/contests/#", | 88 | "CONDITION" => "#^/fr/archive/tours/#", |
89 | "RULE" => "", | 89 | "RULE" => "", |
90 | "ID" => "citrus:contests", | 90 | "ID" => "citrus:contests", |
91 | "PATH" => "/archive/contests/index.php", | 91 | "PATH" => "/fr/archive/tours/index.php", |
92 | ), | 92 | ), |
93 | array( | 93 | array( |
94 | "CONDITION" => "#^/en/press_center/#", | 94 | "CONDITION" => "#^/en/press_center/#", |
95 | "RULE" => "", | 95 | "RULE" => "", |
96 | "ID" => "bitrix:news", | 96 | "ID" => "bitrix:news", |
97 | "PATH" => "/en/press_center/index.php", | 97 | "PATH" => "/en/press_center/index.php", |
98 | ), | 98 | ), |
99 | array( | 99 | array( |
100 | "CONDITION" => "#^/fr/press_center/#", | 100 | "CONDITION" => "#^/fr/press_center/#", |
101 | "RULE" => "", | 101 | "RULE" => "", |
102 | "ID" => "bitrix:news", | 102 | "ID" => "bitrix:news", |
103 | "PATH" => "/fr/press_center/index.php", | 103 | "PATH" => "/fr/press_center/index.php", |
104 | ), | 104 | ), |
105 | array( | 105 | array( |
106 | "CONDITION" => "#^/archive/tours/#", | 106 | "CONDITION" => "#^/archive/tours/#", |
107 | "RULE" => "", | 107 | "RULE" => "", |
108 | "ID" => "citrus:contests", | 108 | "ID" => "citrus:contests", |
109 | "PATH" => "/archive/tours/index.php", | 109 | "PATH" => "/archive/tours/index.php", |
110 | ), | 110 | ), |
111 | array( | 111 | array( |
112 | "CONDITION" => "#^/press_center/#", | 112 | "CONDITION" => "#^/press_center/#", |
113 | "RULE" => "", | 113 | "RULE" => "", |
114 | "ID" => "bitrix:news", | 114 | "ID" => "bitrix:news", |
115 | "PATH" => "/press_center/index.php", | 115 | "PATH" => "/press_center/index.php", |
116 | ), | 116 | ), |
117 | array( | 117 | array( |
118 | "CONDITION" => "#^/competition/#", | 118 | "CONDITION" => "#^/competition/#", |
119 | "RULE" => "", | 119 | "RULE" => "", |
120 | "ID" => "citrus:contests", | 120 | "ID" => "citrus:contests", |
121 | "PATH" => "/competition/index.php", | 121 | "PATH" => "/competition/index.php", |
122 | ), | 122 | ), |
123 | array( | 123 | array( |
124 | "CONDITION" => "#^/competition/#", | 124 | "CONDITION" => "#^/competition/#", |
125 | "RULE" => "", | 125 | "RULE" => "", |
126 | "ID" => "citrus:contests", | 126 | "ID" => "citrus:contests", |
127 | "PATH" => "/fr/competition/index.php", | 127 | "PATH" => "/fr/competition/index.php", |
128 | ), | 128 | ), |
129 | array( | 129 | array( |
130 | "CONDITION" => "#^/services/#", | 130 | "CONDITION" => "#^/services/#", |
131 | "RULE" => "", | 131 | "RULE" => "", |
132 | "ID" => "bitrix:catalog", | 132 | "ID" => "bitrix:catalog", |
133 | "PATH" => "/services/index.php", | 133 | "PATH" => "/services/index.php", |
134 | ), | 134 | ), |
135 | array( | 135 | array( |
136 | "CONDITION" => "#^/products/#", | 136 | "CONDITION" => "#^/products/#", |
137 | "RULE" => "", | 137 | "RULE" => "", |
138 | "ID" => "bitrix:catalog", | 138 | "ID" => "bitrix:catalog", |
139 | "PATH" => "/products/index.php", | 139 | "PATH" => "/products/index.php", |
140 | ), | 140 | ), |
141 | array( | 141 | array( |
142 | "CONDITION" => "#^/news/#", | 142 | "CONDITION" => "#^/news/#", |
143 | "RULE" => "", | 143 | "RULE" => "", |
144 | "ID" => "bitrix:news", | 144 | "ID" => "bitrix:news", |
145 | "PATH" => "/news/index.php", | 145 | "PATH" => "/news/index.php", |
146 | ), | 146 | ), |
147 | ); | 147 | ); |
148 | 148 | ||
149 | ?> | 149 | ?> |